From d96794e6a43a8d8464895d2a7f8a3ce12a31a72e Mon Sep 17 00:00:00 2001 From: Adrian Mangeac Date: Wed, 9 Oct 2019 17:29:57 +0200 Subject: Add build & boot instructions Change-Id: If72fc026208857f51679ea4f242cca20b147a84b Signed-off-by: Adrian Mangeac --- qemuarm64/README | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'qemuarm64') diff --git a/qemuarm64/README b/qemuarm64/README index cdbfd1f..8fefd53 100644 --- a/qemuarm64/README +++ b/qemuarm64/README @@ -1,8 +1,15 @@ This file contains build and boot instructions for Enea Linux on QEMUARM, - standard profile. - - - +Build instructions +------------------ +$ mkdir enea-linux +$ cd enea-linux +$ repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \ + -b refs/tags/Enea_Linux_8.1 -m qemuarm64/default.xml +$ repo sync +$ cd poky +$ TEMPLATECONF=meta-el-standard/conf/template.qemuarm64 . \ + ./oe-init-build-env +$ bitbake enea-image-standard / enea-image-standard-sdk -- cgit v1.2.3-54-g00ecf