diff --git a/zzz/git/vendor_init.sh b/zzz/git/vendor_init.sh new file mode 100644 index 0000000000000000000000000000000000000000..9d06aedfe03c199a973d72c3656b4d6a59ae5a71 --- /dev/null +++ b/zzz/git/vendor_init.sh @@ -0,0 +1,21 @@ +### 精度内核源码,需其他项目源码配合,拉取内核依赖的第三方代码,目录关系如下 +# - build +# | - lite +# - device +# | - hisilicon +# | - qemu +# - kernel +# | - liteos_a +# - third_party +# | - lwip +# | - Nuttx +# | - ... +# - vendor +# | - hisilicon +# | - huawei +### +cd ../../../../ +mkdir vendor +git clone git@gitee.com:openharmony/vendor_hisilicon.git vendor/hisilicon +git clone git@gitee.com:openharmony/vendor_huawei_hdf.git vendor/huawei/hdf +cd -