summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-03-22 10:51:31 +0100
committerMartin Borg <martin.borg@enea.com>2017-03-23 10:18:03 +0100
commit41f72f6ab0db528eb4826d55569c97402831508b (patch)
tree5bf1084accc94bea6ad9d5395f68d43e0327650a
parentcd10a237651613806c46804def640a622e9034c3 (diff)
downloadel_manifests-virtualization-41f72f6ab0db528eb4826d55569c97402831508b.tar.gz
Add qemux86-64 template and move images to their specific targets
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
-rw-r--r--inteld1521/eltf.conf2
-rw-r--r--qemux86-64/.README9
-rw-r--r--qemux86-64/README9
-rw-r--r--qemux86-64/default.xml19
-rw-r--r--qemux86-64/eltf.conf16
-rw-r--r--qemux86-64/manifest_template.xml22
6 files changed, 76 insertions, 1 deletions
diff --git a/inteld1521/eltf.conf b/inteld1521/eltf.conf
index af14896..6985830 100644
--- a/inteld1521/eltf.conf
+++ b/inteld1521/eltf.conf
@@ -11,6 +11,6 @@ DELETE_SSTATE=NO
11BOOTING_METHOD=NFS 11BOOTING_METHOD=NFS
12TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script 12TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script
13RC_TEST_PACKAGE=healthcheck-runner 13RC_TEST_PACKAGE=healthcheck-runner
14IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk 14IMAGE_TYPES=enea-image-${PROFILE}-host,enea-image-${PROFILE}-host-sdk
15ARCHITECTURE=x86_64 15ARCHITECTURE=x86_64
16SKIP=NO 16SKIP=NO
diff --git a/qemux86-64/.README b/qemux86-64/.README
new file mode 100644
index 0000000..9afc812
--- /dev/null
+++ b/qemux86-64/.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/qemux86-64/README b/qemux86-64/README
new file mode 100644
index 0000000..9afc812
--- /dev/null
+++ b/qemux86-64/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/qemux86-64/default.xml b/qemux86-64/default.xml
new file mode 100644
index 0000000..4b1b51e
--- /dev/null
+++ b/qemux86-64/default.xml
@@ -0,0 +1,19 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="git://git.enea.com" name="git-enea"/>
4 <remote fetch="git://git.enea.se" name="git-enea-local"/>
5
6 <default remote="git-enea" revision="master"/>
7
8 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="8d9999559c5c9ba3d0a2e4424007929e64a2ad57" upstream="master"/>
9 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" remote="git-enea-local" revision="5a934d10baa693f4e42f9a1bfc723285d24d20f4" upstream="master"/>
10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="0ad35fda8924b89f571f0437c3fd67ab768b823e" upstream="master"/>
11 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86" revision="7adccfc09e725871991bbc5d2bbf32e4f5f8b450" upstream="master"/>
12 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization" remote="git-enea-local" revision="cf4691e4afc8b93a3c20cf3c05f944408135246d" upstream="master"/>
13 <project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea-local" revision="54df72f06e4a946f4bc403c67313f4cb385b4301" upstream="master"/>
14 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="1dff2351aa6cdafa5a501e8956cb853ab17ed9ae" upstream="master"/>
15 <project name="linux/meta-virtualization" path="poky/meta-virtualization" revision="d90285a353933f0473a13c5c23df23a13775ac2e" upstream="master"/>
16 <project name="linux/poky" path="poky" revision="b1f09df0f664052e39d939b759a63b05d767b8ec" upstream="master">
17 <linkfile dest="README" src="../.repo/manifests/README"/>
18 </project>
19</manifest>
diff --git a/qemux86-64/eltf.conf b/qemux86-64/eltf.conf
new file mode 100644
index 0000000..f5f2746
--- /dev/null
+++ b/qemux86-64/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}-guest
15ARCHITECTURE=x86_64
16SKIP=NO
diff --git a/qemux86-64/manifest_template.xml b/qemux86-64/manifest_template.xml
new file mode 100644
index 0000000..46bba49
--- /dev/null
+++ b/qemux86-64/manifest_template.xml
@@ -0,0 +1,22 @@
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-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
16 <project name="linux/meta-enea-bsp-x86" path="poky/meta-enea-bsp-x86"/>
17 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization" remote="git-enea-local"/>
18 <project name="linux/meta-intel" path="poky/meta-intel" remote="git-enea-local"/>
19 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
20 <project name="linux/meta-virtualization" path="poky/meta-virtualization"/>
21
22</manifest>