From 561b12218d62b04a08c9a4d675f6a50646b5f13a Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Mon, 19 Dec 2016 15:15:10 +0100 Subject: Added templates Signed-off-by: Gabriel Ionescu --- inteld1521/.README | 9 +++++++++ inteld1521/README | 9 +++++++++ inteld1521/default.xml | 20 ++++++++++++++++++++ inteld1521/eltf.conf | 16 ++++++++++++++++ inteld1521/manifest_template.xml | 20 ++++++++++++++++++++ 5 files changed, 74 insertions(+) create mode 100644 inteld1521/.README create mode 100644 inteld1521/README create mode 100644 inteld1521/default.xml create mode 100644 inteld1521/eltf.conf create mode 100644 inteld1521/manifest_template.xml (limited to 'inteld1521') diff --git a/inteld1521/.README b/inteld1521/.README new file mode 100644 index 0000000..9afc812 --- /dev/null +++ b/inteld1521/.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/inteld1521/README b/inteld1521/README new file mode 100644 index 0000000..9afc812 --- /dev/null +++ b/inteld1521/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/inteld1521/default.xml b/inteld1521/default.xml new file mode 100644 index 0000000..6a0bd0d --- /dev/null +++ b/inteld1521/default.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/inteld1521/eltf.conf b/inteld1521/eltf.conf new file mode 100644 index 0000000..7153eb2 --- /dev/null +++ b/inteld1521/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},enea-image-${PROFILE}-sdk +ARCHITECTURE=ppce500mc +SKIP=NO diff --git a/inteld1521/manifest_template.xml b/inteld1521/manifest_template.xml new file mode 100644 index 0000000..6a0bd0d --- /dev/null +++ b/inteld1521/manifest_template.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf