summaryrefslogtreecommitdiffstats
path: root/inteld1521
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 /inteld1521
downloadel_manifests-virtualization-561b12218d62b04a08c9a4d675f6a50646b5f13a.tar.gz
Added templates
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
Diffstat (limited to 'inteld1521')
-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
5 files changed, 74 insertions, 0 deletions
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>