rel_1.6.0 init

This commit is contained in:
guocheng.kgc 2020-06-18 20:06:52 +08:00 committed by shengdong.dsd
commit 27b3e2883d
19359 changed files with 8093121 additions and 0 deletions

View file

@ -0,0 +1,17 @@
origin_path="$(pwd)"
cd framework/protocol/linkkit/sdk
if [ ! -d "iotx-sdk-c_clone" ]; then
git clone https://github.com/aliyun/iotkit-embedded.git iotx-sdk-c_clone
if [ $? -ne 0 ]; then
echo "clone iotx-sdk-c fail!"
exit 1
fi
cd iotx-sdk-c_clone
git checkout -b rel_ada --track origin/rel_ada
if [ $? -ne 0 ]; then
echo "checkout linkplatform_refactor branch fail!"
exit 1
fi
fi