From 25d33809f22b423bf037bc0c83b5b6642795d0c6 Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Fri, 26 Jul 2019 17:11:41 +0200 Subject: qemuarm: Initial commit Change-Id: I0429cd0c2a1546f5c08e829df43246071cf55606 Signed-off-by: Adrian Mangeac --- qemuarm/.README | 9 +++++++++ qemuarm/README | 8 ++++++++ qemuarm/default.xml | 14 ++++++++++++++ qemuarm/eltf.conf | 16 ++++++++++++++++ qemuarm/manifest_template.xml | 11 +++++++++++ 5 files changed, 58 insertions(+) create mode 100644 qemuarm/.README create mode 100644 qemuarm/README create mode 100644 qemuarm/default.xml create mode 100644 qemuarm/eltf.conf create mode 100644 qemuarm/manifest_template.xml (limited to 'qemuarm') diff --git a/qemuarm/.README b/qemuarm/.README new file mode 100644 index 0000000..063596f --- /dev/null +++ b/qemuarm/.README @@ -0,0 +1,9 @@ +This file is a template used to produce the real README. Read that one instead. + +________END_OF_HEADER________ +This file contains build and boot instructions for Enea Linux on QEMUARM, +standard profile. + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/qemuarm/README b/qemuarm/README new file mode 100644 index 0000000..cdbfd1f --- /dev/null +++ b/qemuarm/README @@ -0,0 +1,8 @@ +This file contains build and boot instructions for Enea Linux on QEMUARM, + +standard profile. + + + + + diff --git a/qemuarm/default.xml b/qemuarm/default.xml new file mode 100644 index 0000000..8dcc836 --- /dev/null +++ b/qemuarm/default.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/qemuarm/eltf.conf b/qemuarm/eltf.conf new file mode 100644 index 0000000..b2df89a --- /dev/null +++ b/qemuarm/eltf.conf @@ -0,0 +1,16 @@ +# 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=NO +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-${PROFILE},enea-image-${PROFILE}-sdk +ARCHITECTURE=armv5e +SKIP=NO diff --git a/qemuarm/manifest_template.xml b/qemuarm/manifest_template.xml new file mode 100644 index 0000000..3ffaac2 --- /dev/null +++ b/qemuarm/manifest_template.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf