diff options
Diffstat (limited to 'p2041rdb/manifest_template.xml')
-rw-r--r-- | p2041rdb/manifest_template.xml | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/p2041rdb/manifest_template.xml b/p2041rdb/manifest_template.xml index ec045e2..510e084 100644 --- a/p2041rdb/manifest_template.xml +++ b/p2041rdb/manifest_template.xml | |||
@@ -1,16 +1,31 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | ||
1 | <manifest> | 2 | <manifest> |
2 | <!--Manifest template for P2041RDB --> | 3 | <!--Manifest template for P2041RDB, networking profile --> |
3 | 4 | ||
4 | <remote name="git-enea" fetch="git://git.enea.se/"/> | 5 | <remote name="git-enea" fetch="git://git.enea.com"/> |
6 | <remote name="git-enea-local" fetch="git://git.enea.se"/> | ||
5 | 7 | ||
6 | <default revision="master" remote="git-enea"/> | 8 | <default revision="master" remote="git-enea"/> |
7 | 9 | ||
8 | <project name="linux/poky" path="poky" revision="krogoth"/> | 10 | <project name="linux/poky" path="poky"/> |
11 | <project name="linux/meta-el-common" path="poky/meta-el-common"/> | ||
12 | <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/> | ||
13 | <project name="linux/meta-enea-bsp-ppc" path="poky/meta-enea-bsp-ppc"/> | ||
14 | <project name="linux/meta-fsl-ppc" path="poky/meta-fsl-ppc"/> | ||
9 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> | 15 | <project name="linux/meta-openembedded" path="poky/meta-openembedded"/> |
10 | <project name="linux/meta-enea-base" path="poky/meta-enea-base"> | 16 | |
17 | <project | ||
18 | name="linux/meta-el-networking" | ||
19 | path="poky/meta-el-networking" | ||
20 | remote="git-enea-local" | ||
21 | > | ||
11 | <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/> | 22 | <linkfile src="../../.repo/manifests/p2041rdb/README" dest="README"/> |
12 | </project> | 23 | </project> |
13 | <project name="linux/meta-enea-base-ppc" path="poky/meta-enea-base-ppc"/> | 24 | |
14 | <project name="linux/meta-enea-bsp-base" path="poky/meta-enea-bsp-base"/> | 25 | <project |
15 | <project name="linux/meta-enea-bsp-ppc" path="poky/meta-enea-bsp-ppc"/> | 26 | name="linux/meta-enea-networking" |
27 | path="poky/meta-enea-networking" | ||
28 | remote="git-enea-local" | ||
29 | /> | ||
30 | |||
16 | </manifest> | 31 | </manifest> |