aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/at32stk1000.conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-11-30 20:53:17 +0000
committerKoen Kooi <koen@openembedded.org>2007-11-30 20:53:17 +0000
commit95580064683ef83263017dce9b610c74306348bb (patch)
tree01e868dc5ac57cd3312e2a6a3e9fa22ae4d0bddc /conf/machine/at32stk1000.conf
parentaf445f54178cd9dfc4cfd5f9cf28db077e445fd0 (diff)
downloadopenembedded-95580064683ef83263017dce9b610c74306348bb.tar.gz
avr32 machines: make uImage hack less fragile
Diffstat (limited to 'conf/machine/at32stk1000.conf')
-rw-r--r--conf/machine/at32stk1000.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/at32stk1000.conf b/conf/machine/at32stk1000.conf
index 343c6aa44e..ac63af5e56 100644
--- a/conf/machine/at32stk1000.conf
+++ b/conf/machine/at32stk1000.conf
@@ -23,5 +23,5 @@ 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* ;"
+ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* || true;"