summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Mangeac <Adrian.Mangeac@enea.com>2019-07-26 17:04:42 +0200
committerAdrian Mangeac <Adrian.Mangeac@enea.com>2019-07-26 17:04:42 +0200
commite755450b97119d9e7d07bbe8e85fd1e00e79b2e1 (patch)
tree92870253eae08a328d1d77e00e54b21316e573c1
parentb1b919f6382ba10b895f5e270d774103b126b723 (diff)
downloadel_manifests-standard-e755450b97119d9e7d07bbe8e85fd1e00e79b2e1.tar.gz
qemux86: Initial commit
Change-Id: I788ed713b4284d798b51e1db252e9870d5475d02 Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
-rw-r--r--qemux86/.README9
-rw-r--r--qemux86/README8
-rw-r--r--qemux86/default.xml14
-rw-r--r--qemux86/eltf.conf16
-rw-r--r--qemux86/manifest_template.xml11
5 files changed, 58 insertions, 0 deletions
diff --git a/qemux86/.README b/qemux86/.README
new file mode 100644
index 0000000..e754c36
--- /dev/null
+++ b/qemux86/.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 QEMUX86,
5standard profile.
6
7________INSERT_BUILD_SEQUENCES_HERE________
8
9________INSERT_BOOT_SEQUENCES_HERE________
diff --git a/qemux86/README b/qemux86/README
new file mode 100644
index 0000000..d706682
--- /dev/null
+++ b/qemux86/README
@@ -0,0 +1,8 @@
1This file contains build and boot instructions for Enea Linux on QEMUX86,
2
3standard profile.
4
5
6
7
8
diff --git a/qemux86/default.xml b/qemux86/default.xml
new file mode 100644
index 0000000..0603f9b
--- /dev/null
+++ b/qemux86/default.xml
@@ -0,0 +1,14 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <remote fetch="ssh://git@git.enea.com/" name="git-enea"/>
4
5 <default remote="git-enea" revision="warrior"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" upstream="warrior"/>
8 <project name="linux/meta-el-standard" path="poky/meta-el-standard" upstream="warrior"/>
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" upstream="warrior">
10 <linkfile dest="README" src="../../.repo/manifests/qemux86/README"/>
11 </project>
12 <project name="linux/meta-openembedded" path="poky/meta-openembedded" upstream="warrior"/>
13 <project name="linux/poky" path="poky" upstream="warrior"/>
14</manifest>
diff --git a/qemux86/eltf.conf b/qemux86/eltf.conf
new file mode 100644
index 0000000..24e9278
--- /dev/null
+++ b/qemux86/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=RAM
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=i586
16SKIP=NO
diff --git a/qemux86/manifest_template.xml b/qemux86/manifest_template.xml
new file mode 100644
index 0000000..fd5fe47
--- /dev/null
+++ b/qemux86/manifest_template.xml
@@ -0,0 +1,11 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<manifest>
3 <!--Manifest template for Qemu, x86 -->
4
5 <include name="common/common_manifest.xml"/>
6
7 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common">
8 <linkfile src="../../.repo/manifests/qemux86/README" dest="README"/>
9 </project>
10
11</manifest>