summaryrefslogtreecommitdiffstats
path: root/qemuarm64
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-09-05 13:01:57 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-09-05 13:01:57 +0200
commit6659eb1482df255009564ee17d6d9e25e0c8e975 (patch)
treed09ba02130b60754575dc439a2db975560d457b6 /qemuarm64
downloadel_manifests-nfv-access-6659eb1482df255009564ee17d6d9e25e0c8e975.tar.gz
Initial commit
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'qemuarm64')
-rw-r--r--qemuarm64/README5
-rw-r--r--qemuarm64/default.xml18
-rw-r--r--qemuarm64/eltf.conf18
-rw-r--r--qemuarm64/manifest_template.xml21
4 files changed, 62 insertions, 0 deletions
diff --git a/qemuarm64/README b/qemuarm64/README
new file mode 100644
index 0000000..a356b0c
--- /dev/null
+++ b/qemuarm64/README
@@ -0,0 +1,5 @@
1This file contains build and boot instructions for Enea Linux NFV Access Platfrom qemuarm64 guest.
2
3
4
5
diff --git a/qemuarm64/default.xml b/qemuarm64/default.xml
new file mode 100644
index 0000000..991f9d4
--- /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="bf4d84df078cb19f1702f42a94c873026aa72e1d" 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-arm" path="poky/meta-enea-bsp-arm" revision="192bce0802d63e099daacf70daa81551651a55fe" upstream="pyro"/>
10 <project name="linux/meta-enea-bsp-common" path="poky/meta-enea-bsp-common" revision="5d72e4c556016bd800d1c19448228a68757f1129" upstream="pyro"/>
11 <project name="linux/meta-enea-virtualization" path="poky/meta-enea-virtualization" revision="7f089f58a8f73f4f6b911562ce3656d4052f1725" 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..425858d
--- /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=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-nfv-access-guest
15SDK_IMAGE=enea-image-nfv-access-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>