98c6e8ae60
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
25 lines
307 B
Markdown
25 lines
307 B
Markdown
# Yocto
|
|
|
|
...
|
|
|
|
## Get the repository
|
|
|
|
```shell
|
|
$ mkdir yocto-bf
|
|
$ cd yocto-bf
|
|
$ repo init -u "https://git.blackfinn.de/yocto/perinet-manifest.git"
|
|
$ repo sync
|
|
```
|
|
|
|
## Set Environment
|
|
|
|
```shell
|
|
$ source perinet-init-build-env
|
|
```
|
|
|
|
## Build the Image
|
|
```shell
|
|
$ bitbake perifirmware-build-container-image
|
|
```
|
|
|