summaryrefslogtreecommitdiffstats
path: root/inteld1521/manifest_template.xml
blob: 1c088f68e0d12add0cf5fe6d726bdcdfed48ac20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<manifest>
    <!--Manifest template for inteld1521, virtualization profile -->

    <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>