summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2016-12-19 15:15:10 +0100
committerGabriel Ionescu <gabriel.ionescu@enea.com>2016-12-19 15:15:10 +0100
commit561b12218d62b04a08c9a4d675f6a50646b5f13a (patch)
tree3a70562aa018974cebb85f5e040f29a67ea3542f
downloadel_manifests-virtualization-561b12218d62b04a08c9a4d675f6a50646b5f13a.tar.gz
Added templates
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
-rw-r--r--README.first23
-rw-r--r--inteld1521/.README9
-rw-r--r--inteld1521/README9
-rw-r--r--inteld1521/default.xml20
-rw-r--r--inteld1521/eltf.conf16
-rw-r--r--inteld1521/manifest_template.xml20
6 files changed, 97 insertions, 0 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/inteld1521/.README b/inteld1521/.README
new file mode 100644
index 0000000..9afc812
--- /dev/null
+++ b/inteld1521/.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________
4This file contains build and boot instructions for Enea Linux on P2041RDB,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/inteld1521/README b/inteld1521/README
new file mode 100644
index 0000000..9afc812
--- /dev/null
+++ b/inteld1521/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________
4This file contains build and boot instructions for Enea Linux on P2041RDB,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/inteld1521/default.xml b/inteld1521/default.xml
new file mode 100644
index 0000000..6a0bd0d
--- /dev/null
+++ b/inteld1521/default.xml
@@ -0,0 +1,20 @@
1<manifest>
2 <!--Manifest template for inteld1521, virtualization profile -->
3
4 <remote name="git-enea" fetch="git://git.enea.com"/>
5 <remote name="git-enea-local" fetch="git://git.enea.se"/>
6
7 <default revision="master" remote="git-enea"/>
8
9 <project name="linux/poky" path="poky">
10 <linkfile src="../.repo/manifests/README" dest="README"/>
11 </project>
12
13 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
14 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" remote="git-enea-local"/>
15 <project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea-local"/>
16 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
17 <project name="linux/meta-virtualization" path="poky/meta-virtualization"/>
18 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
19
20</manifest>
diff --git a/inteld1521/eltf.conf b/inteld1521/eltf.conf
new file mode 100644
index 0000000..7153eb2
--- /dev/null
+++ b/inteld1521/eltf.conf
@@ -0,0 +1,16 @@
1# eltf.conf
2# internal ENEA file - used for ELTF
3#
4# setup as unix sh file; use comma separated values for array types, no spaces
5#
6# DELETE_SSTATE=NO/YES
7# BOOTING_METHOD=NFS/RAM/etc
8# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
9# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world
10DELETE_SSTATE=NO
11BOOTING_METHOD=NFS
12TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
13RC_TEST_PACKAGE=healthcheck-runner
14IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk
15ARCHITECTURE=ppce500mc
16SKIP=NO
diff --git a/inteld1521/manifest_template.xml b/inteld1521/manifest_template.xml
new file mode 100644
index 0000000..6a0bd0d
--- /dev/null
+++ b/inteld1521/manifest_template.xml
@@ -0,0 +1,20 @@
1<manifest>
2 <!--Manifest template for inteld1521, virtualization profile -->
3
4 <remote name="git-enea" fetch="git://git.enea.com"/>
5 <remote name="git-enea-local" fetch="git://git.enea.se"/>
6
7 <default revision="master" remote="git-enea"/>
8
9 <project name="linux/poky" path="poky">
10 <linkfile src="../.repo/manifests/README" dest="README"/>
11 </project>
12
13 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
14 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" remote="git-enea-local"/>
15 <project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea-local"/>
16 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
17 <project name="linux/meta-virtualization" path="poky/meta-virtualization"/>
18 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
19
20</manifest>