Skip to content

rust-cooker/manifests

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

manifests

We're using repo to manage BlueOS kernel project. Use following command to download and install repo.

export REPO_URL=https://mirrors.tuna.tsinghua.edu.cn/git/git-repo
mkdir -p ~/.local/bin
curl ${REPO_URL} -o ~/.local/bin/repo
chmod +x ~/.local/bin/repo
echo "export REPO_URL=https://mirrors.tuna.tsinghua.edu.cn/git/git-repo" >> ${HOME}/.bashrc

Make sure ${HOME}/.local/bin is in your ${PATH}.

BlueOS kernel project is consisted with multiple repositories. Use folloing command to fetch these repos.

mkdir blueos-dev
cd blueos-dev
repo init -u git@github.com:vivoblueos/manifests.git -b main -m manifest.xml && repo sync

Next, please follow instructions on the vivo BlueOS kernel book to build the vivo BlueOS kernel book and start your development career.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published