diff options
author | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-10-09 17:29:57 +0200 |
---|---|---|
committer | Adrian Mangeac <Adrian.Mangeac@enea.com> | 2019-10-22 13:49:00 +0200 |
commit | d96794e6a43a8d8464895d2a7f8a3ce12a31a72e (patch) | |
tree | 519e9afd9d4823ef3b016c0fbcb7f6c9b56b3953 /qemuarm64 | |
parent | 550cd0d6ca19048309ddec405498fc6dad1fa899 (diff) | |
download | el_manifests-standard-warrior.tar.gz |
Add build & boot instructionsEnea_Linux_8.1warrior
Change-Id: If72fc026208857f51679ea4f242cca20b147a84b
Signed-off-by: Adrian Mangeac <Adrian.Mangeac@enea.com>
Diffstat (limited to 'qemuarm64')
-rw-r--r-- | qemuarm64/README | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/qemuarm64/README b/qemuarm64/README index cdbfd1f..8fefd53 100644 --- a/qemuarm64/README +++ b/qemuarm64/README | |||
@@ -1,8 +1,15 @@ | |||
1 | This file contains build and boot instructions for Enea Linux on QEMUARM, | 1 | This file contains build and boot instructions for Enea Linux on QEMUARM, |
2 | |||
3 | standard profile. | 2 | standard profile. |
4 | 3 | ||
5 | 4 | Build 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 qemuarm64/default.xml | ||
10 | $ repo sync | ||
11 | $ cd poky | ||
12 | $ TEMPLATECONF=meta-el-standard/conf/template.qemuarm64 . \ | ||
13 | ./oe-init-build-env <build_dir> | ||
14 | $ bitbake enea-image-standard / enea-image-standard-sdk | ||
8 | 15 | ||