From 8128a4e59216d636f436d1e02e7fb3f88b417be0 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 28 Nov 2017 15:26:53 +0100 Subject: Remove unsupported targets and add raspberrypi-64 Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- raspberrypi3-64/.README | 9 +++++++++ raspberrypi3-64/README | 8 ++++++++ raspberrypi3-64/default.xml | 16 ++++++++++++++++ raspberrypi3-64/eltf.conf | 16 ++++++++++++++++ raspberrypi3-64/manifest_template.xml | 15 +++++++++++++++ 5 files changed, 64 insertions(+) create mode 100644 raspberrypi3-64/.README create mode 100644 raspberrypi3-64/README create mode 100644 raspberrypi3-64/default.xml create mode 100644 raspberrypi3-64/eltf.conf create mode 100644 raspberrypi3-64/manifest_template.xml (limited to 'raspberrypi3-64') diff --git a/raspberrypi3-64/.README b/raspberrypi3-64/.README new file mode 100644 index 0000000..1e0cf08 --- /dev/null +++ b/raspberrypi3-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 RaspberryPi3, +standard profile. + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/raspberrypi3-64/README b/raspberrypi3-64/README new file mode 100644 index 0000000..ec64949 --- /dev/null +++ b/raspberrypi3-64/README @@ -0,0 +1,8 @@ +This file contains build and boot instructions for Enea Linux on LS1021A-IoT, + +standard profile. + + + + + diff --git a/raspberrypi3-64/default.xml b/raspberrypi3-64/default.xml new file mode 100644 index 0000000..6d2a0b0 --- /dev/null +++ b/raspberrypi3-64/default.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/raspberrypi3-64/eltf.conf b/raspberrypi3-64/eltf.conf new file mode 100644 index 0000000..7bc2dce --- /dev/null +++ b/raspberrypi3-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},enea-image-${PROFILE}-sdk +ARCHITECTURE=cortexa7hf_neon +SKIP=NO diff --git a/raspberrypi3-64/manifest_template.xml b/raspberrypi3-64/manifest_template.xml new file mode 100644 index 0000000..38760ad --- /dev/null +++ b/raspberrypi3-64/manifest_template.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf