linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific)
authorAndrea Adami <andrea.adami@gmail.com>
Wed, 6 Oct 2010 22:17:25 +0000 (00:17 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Wed, 6 Oct 2010 22:35:03 +0000 (00:35 +0200)
recipes/linux/linux-kexecboot.inc

index 6356aea..2c6b0ec 100644 (file)
@@ -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