From: Koen Kooi Date: Thu, 24 Jan 2008 08:39:23 +0000 (+0000) Subject: avr32 machines: remove postprocess hack as newer uboots load uImage from the rootfs X-Git-Tag: Release-2010-05/1~7838^2~12^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd606e8b6a5f1431a564bbdc256deea79696b9bd;p=openembedded.git avr32 machines: remove postprocess hack as newer uboots load uImage from the rootfs --- diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index ac63af5e56..4c3112df78 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -23,5 +23,4 @@ EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" KERNEL_IMAGETYPE = "uImage" PREFERRED_VERSION_u-boot = "1.1.4" -ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* || true;" diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 17b4c4187a..21e256b04a 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -22,4 +22,3 @@ EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" PREFERRED_VERSION_u-boot = "1.1.4" KERNEL_IMAGETYPE = "uImage" -ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* || true ;"