mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-06-21 08:52:24 +02:00
Document syncing workspace intructions
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user