Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Klaehn
33229b7014 Add yocto security layer to support podman
Change-Id: I0db4927dafb6a47f682eb920b1229e332f25824b
2021-01-28 13:13:29 +01:00
Thomas Klaehn
f7715bdc5c linux-blackfinn: Switch to new yocto branch "gatesgarth"
Change-Id: I54c2e0b3f392b9de8f0148d84d5eb80fb2f416d8
2021-01-28 10:52:04 +01:00

View File

@ -1,18 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<manifest> <manifest>
<default sync-j="8"/> <default sync-j="8"/>
<remote name="yo" fetch="git://git.yoctoproject.org"/> <remote name="yo" fetch="git://git.yoctoproject.org"/>
<remote name="oe" fetch="git://git.openembedded.org"/> <remote name="oe" fetch="git://git.openembedded.org"/>
<remote name="bf" fetch="https://git.blackfinn.de/yocto"/> <remote name="bf" fetch="https://git.blackfinn.de/yocto"/>
<project name="poky" remote="yo" revision="dunfell" path="layers/poky" clone-depth="1"/> <project name="poky" remote="yo" revision="gatesgarth" path="layers/poky" clone-depth="1"/>
<project name="meta-openembedded" remote="oe" revision="dunfell" path="layers/meta-openembedded" 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="dunfell" path="layers/meta-raspberrypi" 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="dunfell" path="layers/meta-virtualization" 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"> <project name="meta-security" remote="yo" revision="gatesgarth" path="layers/meta-security" clone-depth="1"/>
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/> <project name="meta-blackfinn" remote="bf" revision="dunfell" path="layers/meta-blackfinn">
</project> <linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
</project>
</manifest> </manifest>