Compare commits

..

1 Commits

Author SHA1 Message Date
5db89cd622 Add bananapi-m3
Change-Id: Id0a252a4b76221d516bfe1ca8b01f0702b88f31e
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2019-03-12 09:41:12 +01:00
2 changed files with 20 additions and 1 deletions

View File

@ -14,9 +14,27 @@ $ repo sync
## Set Environment
```shell
$ source [bbb/rpi]-init-build-env
$ MACHINE=<machineconf> source blackfinn-init-build-env-init-build-env
```
Supported machineconfs:
* qemuarm
* qemuarm64
* qemumips
* qemumips64
* qemuppc
* qemux86
* qemux86-64
* beaglebone-yocto
* edgerouter
* genericx86
* genericx86-64
* mpc8315e-rdb
* raspberrypi3-64
* bananapi-m3
## Build the Image
```shell
$ bitbake console-image

View File

@ -5,6 +5,7 @@
<remote name="yo" fetch="git://git.yoctoproject.org"/>
<remote name="oe" fetch="git://git.openembedded.org"/>
<remote name="bf" fetch="https://git.blackfinn.de/yocto"/>
<remote name="sx" fetch="https://github.com/linux-sunxi"/>
<project name="poky" remote="yo" revision="thud" path="layers/poky" clone-depth="1"/>
<project name="oe" remote="oe" revision="thud" path="layers/meta-openembedded" clone-depth="1"/>