linux-blackfinn: Switch to new yocto branch "dunfell"

Signed-off-by: Thomas Klaehn <thomas.klaehn@perinet.io>
Change-Id: Ia50fdaf50a8e184f51dc598bcd11c6bbdcc4a479
This commit is contained in:
Thomas Klaehn 2020-09-07 07:39:56 +02:00
parent d2f36e542e
commit e2d9de2f46

View File

@ -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="zeus" path="layers/poky" 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="zeus" path="layers/meta-raspberrypi" clone-depth="1"/>
<project name="meta-sunxi" remote="sx" revision="zeus" path="layers/meta-sunxi" clone-depth="1"/>
<project name="meta-virtualization" remote="yo" revision="zeus" path="layers/meta-virtualization" clone-depth="1"/>
<project name="poky" remote="yo" revision="dunfell" path="layers/poky" clone-depth="1"/>
<project name="meta-openembedded" remote="oe" revision="dunfell" path="layers/meta-openembedded" clone-depth="1"/>
<project name="meta-raspberrypi" remote="yo" revision="dunfell" path="layers/meta-raspberrypi" clone-depth="1"/>
<project name="meta-sunxi" remote="sx" revision="dunfell" path="layers/meta-sunxi" clone-depth="1"/>
<project name="meta-virtualization" remote="yo" revision="dunfell" path="layers/meta-virtualization" clone-depth="1"/>
<project name="meta-blackfinn" remote="bf" revision="zeus" path="layers/meta-blackfinn">
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
</project>