blob: c0ff52498fbbe63aaa16c3669884c39bf5e8658c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote alias="repo" fetch="https://github.com/openembedded" name="oe"/>
<remote alias="repo" fetch="https://git.yoctoproject.org/git" name="yocto"/>
<default sync-j="4"/>
<project name="bitbake.git" path="layers/openembedded-core/bitbake" remote="oe" revision="1.46"/>
<project name="meta-openembedded.git" path="layers/meta-openembedded" remote="oe" revision="dunfell"/>
<project name="meta-yocto" path="layers/meta-yocto" remote="yocto" revision="dunfell"/>
<project name="openembedded-core.git" path="layers/openembedded-core" remote="oe" revision="dunfell"/>
</manifest>
|