Navigation Menu

Skip to content

Commit

Permalink
scripts/compile-*.sh: update rtems commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Oct 29, 2012
1 parent 2ca71bf commit 99de8c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
7 changes: 1 addition & 6 deletions scripts/compile-milkymist-firmware.sh
Expand Up @@ -59,7 +59,7 @@ if [ ! -e ${MILKYMIST_GIT_DIR}/wernermisc ]; then
git clone git://projects.qi-hardware.com/wernermisc.git ${MILKYMIST_GIT_DIR}/wernermisc
fi
(cd ${MILKYMIST_GIT_DIR}/wernermisc && git fetch -a && git reset --hard origin/master)
#(cd ${MILKYMIST_GIT_DIR}/rtems && git reset --hard 19d18f235084cbd361e068811a11f46d99918950)
#(cd ${MILKYMIST_GIT_DIR}/rtems && git reset --hard 2cc4f3ca45e5cb20649c2733330977a2307e2e19)
(cd ${MILKYMIST_GIT_DIR}/rtems && rm -f patches && ln -s ${MILKYMIST_GIT_DIR}/wernermisc/m1/patches/rtems patches)
(cd ${MILKYMIST_GIT_DIR}/rtems && quilt pop -a -f && quilt push -a)
(cd ${MILKYMIST_GIT_DIR}/rtems && git diff > ${IMAGES_DIR}/rtems.on.f80b3a3.diff)
Expand Down Expand Up @@ -185,9 +185,4 @@ mv ${MILKYMIST_GIT_DIR}/flickernoise/src/compiler/doc/midi.pdf ${IMAGES_DIR}/doc
(cd ${IMAGES_DIR} && bzip2 -z BUILD_LOG;)
mv ${IMAGES_DIR} ${DEST_DIR}

echo -e "\
say #milkymist The firmware build was successful, \
see images here: http://fidelio.qi-hardware.com/~xiangfu/build-milkymist/milkymist-firmware-${DATE_TIME}/\nclose" \
| nc turandot.qi-hardware.com 3858

echo "DONE!"
9 changes: 0 additions & 9 deletions scripts/compile-openwrt-milkymist.sh
Expand Up @@ -73,15 +73,6 @@ time make ${MAKE_VARS} >> ${BUILD_LOG} 2>&1
if [ "$?" != "0" ]; then
echo "ERROR: Build failed! Please refer to the log file"
tail -n 100 ${BUILD_LOG} > ${IMAGES_DIR}/BUILD_LOG.`date +"%m%d%Y-%H%M"`.last100
echo -e "\
say #milkymist The OpenWrt build has FAILED, \
see log here: http://fidelio.qi-hardware.com/~xiangfu/build-milkymist/milkymist-openwrt.$1-${DATE_TIME}/\nclose" \
| nc turandot.qi-hardware.com 3858
else
echo -e "\
say #milkymist The OpenWrt build was successful, \
see images here: http://fidelio.qi-hardware.com/~xiangfu/build-milkymist/milkymist-openwrt.$1-${DATE_TIME}/\nclose" \
| nc turandot.qi-hardware.com 3858
fi


Expand Down

0 comments on commit 99de8c1

Please sign in to comment.