linux-blackfinn/default.xml
Thomas Klaehn 378eef6e69 manifest: Add bananapi-m3
Change-Id: Id0a252a4b76221d516bfe1ca8b01f0702b88f31e
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2019-03-16 06:28:59 +01:00

19 lines
971 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<default sync-j="8"/>
<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="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">
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
</project>
</manifest>