fixed the issue for submodule update
This commit is contained in:
parent
df05efc8d8
commit
f99b0bbef3
@ -1,7 +1,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --remote --recursive
|
git submodule update --remote --merge --recursive driver/rfic
|
||||||
|
|
||||||
pushd driver/rfic
|
pushd driver/rfic
|
||||||
git clean -dxf
|
git clean -dxf
|
||||||
@ -9,8 +9,8 @@ git fetch
|
|||||||
git checkout DEV
|
git checkout DEV
|
||||||
git pull
|
git pull
|
||||||
#git checkout commitid
|
#git checkout commitid
|
||||||
git submodule init
|
#git submodule init
|
||||||
git submodule update
|
#git submodule update
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
echo "#board_type:${BOARD_TYPE}"
|
echo "#board_type:${BOARD_TYPE}"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7908793098da2a3fcc5da3f3f2831c84fe4947f7
|
Subproject commit 7bd0c4a6b87b70cf28b0c47eea74b731c9e90e38
|
Loading…
x
Reference in New Issue
Block a user