From 9bd942ab3bf7f9e72e0302b09019a75d6609c892 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 10 Jun 2018 08:55:39 +0200 Subject: [PATCH] linux.inc: base_conditional -> oe.utils.conditional Fixes parsing with e.g. 'sumo' and 'master' branch of OE-core Signed-off-by: Koen Kooi --- recipes-kernel/linux/linux.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc index da82ee5..eb81a5b 100644 --- a/recipes-kernel/linux/linux.inc +++ b/recipes-kernel/linux/linux.inc @@ -16,7 +16,7 @@ CMDLINE_DEBUG ?= "loglevel=3" # Kernel bootlogo is distro-specific (default is OE logo). # Logo resolution (qvga, vga, ...) is machine-specific. -LOGO_SIZE ?= '${@base_conditional("MACHINE_GUI_CLASS", "bigscreen", "vga", "qvga", d)}' +LOGO_SIZE ?= '${@oe.utils.conditional("MACHINE_GUI_CLASS", "bigscreen", "vga", "qvga", d)}' # To use this, add file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2 or similar # to your kernel recipe, and then structure your logos for each resolution # accordingly.