blob: 28beb94df6eff131822331ede2ae6263fb554c20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!--Common parts of the manifest template for standard profile -->
<remote name="git-enea" fetch="ssh://git@git.enea.com/"/>
<remote name="gerrit-enea" fetch="ssh://gerrit.enea.se:29418/"/>
<default remote="git-enea" revision="dunfell" upstream="dunfell"/>
<project name="linux/meta-el-common" path="poky/meta-el-common"/>
<project name="linux/meta-el-standard" path="poky/meta-el-standard"/>
<!-- git.enea.com repos -->
<project name="linux/poky" path="poky"/>
<project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
<project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
<project name="linux/meta-el-common" path="poky/meta-el-common"/>
</manifest>
|