diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-07-23 19:05:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-25 18:06:31 +0100 |
commit | d49e7dde842de0840cc445282d2017451278a604 (patch) | |
tree | cbd49eafc9a27331736218ff2af51e576bd39612 | |
parent | 313868577a460d6a1f5235d3623e6476cba70d37 (diff) | |
download | poky-d49e7dde842de0840cc445282d2017451278a604.tar.gz |
conf-notes.txt: now suggesting to run 'runqemu qemux86-64'
'runqemu qemux86' doesn't work any more.
The "Quick Build" documentation has already been updated
but this message that we get when sourcing "oe-init-build-env"
(From OE-Core rev: 581bebac87549b403dd69b57a6edfe38b8bfe760)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/conf-notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/conf-notes.txt b/meta/conf/conf-notes.txt index 1a9414a040..cfd1f1977b 100644 --- a/meta/conf/conf-notes.txt +++ b/meta/conf/conf-notes.txt | |||
@@ -11,7 +11,7 @@ Common targets are: | |||
11 | meta-toolchain | 11 | meta-toolchain |
12 | meta-ide-support | 12 | meta-ide-support |
13 | 13 | ||
14 | You can also run generated qemu images with a command like 'runqemu qemux86'. | 14 | You can also run generated qemu images with a command like 'runqemu qemux86-64'. |
15 | 15 | ||
16 | Other commonly useful commands are: | 16 | Other commonly useful commands are: |
17 | - 'devtool' and 'recipetool' handle common recipe tasks | 17 | - 'devtool' and 'recipetool' handle common recipe tasks |