Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Klaehn
4a0fac240b Add yocto security layer to support podman
Change-Id: I0db4927dafb6a47f682eb920b1229e332f25824b
2021-01-28 13:26:36 +01:00

View File

@ -1,10 +1,10 @@
<?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="gatesgarth" 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="gatesgarth" path="layers/meta-openembedded" clone-depth="1"/> <project name="meta-openembedded" remote="oe" revision="gatesgarth" path="layers/meta-openembedded" clone-depth="1"/>
@ -16,4 +16,3 @@
</project> </project>
</manifest> </manifest>