From 39a900995cef660c27c298d2c153f350ddcab126 Mon Sep 17 00:00:00 2001 From: kuangyufei Date: Sun, 11 Jul 2021 16:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=20=E5=BC=80=E5=A7=8B=E6=B3=A8=E8=A7=A3?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=BF=87=E7=A8=8B=E5=AD=90=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=20=20=20=20=20=E7=99=BE=E4=B8=87=E6=B1=89=E5=AD=97=E6=B3=A8?= =?UTF-8?q?=E8=A7=A3=20+=20=E7=99=BE=E7=AF=87=E5=8D=9A=E5=AE=A2=E5=88=86?= =?UTF-8?q?=E6=9E=90=20=3D>=20=E6=8C=96=E9=80=8F=E9=B8=BF=E8=92=99?= =?UTF-8?q?=E5=86=85=E6=A0=B8=E6=BA=90=E7=A0=81=20=20=20=20=20=E5=8D=9A?= =?UTF-8?q?=E5=AE=A2=E8=BE=93=E5=87=BA=E7=AB=99=E7=82=B9(=E5=9B=BD?= =?UTF-8?q?=E5=86=85):http://weharmonyos.com=20=20=20=20=20=E5=8D=9A?= =?UTF-8?q?=E5=AE=A2=E8=BE=93=E5=87=BA=E7=AB=99=E7=82=B9(=E5=9B=BD?= =?UTF-8?q?=E5=A4=96):https://weharmony.github.io=20=20=20=20=20=E6=B3=A8?= =?UTF-8?q?=E8=A7=A3=E6=96=87=E4=BB=B6=E7=B3=BB=E7=BB=9F:https://gitee.com?= =?UTF-8?q?/weharmony/third=5Fparty=5FNuttX=20=20=20=20=20=E6=B3=A8?= =?UTF-8?q?=E8=A7=A3=E5=8D=8F=E8=AE=AE=E6=A0=88:https://gitee.com/weharmon?= =?UTF-8?q?y/third=5Fparty=5Flwip=20=20=20=20=20=E6=B3=A8=E8=A7=A3?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=AD=90=E7=B3=BB=E7=BB=9F:https://gitee.com?= =?UTF-8?q?/weharmony/build=5Flite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zzz/git/vendor_init.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 zzz/git/vendor_init.sh diff --git a/zzz/git/vendor_init.sh b/zzz/git/vendor_init.sh new file mode 100644 index 00000000..9d06aedf --- /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 - -- GitLab