summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lundström <thomas.lundstrom@enea.com>2016-06-22 14:52:46 +0200
committerThomas Lundström <thomas.lundstrom@enea.com>2016-06-22 14:52:46 +0200
commitb34fb58f1155b588c1560c2c42f9e3cbaab18a25 (patch)
treee5588d1f398598eff445645a404d3edc254885a0
parent9c8864dda172bc2f98380e7ea2d8c3565877cc2f (diff)
downloadel_manifests-networking-b34fb58f1155b588c1560c2c42f9e3cbaab18a25.tar.gz
Setup of master branch
-rw-r--r--README.first23
-rw-r--r--p2041rdb/.README9
-rw-r--r--p2041rdb/manifest_template.xml29
3 files changed, 54 insertions, 7 deletions
diff --git a/README.first b/README.first
new file mode 100644
index 0000000..e355396
--- /dev/null
+++ b/README.first
@@ -0,0 +1,23 @@
1This file contains the describing the manifest repo. The repo contains manifests
2for one ot more targets located in separate directories. Each of these contain:
3
4README : A README file that will be made available for the
5 customer after repo sync. It contains build and boot
6 commands and other specific info.
7 Auto generated using .README and output from ELTF.
8
9.README : A template for generating the README file. Currently,
10 build and boot commands are provided by ELTF and they
11 are integrated into .README to generate README. This is
12 quite a mess, but the long term plan is to modify this
13 in a way that makes the template obsolete.
14
15manifest_template.xml : A template for default.xml. It contains a list of the
16 repos together with versions. The versions can be
17 specified using branches, tags, or hashes.
18
19default.xml : This a time-invariant snapshot of manifest_template.xml.
20 The difference is that all versions are specified as
21 hashes.
22 Auto-generated using manifest_template and data from
23 the remotes.
diff --git a/p2041rdb/.README b/p2041rdb/.README
new file mode 100644
index 0000000..e3fdf1a
--- /dev/null
+++ b/p2041rdb/.README
@@ -0,0 +1,9 @@
1This file is a template used to produce the real README. Read that one instead
2
3________END_OF_HEADER________
4
5Bla 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>