2019-03-02 06:50:28 +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"/>
|
2019-03-12 08:05:41 +00:00
|
|
|
<remote name="sx" fetch="https://github.com/linux-sunxi"/>
|
2019-03-02 06:50:28 +00:00
|
|
|
|
2020-09-07 05:39:56 +00:00
|
|
|
<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-sunxi" remote="sx" revision="dunfell" path="layers/meta-sunxi" clone-depth="1"/>
|
|
|
|
<project name="meta-virtualization" remote="yo" revision="dunfell" path="layers/meta-virtualization" clone-depth="1"/>
|
2019-11-29 19:26:51 +00:00
|
|
|
<project name="meta-blackfinn" remote="bf" revision="zeus" path="layers/meta-blackfinn">
|
2019-03-12 08:05:41 +00:00
|
|
|
<linkfile dest="blackfinn-init-build-env" src="buildconf/blackfinn-init-build-env"/>
|
2019-03-02 06:50:28 +00:00
|
|
|
</project>
|
|
|
|
</manifest>
|
|
|
|
|