From c731f787792af7324ec6ef46fee5ed9943a7b8b7 Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Mon, 9 Jul 2018 15:20:52 +0200 Subject: Update manifest file for Enea Linux 8 Signed-off-by: Sona Sarmadi Signed-off-by: Martin Borg --- common/common_manifest.xml | 2 +- eltf.conf | 4 ++-- intel-corei7-64/.README | 9 +++++++++ intel-corei7-64/README | 8 ++++++++ intel-corei7-64/default.xml | 16 ++++++++++++++++ intel-corei7-64/eltf.conf | 20 ++++++++++++++++++++ intel-corei7-64/manifest_template.xml | 15 +++++++++++++++ raspberrypi3-64/.README | 9 --------- raspberrypi3-64/README | 8 -------- raspberrypi3-64/default.xml | 16 ---------------- raspberrypi3-64/eltf.conf | 20 -------------------- raspberrypi3-64/manifest_template.xml | 15 --------------- 12 files changed, 71 insertions(+), 71 deletions(-) create mode 100644 intel-corei7-64/.README create mode 100644 intel-corei7-64/README create mode 100644 intel-corei7-64/default.xml create mode 100644 intel-corei7-64/eltf.conf create mode 100644 intel-corei7-64/manifest_template.xml delete mode 100644 raspberrypi3-64/.README delete mode 100644 raspberrypi3-64/README delete mode 100644 raspberrypi3-64/default.xml delete mode 100644 raspberrypi3-64/eltf.conf delete mode 100644 raspberrypi3-64/manifest_template.xml diff --git a/common/common_manifest.xml b/common/common_manifest.xml index 3d32db9..9af04d5 100644 --- a/common/common_manifest.xml +++ b/common/common_manifest.xml @@ -4,7 +4,7 @@ - + diff --git a/eltf.conf b/eltf.conf index bc23df0..9e599d8 100644 --- a/eltf.conf +++ b/eltf.conf @@ -13,7 +13,7 @@ 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 -ARCH=aarch64 +ARCH=x86_64 SKIP=NO -JENKINS_CRON_STRING=0 22 * * 1-5 +JENKINS_CRON_STRING=0 23 * * 1-5 PACKAGING=DEB diff --git a/intel-corei7-64/.README b/intel-corei7-64/.README new file mode 100644 index 0000000..b167602 --- /dev/null +++ b/intel-corei7-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 intel-corei7-64, +standard profile. + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/intel-corei7-64/README b/intel-corei7-64/README new file mode 100644 index 0000000..47e7502 --- /dev/null +++ b/intel-corei7-64/README @@ -0,0 +1,8 @@ +This file contains build and boot instructions for Enea Linux on RaspberryPi3, + +standard profile. + + + + + diff --git a/intel-corei7-64/default.xml b/intel-corei7-64/default.xml new file mode 100644 index 0000000..eae05c1 --- /dev/null +++ b/intel-corei7-64/default.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/intel-corei7-64/eltf.conf b/intel-corei7-64/eltf.conf new file mode 100644 index 0000000..cfc465e --- /dev/null +++ b/intel-corei7-64/eltf.conf @@ -0,0 +1,20 @@ +# 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_enea-image-standard=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script +RC_TEST_PACKAGE_enea-image-standard=healthcheck-runner +IMAGE_TYPES=enea-image-standard,enea-image-standard-sdk +SDK_IMAGE=enea-image-standard-sdk +EXTENSIBLE_SDK=YES +PKG_IMAGE=enea-image-standard-sdk +ARCHITECTURE=x86_64 +SKIP=NO +SKIP_TESTS=NO diff --git a/intel-corei7-64/manifest_template.xml b/intel-corei7-64/manifest_template.xml new file mode 100644 index 0000000..da67fbe --- /dev/null +++ b/intel-corei7-64/manifest_template.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/raspberrypi3-64/.README b/raspberrypi3-64/.README deleted file mode 100644 index 1e0cf08..0000000 --- a/raspberrypi3-64/.README +++ /dev/null @@ -1,9 +0,0 @@ -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 RaspberryPi3, -standard profile. - -________INSERT_BUILD_SEQUENCES_HERE________ - -________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/raspberrypi3-64/README b/raspberrypi3-64/README deleted file mode 100644 index 47e7502..0000000 --- a/raspberrypi3-64/README +++ /dev/null @@ -1,8 +0,0 @@ -This file contains build and boot instructions for Enea Linux on RaspberryPi3, - -standard profile. - - - - - diff --git a/raspberrypi3-64/default.xml b/raspberrypi3-64/default.xml deleted file mode 100644 index eae05c1..0000000 --- a/raspberrypi3-64/default.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/raspberrypi3-64/eltf.conf b/raspberrypi3-64/eltf.conf deleted file mode 100644 index 4f5e5fc..0000000 --- a/raspberrypi3-64/eltf.conf +++ /dev/null @@ -1,20 +0,0 @@ -# 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_enea-image-standard=healthcheck-runner,ddt-runner-ng,ltptest-runner,posix-runner,ptests-run-script -RC_TEST_PACKAGE_enea-image-standard=healthcheck-runner -IMAGE_TYPES=enea-image-standard,enea-image-standard-sdk -SDK_IMAGE=enea-image-standard-sdk -EXTENSIBLE_SDK=YES -PKG_IMAGE=enea-image-standard-sdk -ARCHITECTURE=cortexa7hf_neon -SKIP=NO -SKIP_TESTS=NO diff --git a/raspberrypi3-64/manifest_template.xml b/raspberrypi3-64/manifest_template.xml deleted file mode 100644 index 38760ad..0000000 --- a/raspberrypi3-64/manifest_template.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - -- cgit v1.2.3-54-g00ecf