[oe-commits] org.oe.dev avr32 machines: remove postprocess hack as newer uboots load uImage from the rootfs

koen commit openembedded-commits at lists.openembedded.org
Thu Jan 24 11:36:21 UTC 2008


avr32 machines: remove postprocess hack as newer uboots load uImage from the rootfs

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b5cdc069a6b5339a010e9871667c5a374b5c96cf
ViewMTN: http://monotone.openembedded.org/revision/info/b5cdc069a6b5339a010e9871667c5a374b5c96cf
Files:
1
conf/machine/at32stk1000.conf
conf/machine/atngw100.conf
Diffs:

#
# mt diff -r167f998e909d2ef4e186cbfbd46472c7b4a98d75 -rb5cdc069a6b5339a010e9871667c5a374b5c96cf
#
# 
# 
# patch "conf/machine/at32stk1000.conf"
#  from [ef27dae8874a54216b87007d17d0e99660400f4d]
#    to [f879f3d6c973dc116c1b2c1f62ef587d4b4906fe]
# 
# patch "conf/machine/atngw100.conf"
#  from [733b58380532065056c1b4b9d8b3f6f4a1c11f8d]
#    to [3be4e9a4b5ba7595209dd7a081329f095488a40d]
# 
============================================================
--- conf/machine/at32stk1000.conf	ef27dae8874a54216b87007d17d0e99660400f4d
+++ conf/machine/at32stk1000.conf	f879f3d6c973dc116c1b2c1f62ef587d4b4906fe
@@ -23,5 +23,4 @@ PREFERRED_VERSION_u-boot = "1.1.4"
 KERNEL_IMAGETYPE = "uImage"
 PREFERRED_VERSION_u-boot = "1.1.4"
 
-ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* || true;"
 
============================================================
--- conf/machine/atngw100.conf	733b58380532065056c1b4b9d8b3f6f4a1c11f8d
+++ conf/machine/atngw100.conf	3be4e9a4b5ba7595209dd7a081329f095488a40d
@@ -22,4 +22,3 @@ KERNEL_IMAGETYPE = "uImage"
 PREFERRED_VERSION_u-boot = "1.1.4"
 KERNEL_IMAGETYPE = "uImage"
 
-ROOTFS_POSTPROCESS_COMMAND += " rm ${IMAGE_ROOTFS}/boot/uImage* || true ;"






More information about the Openembedded-commits mailing list