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

Change-Id: I54c2e0b3f392b9de8f0148d84d5eb80fb2f416d8
This commit is contained in:
Thomas Klaehn 2021-01-28 10:52:04 +01:00
parent f59377ceb6
commit f7715bdc5c

View File

@ -6,10 +6,10 @@
<remote name="oe" fetch="git://git.openembedded.org"/>
<remote name="bf" fetch="https://git.blackfinn.de/yocto"/>
<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-virtualization" remote="yo" revision="dunfell" path="layers/meta-virtualization" clone-depth="1"/>
<project name="poky" remote="yo" revision="gatesgarth" path="layers/poky" clone-depth="1"/>
<project name="meta-openembedded" remote="oe" revision="gatesgarth" path="layers/meta-openembedded" clone-depth="1"/>
<project name="meta-raspberrypi" remote="yo" revision="gatesgarth" path="layers/meta-raspberrypi" clone-depth="1"/>
<project name="meta-virtualization" remote="yo" revision="gatesgarth" path="layers/meta-virtualization" clone-depth="1"/>
<project name="meta-blackfinn" remote="bf" revision="dunfell" path="layers/meta-blackfinn">
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
</project>