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 --- qemux86-64/README | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'qemux86-64') diff --git a/qemux86-64/README b/qemux86-64/README index d706682..5d9972f 100644 --- a/qemux86-64/README +++ b/qemux86-64/README @@ -1,8 +1,15 @@ -This file contains build and boot instructions for Enea Linux on QEMUX86, - +This file contains build and boot instructions for Enea Linux on QEMUX86-64, 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 qemux86-64/default.xml +$ repo sync +$ cd poky +$ TEMPLATECONF=meta-el-standard/conf/template.qemux86-64 . \ + ./oe-init-build-env +$ bitbake enea-image-standard / enea-image-standard-sdk -- cgit v1.2.3-54-g00ecf