[oe-commits] Andrea Adami : linux-kexecboot.inc: don't define LOGO_SIZE here ( machine-specific)

git version control git at git.openembedded.org
Wed Oct 6 22:37:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 08cd165298248aed68791593dd926cde7c6b4059
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=08cd165298248aed68791593dd926cde7c6b4059

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Thu Oct  7 00:17:25 2010 +0200

linux-kexecboot.inc: don't define LOGO_SIZE here (machine-specific)

---

 recipes/linux/linux-kexecboot.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-kexecboot.inc b/recipes/linux/linux-kexecboot.inc
index 6356aea..2c6b0ec 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





More information about the Openembedded-commits mailing list