perinet-manifest/README.md

25 lines
307 B
Markdown
Raw Permalink Normal View History

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