aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2010-10-07 00:17:25 +0200
committerAndrea Adami <andrea.adami@gmail.com>2010-10-07 00:35:03 +0200
commit08cd165298248aed68791593dd926cde7c6b4059 (patch)
tree6017d470efd23aa06df8e236e70809a5e892a37b /recipes/linux
parent99c8541b7184df8912b6cd07e3aaae0eaf31bf93 (diff)
downloadopenembedded-08cd165298248aed68791593dd926cde7c6b4059.tar.gz
linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific)
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-kexecboot.inc4
1 files 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