[oe-commits] Andrea Adami : linux-kexecboot.inc: narrow down kernel size-check just to Zaurus devices.

git version control git at git.openembedded.org
Mon Jul 5 20:23:31 UTC 2010


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

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Mon Jul  5 22:21:45 2010 +0200

linux-kexecboot.inc: narrow down kernel size-check just to Zaurus devices.

---

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

diff --git a/recipes/kexecboot/linux-kexecboot.inc b/recipes/kexecboot/linux-kexecboot.inc
index 5621e69..284b0a7 100644
--- a/recipes/kexecboot/linux-kexecboot.inc
+++ b/recipes/kexecboot/linux-kexecboot.inc
@@ -25,8 +25,13 @@ BASRC = "http://www.orca.cx/zaurus/patches"
 CHSRC = "http://oz.drigon.com/patches"
 TKSRC = "http://www.informatik.hu-berlin.de/~tkunze/zaurus/patches"
 
-KERNEL_IMAGE_MAXSIZE = "1294336"
+# Zaurus machines need kernel size-check
+KERNEL_IMAGE_MAXSIZE_akita = "1294336"
+KERNEL_IMAGE_MAXSIZE_c7x0 = "1294336"
 KERNEL_IMAGE_MAXSIZE_collie = "1048576"
+KERNEL_IMAGE_MAXSIZE_poodle "1294336"
+KERNEL_IMAGE_MAXSIZE_tosa = "1294336"
+KERNEL_IMAGE_MAXSIZE_spitz = "1294336"
 
 KERNEL_IMAGE_BASE_NAME = "${KERNEL_IMAGETYPE}-kexecboot-${PV}-${PR}-${MACHINE}"
 KERNEL_IMAGE_SYMLINK_NAME = "${KERNEL_IMAGETYPE}-kexecboot-${MACHINE}"





More information about the Openembedded-commits mailing list