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