Add yocto security layer to support podman:
Change-Id: I0db4927dafb6a47f682eb920b1229e332f25824b
This commit is contained in:
parent
cf613e7086
commit
b755f160a1
11
default.xml
11
default.xml
@ -1,19 +1,18 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<manifest>
|
||||
<default sync-j="8"/>
|
||||
<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="yo" fetch="git://git.yoctoproject.org"/>
|
||||
<remote name="oe" fetch="git://git.openembedded.org"/>
|
||||
<remote name="bf" fetch="https://git.blackfinn.de/yocto"/>
|
||||
|
||||
<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-security" remote="yo" revision="gatesgarth" path="layers/meta-security" 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="gatesgarth" path="layers/meta-blackfinn">
|
||||
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
|
||||
</project>
|
||||
|
||||
</manifest>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user