linux-blackfinn: Switch to new yocto branch "warrior"
Change-Id: Id43428285ad5797ccc8f92d8c748e0e5fe625304
This commit is contained in:
parent
73d4b5953e
commit
fc52f07f0b
@ -43,4 +43,5 @@ $ bitbake console-image
|
||||
## Flash the Image
|
||||
```shell
|
||||
$ dd if=tmp/deploy/images/beaglebone/<image_name> of=/dev/<sd_card>
|
||||
```
|
||||
|
||||
|
10
default.xml
10
default.xml
@ -7,11 +7,11 @@
|
||||
<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="meta-openembedded" remote="oe" revision="thud" path="layers/meta-openembedded" clone-depth="1"/>
|
||||
<project name="meta-raspberrypi" remote="yo" revision="thud" path="layers/meta-raspberrypi" clone-depth="1"/>
|
||||
<project name="meta-sunxi" remote="sx" revision="thud" path="layers/meta-sunxi" clone-depth="1"/>
|
||||
<project name="meta-blackfinn" remote="bf" revision="thud" path="layers/meta-blackfinn">
|
||||
<project name="poky" remote="yo" revision="warrior" path="layers/poky" clone-depth="1"/>
|
||||
<project name="meta-openembedded" remote="oe" revision="warrior" 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-sunxi" remote="sx" revision="warrior" path="layers/meta-sunxi" clone-depth="1"/>
|
||||
<project name="meta-blackfinn" remote="bf" revision="warrior" path="layers/meta-blackfinn">
|
||||
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
|
||||
</project>
|
||||
</manifest>
|
||||
|
Loading…
Reference in New Issue
Block a user