From: Richard Purdie Date: Sat, 27 May 2006 21:39:13 +0000 (+0000) Subject: linux-openzaurus.inc: sync with OE X-Git-Tag: 2011-1~12952 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=35583528420affc7496ff15e91bc83de446577d3;p=openembedded-core.git linux-openzaurus.inc: sync with OE git-svn-id: https://svn.o-hand.com/repos/poky/trunk@443 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/openembedded/packages/linux/linux-openzaurus.inc b/openembedded/packages/linux/linux-openzaurus.inc index c806452e52..e99bd07316 100644 --- a/openembedded/packages/linux/linux-openzaurus.inc +++ b/openembedded/packages/linux/linux-openzaurus.inc @@ -130,6 +130,14 @@ do_compile_append() { die "This kernel is too big for your PXA Zaurus and will destroy data if you flash it. Please reduce the size of the kernel by making more of it modular." fi ;; + collie ) + size=`ls -l arch/${ARCH}/boot/${KERNEL_IMAGETYPE} | awk '{ print $5}'` + if [ $size -ge 1048576 ]; then + rm arch/${ARCH}/boot/${KERNEL_IMAGETYPE} + echo "Size is $size" + die "This kernel is too big for your Collie and will not be flashed. Please reduce the size of the kernel by making more of it modular." + fi + ;; *) ;; esac