[openfirmware] [commit] r2139 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Fri Jan 21 21:47:20 CET 2011


Author: wmb
Date: Fri Jan 21 21:47:20 2011
New Revision: 2139
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2139

Log:
OLPC XO-1.75 - fixed a build problem introduced by the elimination of md5sum from builder scripts.

Modified:
   cpu/arm/olpc/1.75/sd8686.bth
   cpu/arm/olpc/1.75/verify.bth

Modified: cpu/arm/olpc/1.75/sd8686.bth
==============================================================================
--- cpu/arm/olpc/1.75/sd8686.bth	Fri Jan 21 21:46:15 2011	(r2138)
+++ cpu/arm/olpc/1.75/sd8686.bth	Fri Jan 21 21:47:20 2011	(r2139)
@@ -21,7 +21,7 @@
 to-file md5string  "  "  " ${WLAN_FILE}.bin" expand$ $md5sum-file
 " cmp md5string ${WLAN_FILE}.bin.md5" expand$ $sh
 
-" mv ${WLAN_FILE}.bin sd8686.bin" expand$ $sh
+" cp ${WLAN_FILE}.bin sd8686.bin" expand$ $sh
 
 " wget -q http://dev.laptop.org/pub/firmware/libertas/sd8686_helper.bin" expand$ $sh
 " wget -q http://dev.laptop.org/pub/firmware/libertas/sd8686_helper.bin.md5" expand$ $sh

Modified: cpu/arm/olpc/1.75/verify.bth
==============================================================================
--- cpu/arm/olpc/1.75/verify.bth	Fri Jan 21 21:46:15 2011	(r2138)
+++ cpu/arm/olpc/1.75/verify.bth	Fri Jan 21 21:47:20 2011	(r2139)
@@ -19,7 +19,7 @@
 to-file md5string  " *"  " bios_verify-${CRYPTO_VERSION}.img" expand$ $md5sum-file
 " cmp md5string bios_verify-${CRYPTO_VERSION}.img.md5" expand$ $sh
 
-" mv bios_verify-${CRYPTO_VERSION}.img verify.img" expand$ $sh
+" cp bios_verify-${CRYPTO_VERSION}.img verify.img" expand$ $sh
 " rm bios_verify-${CRYPTO_VERSION}.img.md5 md5string" expand$ $sh
 
 \ This forces the creation of an verify.log file, so we don't re-fetch



More information about the openfirmware mailing list