Add bananapi-m3
Change-Id: Id0a252a4b76221d516bfe1ca8b01f0702b88f31e Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
parent
55c747087b
commit
5db89cd622
20
README.md
20
README.md
@ -14,9 +14,27 @@ $ repo sync
|
|||||||
## Set Environment
|
## Set Environment
|
||||||
|
|
||||||
```shell
|
```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
|
## Build the Image
|
||||||
```shell
|
```shell
|
||||||
$ bitbake console-image
|
$ bitbake console-image
|
||||||
|
16
default.xml
16
default.xml
@ -5,16 +5,14 @@
|
|||||||
<remote name="yo" fetch="git://git.yoctoproject.org"/>
|
<remote name="yo" fetch="git://git.yoctoproject.org"/>
|
||||||
<remote name="oe" fetch="git://git.openembedded.org"/>
|
<remote name="oe" fetch="git://git.openembedded.org"/>
|
||||||
<remote name="bf" fetch="https://git.blackfinn.de/yocto"/>
|
<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" clone-depth="1" path="layers/poky"/>
|
<project name="poky" remote="yo" revision="thud" path="layers/poky" clone-depth="1"/>
|
||||||
<project name="meta-raspberrypi" remote="yo" revision="thud" clone-depth="1" path="layers/meta-raspberrypi"/>
|
<project name="oe" remote="oe" revision="thud" path="layers/meta-openembedded" clone-depth="1"/>
|
||||||
<project name="meta-openembedded" remote="oe" revision="thud" clone-depth="1" path="layers/meta-openembedded"/>
|
<project name="rpi" remote="yo" revision="thud" path="layers/meta-raspberrypi" clone-depth="1"/>
|
||||||
|
<project name="sx" remote="sx" revision="thud" path="layers/meta-sunxi" clone-depth="1"/>
|
||||||
<project name="meta-bbb" remote="bf" revision="thud" path="layers/meta-bbb"/>
|
<project name="bf" remote="bf" revision="thud" path="layers/meta-blackfinn">
|
||||||
<project name="meta-rpi" remote="bf" revision="thud" path="layers/meta-rpi"/>
|
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
|
||||||
<project name="meta-blackfinn" remote="bf" revision="thud" path="layers/meta-blackfinn">
|
|
||||||
<linkfile dest="bbb-init-build-env" src="buildconf/bbb-init-build-env"/>
|
|
||||||
<linkfile dest="rpi-init-build-env" src="buildconf/rpi-init-build-env"/>
|
|
||||||
</project>
|
</project>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user