blob: 0606037689e576742d592fe9f0c5bc11eac75321 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<manifest>
<remote name="git-enea" fetch="git://git.enea.com"/>
<remote name="git-enea-local" fetch="git://git.enea.se"/>
<default revision="master" remote="git-enea"/>
<project name="linux/poky" path="poky">
<linkfile src="../.repo/manifests/README" dest="README"/>
</project>
<project name="linux/meta-el-common" path="poky/meta-el-common"/>
<project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" remote="git-enea-local"/>
<project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea-local"/>
<project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
<project name="linux/meta-virtualization" path="poky/meta-virtualization"/>
</manifest>
|