diff options
-rw-r--r-- | qemuarm/README | 3 | ||||
-rw-r--r-- | qemuppc/README | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/qemuarm/README b/qemuarm/README index e3f1a11..2fccb13 100644 --- a/qemuarm/README +++ b/qemuarm/README | |||
@@ -5,6 +5,9 @@ Bla bla bla ... | |||
5 | 5 | ||
6 | Build commands for qemuarm | 6 | Build commands for qemuarm |
7 | ============================= | 7 | ============================= |
8 | cd /path/to/poky_directory/ | ||
9 | TEMPLATECONF=meta-el-standard/conf/template.qemuarm/ . ./oe-init-build-env /path/to/build-dir | ||
10 | bitbake enea-image-standard | ||
8 | 11 | ||
9 | Boot commands for qemuarm | 12 | Boot commands for qemuarm |
10 | ============================= | 13 | ============================= |
diff --git a/qemuppc/README b/qemuppc/README index e48f1b4..948b01e 100644 --- a/qemuppc/README +++ b/qemuppc/README | |||
@@ -5,9 +5,6 @@ Bla bla bla ... | |||
5 | 5 | ||
6 | Build commands for qemuppc | 6 | Build commands for qemuppc |
7 | ============================= | 7 | ============================= |
8 | cd /path/to/poky_directory/ | ||
9 | TEMPLATECONF=meta-el-standard/conf/template.qemuppc/ . ./oe-init-build-env /path/to/build-dir | ||
10 | bitbake enea-image-standard | ||
11 | 8 | ||
12 | Boot commands for qemuppc | 9 | Boot commands for qemuppc |
13 | ============================= | 10 | ============================= |