From 08cd165298248aed68791593dd926cde7c6b4059 Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Thu, 7 Oct 2010 00:17:25 +0200 Subject: [PATCH] linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific) --- recipes/linux/linux-kexecboot.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc index 6356aeaaa2..2c6b0ec395 100644 --- a/recipes/linux/linux-kexecboot.inc +++ b/recipes/linux/linux-kexecboot.inc @@ -1,7 +1,7 @@ # We set INC_PR here, since a change in the kexecboot recipe will need to get picked up by *all* the kernels: -INC_PR = "r20" +INC_PR = "r21" -LOGO_SIZE = '${@base_conditional("GUI_MACHINE_CLASS", "bigscreen", "vga", "qvga", d)}' +LOGO_SIZE ?= "." SRC_URI = "file://${LOGO_SIZE}/logo_linux_clut224.ppm.bz2" require linux.inc -- 2.39.5