From f6e8507e27889891de6fcf1dd4809040b0e1668e Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Wed, 30 Aug 2017 08:55:43 +0200 Subject: add cn8304 and qemuarm64 Signed-off-by: Adrian Calianu --- qemuarm64/README | 8 ++++++++ qemuarm64/default.xml | 18 ++++++++++++++++++ qemuarm64/eltf.conf | 18 ++++++++++++++++++ qemuarm64/manifest_template.xml | 21 +++++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 qemuarm64/README create mode 100644 qemuarm64/default.xml create mode 100644 qemuarm64/eltf.conf create mode 100644 qemuarm64/manifest_template.xml (limited to 'qemuarm64') diff --git a/qemuarm64/README b/qemuarm64/README new file mode 100644 index 0000000..b44f17c --- /dev/null +++ b/qemuarm64/README @@ -0,0 +1,8 @@ +This file contains build and boot instructions for Enea Linux, + +virtualization profile. + + + + + 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 @@ + + + + + + + + + + + + + + + + + + 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 @@ +# eltf.conf +# internal ENEA file - used for ELTF +# +# setup as unix sh file; use comma separated values for array types, no spaces +# +# DELETE_SSTATE=NO/YES +# BOOTING_METHOD=NFS/RAM/etc +# TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script +# IMAGE_TYPES=enea-image-${PROFILE},enea-image-${PROFILE}-sdk,world +DELETE_SSTATE=YES +BOOTING_METHOD=RAM +TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script +RC_TEST_PACKAGE=healthcheck-runner +IMAGE_TYPES=enea-image-virtualization-guest +SDK_IMAGE=enea-image-virtualization-guest-sdk +ARCHITECTURE=aarch64 +SKIP=NO +SKIP_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 @@ + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf