File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,15 @@ if [ "$?" != "0" ]; then
53
53
abort " ERROR: milkymist-git-update"
54
54
fi
55
55
56
- # this needs you manully clont the wernermisc to MILKYMIST_GIT_DIR
57
- echo " handle werner's patch on rtems ..."
56
+
57
+ # You have to manully clone the wernermisc to MILKYMIST_GIT_DIR
58
+ # cd ${MILKYMIST_GIT_DIR} && git clone git://projects.qi-hardware.com/wernermisc.git
59
+ echo " handle werner's patches on rtems ..."
58
60
(cd ${MILKYMIST_GIT_DIR} /rtems && rm -f patches && ln -s ../wernermisc/m1/patches/rtems/ patches)
59
61
(cd ${MILKYMIST_GIT_DIR} /rtems/patches && git fetch -a && git reset --hard origin/master)
60
62
(cd ${MILKYMIST_GIT_DIR} /rtems && quilt push -a)
63
+ cp -a ${MILKYMIST_GIT_DIR} /wernermisc/m1/patches/rtems ${IMAGES_DIR} /rtems-patches
64
+
61
65
62
66
echo " get git versions ..."
63
67
get-feeds-revision ${MILKYMIST_GIT_DIR} /autotest-m1
@@ -67,6 +71,7 @@ get-feeds-revision ${MILKYMIST_GIT_DIR}/milkymist
67
71
get-feeds-revision ${MILKYMIST_GIT_DIR} /mtk
68
72
get-feeds-revision ${MILKYMIST_GIT_DIR} /rtems
69
73
get-feeds-revision ${MILKYMIST_GIT_DIR} /rtems-yaffs2
74
+ get-feeds-revision ${MILKYMIST_GIT_DIR} /wernermisc
70
75
get-feeds-revision ${SCRIPTS_GIT_DIR} /
71
76
72
77
You can’t perform that action at this time.
0 commit comments