更新配置列表和readme说明

Change-Id: Ib0abfb1c87eab57d3aedb67f5c83c5d1911f55fc
This commit is contained in:
贺嘉文
2022-11-30 15:59:24 +08:00
parent eb35cbed5b
commit e3f0107183
2 changed files with 10 additions and 11 deletions

View File

@ -64,16 +64,15 @@ python -V
## 拉取源码
```
#内部地址(用户使用)
repo init --repo-url https://mirrors.tuna.tsinghua.edu.cn/git/git-repo \
-u https://github.com/LubanCat/manifests.git -b linux -m rk356x_linux_release.xml
#github地址(用户使用)
repo --trace init --depth=1 -u https://github.com/LubanCat/manifests.git -b linux -m rk356x_linux_release.xml
#内部地址(内部开发使用)
repo init --repo-url https://mirrors.tuna.tsinghua.edu.cn/git/git-repo \
-u git@gitlab.ebf.local:rockchip/linux/manifests.git -b linux -m rk356x_linux_release.xml
repo init -u git@gitlab.ebf.local:rockchip/linux/manifests.git -b linux -m rk356x_linux_release.xml
.repo/repo/repo sync -c --no-tags
# 同步源码
.repo/repo/repo --trace sync -c -j4
```
# 构建板卡通用镜像