aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-18 23:44:42 +0000
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-12-18 23:44:42 +0000
commit4acdd50cfe0e51fa15fa1a6220bab677e335d19e (patch)
tree1f14703768a065e5821b894244470dea0258a8a6 /recipes-kernel
parent099ec58b7709cc5d4448c45ea187343bde7f0c17 (diff)
downloadmeta-handheld-4acdd50cfe0e51fa15fa1a6220bab677e335d19e.tar.gz
linux.inc: set LOGO_SIZE based on MACHINE_GUI_CLASS
MACHINE_GUI_CLASS is somewhat outdated but at least most machines in meta-handheld set this and the kernel can at least pass do_fetch correctly. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc
index b126861..f920b84 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 ?= "."
+LOGO_SIZE ?= '${@base_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.