From 31d72a72de9397d7b6116e9c767e1c58238884e5 Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Fri, 26 Jul 2019 12:10:35 +0200 Subject: EL8.1 on intel-corei7-64 - initial commit Change-Id: I83185ee62fa5951683c4f3ec764b61bcd0acc9ed Signed-off-by: Adrian Mangeac --- common/common_manifest.xml | 4 ++-- intel-corei7-64/.README | 9 +++++++++ intel-corei7-64/README | 7 +++++++ intel-corei7-64/default.xml | 22 ++++++++++++++++++++++ intel-corei7-64/eltf.conf | 21 +++++++++++++++++++++ intel-corei7-64/manifest_template.xml | 13 +++++++++++++ zcu102-zynqmp/.README | 9 --------- zcu102-zynqmp/README | 7 ------- zcu102-zynqmp/default.xml | 19 ------------------- zcu102-zynqmp/eltf.conf | 21 --------------------- zcu102-zynqmp/manifest_template.xml | 13 ------------- 11 files changed, 74 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 zcu102-zynqmp/.README delete mode 100644 zcu102-zynqmp/README delete mode 100644 zcu102-zynqmp/default.xml delete mode 100644 zcu102-zynqmp/eltf.conf delete mode 100644 zcu102-zynqmp/manifest_template.xml diff --git a/common/common_manifest.xml b/common/common_manifest.xml index eecb392..01d7090 100644 --- a/common/common_manifest.xml +++ b/common/common_manifest.xml @@ -1,11 +1,11 @@ - + - + diff --git a/intel-corei7-64/.README b/intel-corei7-64/.README new file mode 100644 index 0000000..419cab4 --- /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, +accelerated 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..7e4b9d8 --- /dev/null +++ b/intel-corei7-64/README @@ -0,0 +1,7 @@ +This file contains build and boot instructions for Enea Linux on +intel-corei7-64, accelerated profile. + + + + + diff --git a/intel-corei7-64/default.xml b/intel-corei7-64/default.xml new file mode 100644 index 0000000..bce1a2a --- /dev/null +++ b/intel-corei7-64/default.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/intel-corei7-64/eltf.conf b/intel-corei7-64/eltf.conf new file mode 100644 index 0000000..b6b14f2 --- /dev/null +++ b/intel-corei7-64/eltf.conf @@ -0,0 +1,21 @@ +# 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 +TEST_PACKAGE_enea-image-standard=healthcheck-runner,ltptest-runner,posix-runner +RC_TEST_PACKAGE_enea-image-accelerated=healthcheck-runner +IMAGE_TYPES=enea-image-accelerated,enea-image-accelerated-sdk +ESDK_IMAGE=enea-image-accelerated-sdk +PKG_IMAGE=enea-image-accelerated-sdk +ARCHITECTURE=x86_64 +SKIP=NO +SKIP_TESTS=YES +IVLAB_TARGET=intelc3858-1-el8 diff --git a/intel-corei7-64/manifest_template.xml b/intel-corei7-64/manifest_template.xml new file mode 100644 index 0000000..4138dfe --- /dev/null +++ b/intel-corei7-64/manifest_template.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/zcu102-zynqmp/.README b/zcu102-zynqmp/.README deleted file mode 100644 index 2dafa77..0000000 --- a/zcu102-zynqmp/.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 Xilinx zcu102-zynqmp, -accelerated profile. - -________INSERT_BUILD_SEQUENCES_HERE________ - -________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/zcu102-zynqmp/README b/zcu102-zynqmp/README deleted file mode 100644 index 3d574e3..0000000 --- a/zcu102-zynqmp/README +++ /dev/null @@ -1,7 +0,0 @@ -This file contains build and boot instructions for Enea Linux on Xilinx zcu102-zynqmp, -accelerated profile. - - - - - diff --git a/zcu102-zynqmp/default.xml b/zcu102-zynqmp/default.xml deleted file mode 100644 index 87bc744..0000000 --- a/zcu102-zynqmp/default.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/zcu102-zynqmp/eltf.conf b/zcu102-zynqmp/eltf.conf deleted file mode 100644 index ecc2f48..0000000 --- a/zcu102-zynqmp/eltf.conf +++ /dev/null @@ -1,21 +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 -TEST_PACKAGE_enea-image-standard=healthcheck-runner,ltptest-runner,posix-runner -RC_TEST_PACKAGE_enea-image-standard=healthcheck-runner -IMAGE_TYPES=enea-image-standard,enea-image-standard-sdk -ESDK_IMAGE=enea-image-standard-sdk -PKG_IMAGE=enea-image-standard-sdk -ARCHITECTURE=x86_64 -SKIP=NO -SKIP_TESTS=YES -IVLAB_TARGET=intelc3858-1-el8 diff --git a/zcu102-zynqmp/manifest_template.xml b/zcu102-zynqmp/manifest_template.xml deleted file mode 100644 index 8f26f46..0000000 --- a/zcu102-zynqmp/manifest_template.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - -- cgit v1.2.3-54-g00ecf