2020-08-21 17:43:45 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<manifest>
|
|
|
|
<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"/>
|
|
|
|
|
|
|
|
<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"/>
|
2020-08-29 05:52:35 +00:00
|
|
|
<project name="meta-arm" remote="yo" revision="dunfell" path="layers/meta-arm" clone-depth="1"/>
|
2020-08-21 17:43:45 +00:00
|
|
|
<project name="meta-virtualization" remote="yo" revision="dunfell" path="layers/meta-virtualization" clone-depth="1"/>
|
|
|
|
<project name="meta-perinet" remote="bf" revision="dunfell" path="layers/meta-perinet">
|
|
|
|
<linkfile dest="perinet-init-build-env" src="buildconf/perinet-init-build-env"/>
|
|
|
|
</project>
|
|
|
|
</manifest>
|
|
|
|
|