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 --- README.first | 23 +++++++++++++++++++++++ inteld1521/.README | 9 +++++++++ inteld1521/README | 9 +++++++++ inteld1521/default.xml | 20 ++++++++++++++++++++ inteld1521/eltf.conf | 16 ++++++++++++++++ inteld1521/manifest_template.xml | 20 ++++++++++++++++++++ 6 files changed, 97 insertions(+) create mode 100644 README.first 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 diff --git a/README.first b/README.first new file mode 100644 index 0000000..e355396 --- /dev/null +++ b/README.first @@ -0,0 +1,23 @@ +This file contains the describing the manifest repo. The repo contains manifests +for one ot more targets located in separate directories. Each of these contain: + +README : A README file that will be made available for the + customer after repo sync. It contains build and boot + commands and other specific info. + Auto generated using .README and output from ELTF. + +.README : A template for generating the README file. Currently, + build and boot commands are provided by ELTF and they + are integrated into .README to generate README. This is + quite a mess, but the long term plan is to modify this + in a way that makes the template obsolete. + +manifest_template.xml : A template for default.xml. It contains a list of the + repos together with versions. The versions can be + specified using branches, tags, or hashes. + +default.xml : This a time-invariant snapshot of manifest_template.xml. + The difference is that all versions are specified as + hashes. + Auto-generated using manifest_template and data from + the remotes. 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