diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-07-05 22:21:45 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-07-05 22:21:45 +0200 |
commit | a143c254177ec8cd61f1a21c31a2b42bef5167c5 (patch) | |
tree | 06175b18a78d43658b8de927a9fcdf7d273cd3df /recipes/kexecboot | |
parent | 16f6cac5c67a6ee662f3f810e19108f8940625b5 (diff) |
linux-kexecboot.inc: narrow down kernel size-check just to Zaurus devices.
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r-- | 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 5621e698f9..284b0a7107 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}" |