From e5d426b3d6586862e713fa1778c038bca6c91773 Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Fri, 26 Jul 2019 17:08:24 +0200 Subject: qemuppc: Initial commit Change-Id: I59cc638723accb188791171f4c05ddb43b98617a Signed-off-by: Adrian Mangeac --- qemuppc/.README | 9 +++++++++ qemuppc/README | 8 ++++++++ qemuppc/default.xml | 14 ++++++++++++++ qemuppc/eltf.conf | 16 ++++++++++++++++ qemuppc/manifest_template.xml | 11 +++++++++++ 5 files changed, 58 insertions(+) create mode 100644 qemuppc/.README create mode 100644 qemuppc/README create mode 100644 qemuppc/default.xml create mode 100644 qemuppc/eltf.conf create mode 100644 qemuppc/manifest_template.xml (limited to 'qemuppc') diff --git a/qemuppc/.README b/qemuppc/.README new file mode 100644 index 0000000..b930383 --- /dev/null +++ b/qemuppc/.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 QEMUPPC, +standard profile. + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/qemuppc/README b/qemuppc/README new file mode 100644 index 0000000..dd47dcd --- /dev/null +++ b/qemuppc/README @@ -0,0 +1,8 @@ +This file contains build and boot instructions for Enea Linux on QEMUPPC, + +standard profile. + + + + + diff --git a/qemuppc/default.xml b/qemuppc/default.xml new file mode 100644 index 0000000..f55c2b6 --- /dev/null +++ b/qemuppc/default.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/qemuppc/eltf.conf b/qemuppc/eltf.conf new file mode 100644 index 0000000..923df0f --- /dev/null +++ b/qemuppc/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=ppc7400 +SKIP=NO diff --git a/qemuppc/manifest_template.xml b/qemuppc/manifest_template.xml new file mode 100644 index 0000000..31f580c --- /dev/null +++ b/qemuppc/manifest_template.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf