summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-08-30 08:55:43 +0200
committerAdrian Calianu <adrian.calianu@enea.com>2017-08-30 08:55:43 +0200
commitf6e8507e27889891de6fcf1dd4809040b0e1668e (patch)
tree6d384b7a5d9a1820fbcefa42d1e0d16f91901c44
parent78de310e29eb98a2c7d3290af0f05ccb3780b6b4 (diff)
downloadel_manifests-virtualization-f6e8507e27889891de6fcf1dd4809040b0e1668e.tar.gz
add cn8304 and qemuarm64
Signed-off-by: Adrian Calianu <adrian.calianu@enea.com>
-rw-r--r--cn8304/README8
-rw-r--r--cn8304/default.xml18
-rw-r--r--cn8304/eltf.conf19
-rw-r--r--cn8304/manifest_template.xml21
-rw-r--r--qemuarm64/README8
-rw-r--r--qemuarm64/default.xml18
-rw-r--r--qemuarm64/eltf.conf18
-rw-r--r--qemuarm64/manifest_template.xml21
8 files changed, 131 insertions, 0 deletions
diff --git a/cn8304/README b/cn8304/README
new file mode 100644
index 0000000..b44f17c
--- /dev/null
+++ b/cn8304/README
@@ -0,0 +1,8 @@
1This file contains build and boot instructions for Enea Linux,
2
3virtualization profile.
4
5
6
7
8
diff --git a/cn8304/default.xml b/cn8304/default.xml
new file mode 100644
index 0000000..5fe5fd6
--- /dev/null
+++ b/cn8304/default.xml
@@ -0,0 +1,18 @@
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="pyro"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="a60bc47b963ee456ce140cabb1e15a1275a2f67d" upstream="pyro"/>
8 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" revision="a44cba1d9a3d2420c2da3d88835f2ce7e26d3f44" upstream="pyro"/>
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="5d72e4c556016bd800d1c19448228a68757f1129" upstream="pyro"/>
10 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" revision="56ae079fefae9bef7bcc1a59d9538f8859f15cc6" upstream="pyro"/>
11 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization" revision="2c763f5e68bd4cb966342d737a83bf7d404cf910" upstream="pyro"/>
12 <project name="linux/meta-intel" path="poky/meta-intel" revision="16aea09d224f3ed2021623d17c3e807f4b8ff18d" upstream="pyro"/>
13 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="5e82995148a2844c6f483ae5ddd1438d87ea9fb7" upstream="pyro"/>
14 <project name="linux/meta-virtualization" path="poky/meta-virtualization" revision="dd49614c70364a11dc50798f32f1b2ffa3d0409e" upstream="pyro"/>
15 <project name="linux/poky" path="poky" revision="f01b909a266498853e6b3f10e6b39f2d95148129" upstream="pyro">
16 <linkfile dest="README" src="../.repo/manifests/README"/>
17 </project>
18</manifest>
diff --git a/cn8304/eltf.conf b/cn8304/eltf.conf
new file mode 100644
index 0000000..b2cb34e
--- /dev/null
+++ b/cn8304/eltf.conf
@@ -0,0 +1,19 @@
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
14# template for building an image can be changed here, by using <enea-image>:<template>
15IMAGE_TYPES=enea-image-virtualization-host,enea-image-virtualization-host-sdk:cn8304-sdk
16SDK_IMAGE=enea-image-virtualization-host-sdk:cn8304-sdk
17ARCHITECTURE=aarch64
18SKIP=NO
19SKIP_TESTS=YES
diff --git a/cn8304/manifest_template.xml b/cn8304/manifest_template.xml
new file mode 100644
index 0000000..6c4d803
--- /dev/null
+++ b/cn8304/manifest_template.xml
@@ -0,0 +1,21 @@
1<manifest>
2 <!--Manifest template for inteld1521, virtualization profile -->
3
4 <remote name="git-enea" fetch="ssh://git@git.enea.com"/>
5
6 <default revision="pyro" remote="git-enea"/>
7
8 <project name="linux/poky" path="poky">
9 <linkfile src="../.repo/manifests/README" dest="README"/>
10 </project>
11
12 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
13 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization"/>
14 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
15 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/>
16 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization"/>
17 <project name="linux/meta-intel" path="poky/meta-intel"/>
18 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
19 <project name="linux/meta-virtualization" path="poky/meta-virtualization"/>
20
21</manifest>
diff --git a/qemuarm64/README b/qemuarm64/README
new file mode 100644
index 0000000..b44f17c
--- /dev/null
+++ b/qemuarm64/README
@@ -0,0 +1,8 @@
1This file contains build and boot instructions for Enea Linux,
2
3virtualization profile.
4
5
6
7
8
diff --git a/qemuarm64/default.xml b/qemuarm64/default.xml
new file mode 100644
index 0000000..5fe5fd6
--- /dev/null
+++ b/qemuarm64/default.xml
@@ -0,0 +1,18 @@
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="pyro"/>
6
7 <project name="linux/meta-el-common" path="poky/meta-el-common" revision="a60bc47b963ee456ce140cabb1e15a1275a2f67d" upstream="pyro"/>
8 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization" revision="a44cba1d9a3d2420c2da3d88835f2ce7e26d3f44" upstream="pyro"/>
9 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="5d72e4c556016bd800d1c19448228a68757f1129" upstream="pyro"/>
10 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm" revision="56ae079fefae9bef7bcc1a59d9538f8859f15cc6" upstream="pyro"/>
11 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization" revision="2c763f5e68bd4cb966342d737a83bf7d404cf910" upstream="pyro"/>
12 <project name="linux/meta-intel" path="poky/meta-intel" revision="16aea09d224f3ed2021623d17c3e807f4b8ff18d" upstream="pyro"/>
13 <project name="linux/meta-openembedded" path="poky/meta-openembedded" revision="5e82995148a2844c6f483ae5ddd1438d87ea9fb7" upstream="pyro"/>
14 <project name="linux/meta-virtualization" path="poky/meta-virtualization" revision="dd49614c70364a11dc50798f32f1b2ffa3d0409e" upstream="pyro"/>
15 <project name="linux/poky" path="poky" revision="f01b909a266498853e6b3f10e6b39f2d95148129" upstream="pyro">
16 <linkfile dest="README" src="../.repo/manifests/README"/>
17 </project>
18</manifest>
diff --git a/qemuarm64/eltf.conf b/qemuarm64/eltf.conf
new file mode 100644
index 0000000..b814195
--- /dev/null
+++ b/qemuarm64/eltf.conf
@@ -0,0 +1,18 @@
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=YES
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-virtualization-guest
15SDK_IMAGE=enea-image-virtualization-guest-sdk
16ARCHITECTURE=aarch64
17SKIP=NO
18SKIP_TESTS=YES
diff --git a/qemuarm64/manifest_template.xml b/qemuarm64/manifest_template.xml
new file mode 100644
index 0000000..6c4d803
--- /dev/null
+++ b/qemuarm64/manifest_template.xml
@@ -0,0 +1,21 @@
1<manifest>
2 <!--Manifest template for inteld1521, virtualization profile -->
3
4 <remote name="git-enea" fetch="ssh://git@git.enea.com"/>
5
6 <default revision="pyro" remote="git-enea"/>
7
8 <project name="linux/poky" path="poky">
9 <linkfile src="../.repo/manifests/README" dest="README"/>
10 </project>
11
12 <project name="linux/meta-el-common" path="poky/meta-el-common"/>
13 <project name="linux/meta-el-virtualization" path="poky/meta-el-virtualization"/>
14 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common"/>
15 <project name="linux/meta-enea-bsp-arm" path="poky/meta-enea-bsp-arm"/>
16 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization"/>
17 <project name="linux/meta-intel" path="poky/meta-intel"/>
18 <project name="linux/meta-openembedded" path="poky/meta-openembedded"/>
19 <project name="linux/meta-virtualization" path="poky/meta-virtualization"/>
20
21</manifest>