aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-09-14 07:49:12 +0000
committerKoen Kooi <koen@openembedded.org>2007-09-14 07:49:12 +0000
commit4d76ff2e324f46d4aa330658566a19f59755b751 (patch)
tree31f2ee1cff90adb26d1bb2606052c1571258464c
parent2019b37bac10cff32469452eb3061e6e8e8aaad4 (diff)
downloadopenembedded-4d76ff2e324f46d4aa330658566a19f59755b751.tar.gz
avr32 machines: remove uImage from rootfs, needs a better way
-rw-r--r--conf/machine/at32stk1000.conf4
-rw-r--r--conf/machine/atngw100.conf4
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* ;"