1 Star 0 Fork 0

世玉轩/manifests

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Buildroot SDK

配置repo

下载repo

根据您的办公网络情况,从以下链接获取repo工具。

git clone https://gerrit.googlesource.com/git-repo  (谷歌官方源)
git clone https://mirrors.tuna.tsinghua.edu.cn/git/git-repo (国内清华源)
git clone https://gerrit-googlesource.lug.ustc.edu.cn/git-repo (国内中科大源)

配置REPO_URL

在到构建和谐社会的前提下,需要修改REPO_URL,可参考以下修改:

vim repo

## REPO_URL = 'https://gerrit-googlesource.proxy.ustclug.org/git-repo'
REPO_URL = 'https://mirrors.tuna.tsinghua.edu.cn/git/git-repo/'

配置好的repo

https://git.dev.tencent.com/codebug8/repo.git

初始化仓库 repo init

mini437x开发板

获取源码

$ mkdir -p mini437x
$ cd mini437x
$ repo init -u https://dev.tencent.com/u/weidongshan/p/manifests/git -b linux-sdk -m ti437x/mini437x_linux_release.xml --no-repo-verify

firefly-rk3288开发板

获取源码

$ mkdir -p firefly-rk3288
$ cd firefly-rk3288
$ repo init -u https://dev.tencent.com/u/weidongshan/p/manifests/git -b linux-sdk -m rk3288/firefly-rk3288_linux_release.xml --no-repo-verify

roc-rk3399开发板

获取源码

$ mkdir -p roc-rk3399
$ cd roc-rk3399
$ repo init -u https://dev.tencent.com/u/weidongshan/p/manifests/git -b linux-sdk -m rk3399/roc-rk3399_linux_release.xml --no-repo-verify

ti335x开发板

获取源码

$ mkdir -p ti335x
$ cd ti335x
$ repo init -u https://dev.tencent.com/u/weidongshan/p/manifests/git -b linux-sdk -m ti335x/ti335x_linux_release.xml --no-repo-verify

同步代码repo sync

$ repo sync -j4

Fetching projects: 100% (3/3)
Fetching projects: 100% (3/3), done.
Checking out files: 100% (10246/10246), done.
Checking out files: 100% (56938/56938), done.es:  18% (10547/56938)
Syncing work tree: 100% (3/3), done

代码目录

查看下载好的源码目录

ls -l

空文件

简介

取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codebug8/manifests.git
git@gitee.com:codebug8/manifests.git
codebug8
manifests
manifests
master

搜索帮助