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

    <include name="common/common_manifest.xml"/>

    <remote name="git-enea"       fetch="ssh://git@git.enea.com"/>

    <default revision="rocko" 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-nfv-access"        path="poky/meta-el-nfv-access"/>
    <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"/>

</manifest>