perinet-manifest/README.md
Thomas Klaehn 98c6e8ae60 perinet-manifest: Initial commit
Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
2020-08-21 19:43:45 +02:00

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
```