diff options
author | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-22 14:52:46 +0200 |
---|---|---|
committer | Thomas Lundström <thomas.lundstrom@enea.com> | 2016-06-22 14:52:46 +0200 |
commit | b34fb58f1155b588c1560c2c42f9e3cbaab18a25 (patch) | |
tree | e5588d1f398598eff445645a404d3edc254885a0 /p2041rdb | |
parent | 9c8864dda172bc2f98380e7ea2d8c3565877cc2f (diff) | |
download | el_manifests-networking-b34fb58f1155b588c1560c2c42f9e3cbaab18a25.tar.gz |
Setup of master branch
Diffstat (limited to 'p2041rdb')
-rw-r--r-- | p2041rdb/.README | 9 | ||||
-rw-r--r-- | p2041rdb/manifest_template.xml | 29 |
2 files changed, 31 insertions, 7 deletions
diff --git a/p2041rdb/.README b/p2041rdb/.README new file mode 100644 index 0000000..e3fdf1a --- /dev/null +++ b/p2041rdb/.README | |||
@@ -0,0 +1,9 @@ | |||
1 | This file is a template used to produce the real README. Read that one instead | ||
2 | |||
3 | ________END_OF_HEADER________ | ||
4 | |||
5 | Bla bla bla ... | ||
6 | |||
7 | ________INSERT_BUILD_SEQUENCES_HERE________ | ||
8 | |||
9 | ________INSERT_BOOT_SEQUENCES_HERE________ | ||
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> |