Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
compile-milkymist-firmware.sh: track wernermisc git revision and back…
… rtems patches
  • Loading branch information
Xiangfu Liu committed Jan 14, 2012
1 parent df2607c commit 1e9d18d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions scripts/compile-milkymist-firmware.sh
Expand Up @@ -53,11 +53,15 @@ if [ "$?" != "0" ]; then
abort "ERROR: milkymist-git-update"
fi

#this needs you manully clont the wernermisc to MILKYMIST_GIT_DIR
echo "handle werner's patch on rtems ..."

# You have to manully clone the wernermisc to MILKYMIST_GIT_DIR
# cd ${MILKYMIST_GIT_DIR} && git clone git://projects.qi-hardware.com/wernermisc.git
echo "handle werner's patches on rtems ..."
(cd ${MILKYMIST_GIT_DIR}/rtems && rm -f patches && ln -s ../wernermisc/m1/patches/rtems/ patches)
(cd ${MILKYMIST_GIT_DIR}/rtems/patches && git fetch -a && git reset --hard origin/master)
(cd ${MILKYMIST_GIT_DIR}/rtems && quilt push -a)
cp -a ${MILKYMIST_GIT_DIR}/wernermisc/m1/patches/rtems ${IMAGES_DIR}/rtems-patches


echo "get git versions ..."
get-feeds-revision ${MILKYMIST_GIT_DIR}/autotest-m1
Expand All @@ -67,6 +71,7 @@ get-feeds-revision ${MILKYMIST_GIT_DIR}/milkymist
get-feeds-revision ${MILKYMIST_GIT_DIR}/mtk
get-feeds-revision ${MILKYMIST_GIT_DIR}/rtems
get-feeds-revision ${MILKYMIST_GIT_DIR}/rtems-yaffs2
get-feeds-revision ${MILKYMIST_GIT_DIR}/wernermisc
get-feeds-revision ${SCRIPTS_GIT_DIR}/


Expand Down

0 comments on commit 1e9d18d

Please sign in to comment.