j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: wmb Date: 2008-01-25 00:27:35 +0100 (Fri, 25 Jan 2008) New Revision: 791
Modified: cpu/x86/pc/olpc/verify.bth Log: OLPC build - verify md5sum for wireless firmware.
Modified: cpu/x86/pc/olpc/verify.bth =================================================================== --- cpu/x86/pc/olpc/verify.bth 2008-01-24 23:25:58 UTC (rev 790) +++ cpu/x86/pc/olpc/verify.bth 2008-01-24 23:27:35 UTC (rev 791) @@ -10,8 +10,14 @@ " wget -q http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/fs.public -O fs.public" expand$ $sh " wget -q http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/lease.public -O lease.public" expand$ $sh " wget -q http://dev.laptop.org/pub/firmware/crypto/$%7BKEYS%7D/developer.public -O developer.public" expand$ $sh -" wget -q http://dev.laptop.org/pub/firmware/crypto/bios_verify-$%7BCRYPTO_VERSION%7D.... -O verify.img" expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/bios_verify-$%7BCRYPTO_VERSION%7D...." expand$ $sh +" wget -q http://dev.laptop.org/pub/firmware/crypto/bios_verify-$%7BCRYPTO_VERSION%7D...." expand$ $sh
+" md5sum -b bios_verify-${CRYPTO_VERSION}.img | cmp - bios_verify-${CRYPTO_VERSION}.img.md5" expand$ $sh + +" mv bios_verify-${CRYPTO_VERSION}.img verify.img" expand$ $sh +" rm bios_verify-${CRYPTO_VERSION}.img.md5" expand$ $sh + \ This forces the creation of an verify.log file, so we don't re-fetch writing verify.version " ${CRYPTO_VERSION}"n" expand$ ofd @ fputs