linux-blackfinn: Switch to new yocto branch "zeus"
Change-Id: Iee2f24f52b50c3d1947b81f83214150b382ca74b
This commit is contained in:
parent
fc52f07f0b
commit
7467006e06
12
README.md
12
README.md
@ -14,23 +14,13 @@ $ repo sync
|
|||||||
## Set Environment
|
## Set Environment
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ MACHINE=<machineconf> source blackfinn-init-build-env-init-build-env
|
$ MACHINE=<machineconf> source blackfinn-init-build-env
|
||||||
```
|
```
|
||||||
|
|
||||||
Supported machineconfs:
|
Supported machineconfs:
|
||||||
|
|
||||||
* qemuarm
|
* qemuarm
|
||||||
* qemuarm64
|
|
||||||
* qemumips
|
|
||||||
* qemumips64
|
|
||||||
* qemuppc
|
|
||||||
* qemux86
|
|
||||||
* qemux86-64
|
|
||||||
* beaglebone-yocto
|
* beaglebone-yocto
|
||||||
* edgerouter
|
|
||||||
* genericx86
|
|
||||||
* genericx86-64
|
|
||||||
* mpc8315e-rdb
|
|
||||||
* raspberrypi3-64
|
* raspberrypi3-64
|
||||||
* bananapi-m3
|
* bananapi-m3
|
||||||
|
|
||||||
|
10
default.xml
10
default.xml
@ -7,11 +7,11 @@
|
|||||||
<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"/>
|
<remote name="sx" fetch="https://github.com/linux-sunxi"/>
|
||||||
|
|
||||||
<project name="poky" remote="yo" revision="warrior" path="layers/poky" clone-depth="1"/>
|
<project name="poky" remote="yo" revision="zeus" path="layers/poky" clone-depth="1"/>
|
||||||
<project name="meta-openembedded" remote="oe" revision="warrior" path="layers/meta-openembedded" clone-depth="1"/>
|
<project name="meta-openembedded" remote="oe" revision="zeus" path="layers/meta-openembedded" clone-depth="1"/>
|
||||||
<project name="meta-raspberrypi" remote="yo" revision="warrior" path="layers/meta-raspberrypi" clone-depth="1"/>
|
<project name="meta-raspberrypi" remote="yo" revision="zeus" path="layers/meta-raspberrypi" clone-depth="1"/>
|
||||||
<project name="meta-sunxi" remote="sx" revision="warrior" path="layers/meta-sunxi" clone-depth="1"/>
|
<project name="meta-sunxi" remote="sx" revision="zeus" path="layers/meta-sunxi" clone-depth="1"/>
|
||||||
<project name="meta-blackfinn" remote="bf" revision="warrior" path="layers/meta-blackfinn">
|
<project name="meta-blackfinn" remote="bf" revision="zeus" path="layers/meta-blackfinn">
|
||||||
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
|
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
|
||||||
</project>
|
</project>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
Reference in New Issue
Block a user