summaryrefslogtreecommitdiffstats
path: root/qemux86-64/README
diff options
context:
space:
mode:
Diffstat (limited to 'qemux86-64/README')
-rw-r--r--qemux86-64/README17
1 files changed, 12 insertions, 5 deletions
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 @@
1This file contains build and boot instructions for Enea Linux on QEMUX86, 1This file contains build and boot instructions for Enea Linux on QEMUX86-64,
2
3standard profile. 2standard profile.
4 3
5 4Build instructions
6 5------------------
7 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 qemux86-64/default.xml
10$ repo sync
11$ cd poky
12$ TEMPLATECONF=meta-el-standard/conf/template.qemux86-64 . \
13 ./oe-init-build-env <build_dir>
14$ bitbake enea-image-standard / enea-image-standard-sdk
8 15