summaryrefslogtreecommitdiffstats
path: root/qemuppc/README
diff options
context:
space:
mode:
Diffstat (limited to 'qemuppc/README')
-rw-r--r--qemuppc/README12
1 files changed, 11 insertions, 1 deletions
diff --git a/qemuppc/README b/qemuppc/README
index dd47dcd..77c6d25 100644
--- a/qemuppc/README
+++ b/qemuppc/README
@@ -1,7 +1,17 @@
1This file contains build and boot instructions for Enea Linux on QEMUPPC, 1This file contains build and boot instructions for Enea Linux on QEMUPPC,
2
3standard profile. 2standard profile.
4 3
4Build instructions
5------------------
6$ mkdir enea-linux
7$ cd enea-linux
8$ repo init -u git@git.enea.com:linux/manifests/el_manifests-standard.git \
9 -b refs/tags/Enea_Linux_8.1 -m qemuppc/default.xml
10$ repo sync
11$ cd poky
12$ TEMPLATECONF=meta-el-standard/conf/template.qemuppc . \
13 ./oe-init-build-env <build_dir>
14$ bitbake enea-image-standard / enea-image-standard-sdk
5 15
6 16
7 17