From 41f72f6ab0db528eb4826d55569c97402831508b Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Wed, 22 Mar 2017 10:51:31 +0100 Subject: Add qemux86-64 template and move images to their specific targets Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- qemux86-64/.README | 9 +++++++++ qemux86-64/README | 9 +++++++++ qemux86-64/default.xml | 19 +++++++++++++++++++ qemux86-64/eltf.conf | 16 ++++++++++++++++ qemux86-64/manifest_template.xml | 22 ++++++++++++++++++++++ 5 files changed, 75 insertions(+) create mode 100644 qemux86-64/.README create mode 100644 qemux86-64/README create mode 100644 qemux86-64/default.xml create mode 100644 qemux86-64/eltf.conf create mode 100644 qemux86-64/manifest_template.xml (limited to 'qemux86-64') diff --git a/qemux86-64/.README b/qemux86-64/.README new file mode 100644 index 0000000..9afc812 --- /dev/null +++ b/qemux86-64/.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 P2041RDB, +standard profile. + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/qemux86-64/README b/qemux86-64/README new file mode 100644 index 0000000..9afc812 --- /dev/null +++ b/qemux86-64/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 P2041RDB, +standard profile. + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/qemux86-64/default.xml b/qemux86-64/default.xml new file mode 100644 index 0000000..4b1b51e --- /dev/null +++ b/qemux86-64/default.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/qemux86-64/eltf.conf b/qemux86-64/eltf.conf new file mode 100644 index 0000000..f5f2746 --- /dev/null +++ b/qemux86-64/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=NFS +TEST_PACKAGE=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script +RC_TEST_PACKAGE=healthcheck-runner +IMAGE_TYPES=enea-image-${PROFILE}-guest +ARCHITECTURE=x86_64 +SKIP=NO diff --git a/qemux86-64/manifest_template.xml b/qemux86-64/manifest_template.xml new file mode 100644 index 0000000..46bba49 --- /dev/null +++ b/qemux86-64/manifest_template.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf