From: Andrea Adami Date: Wed, 6 Oct 2010 22:17:25 +0000 (+0200) Subject: linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific) X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08cd165298248aed68791593dd926cde7c6b4059;p=openembedded.git linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific) --- 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