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

    <remote name="git-enea"       fetch="ssh://git@git.enea.com"/>
    <remote name="git-enea-local" fetch="ssh://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-enea-bsp-common"      path="poky/meta-enea-bsp-common"/>
    <project name="linux/meta-enea-bsp-x86"         path="poky/meta-enea-bsp-x86"/>
    <project name="linux/meta-enea-virtualization"  path="poky/meta-enea-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>