Skip to content

Commit

Permalink
compile-milkymist-firmware.sh: copy the rtems patches when there is a…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
Xiangfu Liu committed Jan 16, 2012
1 parent 78c2c5b commit a5c1d63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/compile-milkymist-firmware.sh
Expand Up @@ -60,7 +60,6 @@ if [ ! -e ${MILKYMIST_GIT_DIR}/wernermisc ]; then
fi
(cd ${MILKYMIST_GIT_DIR}/wernermisc && git fetch -a && git reset --hard origin/master)
(cd ${MILKYMIST_GIT_DIR}/rtems && rm -f patches && ln -s ${MILKYMIST_GIT_DIR}/wernermisc/m1/patches/rtems patches && quilt push -a)
cp -a ${MILKYMIST_GIT_DIR}/wernermisc/m1/patches/rtems ${IMAGES_DIR}/rtems-patches


echo "get git versions ..."
Expand Down Expand Up @@ -156,6 +155,9 @@ echo "generate md5sum ..."
(cd ${IMAGES_DIR} && md5sum --binary ${MD5_BINARIES} > ${IMAGES_DIR}/md5sums)


echo "copy rtems patches ..."
cp -a ${MILKYMIST_GIT_DIR}/wernermisc/m1/patches/rtems ${IMAGES_DIR}/rtems-patches

echo "create SDK ..."
(cd /opt/ && tar cjvf ${IMAGES_DIR}/Flickernoise-lm32-rtems-4.11-SDK-for-Linux-x86_64.tar.bz2 rtems-4.11/)

Expand Down

0 comments on commit a5c1d63

Please sign in to comment.