From: Andrea Adami Date: Mon, 5 Jul 2010 20:21:45 +0000 (+0200) Subject: linux-kexecboot.inc: narrow down kernel size-check just to Zaurus devices. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a143c254177ec8cd61f1a21c31a2b42bef5167c5;p=openembedded.git linux-kexecboot.inc: narrow down kernel size-check just to Zaurus devices. --- 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}"