From 4d76ff2e324f46d4aa330658566a19f59755b751 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 14 Sep 2007 07:49:12 +0000 Subject: [PATCH] avr32 machines: remove uImage from rootfs, needs a better way --- conf/machine/at32stk1000.conf | 4 +++- conf/machine/atngw100.conf | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf index 21ffdda843..343c6aa44e 100644 --- a/conf/machine/at32stk1000.conf +++ b/conf/machine/at32stk1000.conf @@ -21,5 +21,7 @@ ROOT_FLASH_SIZE = "8" 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* ;" -PREFERRED_VERSION_u-boot = "1.1.4" \ No newline at end of file diff --git a/conf/machine/atngw100.conf b/conf/machine/atngw100.conf index 76453323ff..6acc3d7907 100644 --- a/conf/machine/atngw100.conf +++ b/conf/machine/atngw100.conf @@ -19,4 +19,6 @@ ROOT_FLASH_SIZE = "8" EXTRA_IMAGECMD_jffs2 = " --big-endian --pagesize=4096 --eraseblock=65536" PREFERRED_VERSION_u-boot = "1.1.4" -KERNEL_IMAGETYPE = "uImage" \ No newline at end of file +KERNEL_IMAGETYPE = "uImage" + +ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* ;" -- 2.39.5