From bc1a4295024f45014c67bc61157e352a25e12092 Mon Sep 17 00:00:00 2001 From: Thomas Lundström Date: Tue, 20 Jun 2017 08:05:04 +0200 Subject: Added qemuarm64 --- qemuarm64/.README | 9 +++++++++ qemuarm64/README | 16 ++++++++++++++++ qemuarm64/default.xml | 14 ++++++++++++++ qemuarm64/eltf.conf | 16 ++++++++++++++++ qemuarm64/manifest_template.xml | 11 +++++++++++ 5 files changed, 66 insertions(+) create mode 100644 qemuarm64/.README create mode 100644 qemuarm64/README create mode 100644 qemuarm64/default.xml create mode 100644 qemuarm64/eltf.conf create mode 100644 qemuarm64/manifest_template.xml diff --git a/qemuarm64/.README b/qemuarm64/.README new file mode 100644 index 0000000..b483c9e --- /dev/null +++ b/qemuarm64/.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 QEMUARM64, +standard profile. + +________INSERT_BUILD_SEQUENCES_HERE________ + +________INSERT_BOOT_SEQUENCES_HERE________ diff --git a/qemuarm64/README b/qemuarm64/README new file mode 100644 index 0000000..31b13bb --- /dev/null +++ b/qemuarm64/README @@ -0,0 +1,16 @@ +This file contains build and boot instructions for Enea Linux on QEMUARM, + +standard profile. + + + +___Build-command:qemuarm64 +cd /path/to/poky_directory/ +TEMPLATECONF=meta-el-standard/conf/template.qemuarm64/ . ./oe-init-build-env /path/to/build-dir +bitbake enea-image-standard +___END + + +___Boot-command:qemuarm64 +runqemu qemuarm64 +___END diff --git a/qemuarm64/default.xml b/qemuarm64/default.xml new file mode 100644 index 0000000..e20d04e --- /dev/null +++ b/qemuarm64/default.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/qemuarm64/eltf.conf b/qemuarm64/eltf.conf new file mode 100644 index 0000000..b2df89a --- /dev/null +++ b/qemuarm64/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=RAM +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=armv5e +SKIP=NO diff --git a/qemuarm64/manifest_template.xml b/qemuarm64/manifest_template.xml new file mode 100644 index 0000000..30e56f3 --- /dev/null +++ b/qemuarm64/manifest_template.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + -- cgit v1.2.3-54-g00ecf