Document syncing workspace intructions

This commit is contained in:
Khem Raj
2018-06-21 15:59:00 -07:00
committed by GitHub
parent fb8ad42aee
commit 555e0f1fc4

View File

@@ -42,6 +42,16 @@ repo init -u git://github.com/riscv/meta-riscv -b master -m tools/manifests/ris
repo sync
repo start work --all
```
## Update existing workspace
In order to bring all layers uptodate with upstream
```shell
cd riscv-yocto
repo sync
repo rebase
```
## Setup Build Environment
```shell
. ./meta-riscv/setup.sh