diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-04-26 23:21:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-26 22:23:02 +0100 |
commit | c2f2e2e633c5f62f84f87cdb7701c200a21ad342 (patch) | |
tree | 9d68fc3a466677387a10c4a8505f162a369b7cb2 /meta-poky | |
parent | 9c745b6a4c9b61d7f5be49f647e613534fbb57fd (diff) | |
download | poky-c2f2e2e633c5f62f84f87cdb7701c200a21ad342.tar.gz |
meta-poky: update conf-notes.txt
Now suggesting to run 'runqemu qemux86-64',
aligning with conf-notes.txt in openembedded-core
'runqemu qemux86' doesn't work any more.
The "Quick Build" documentation has already been updated
but not this message that we get when sourcing "oe-init-build-env"
(From meta-yocto rev: d0d39a9057b3da3de339b8fa81545be9800478e8)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/conf-notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-poky/conf/conf-notes.txt b/meta-poky/conf/conf-notes.txt index 084cc98369..cfd1f1977b 100644 --- a/meta-poky/conf/conf-notes.txt +++ b/meta-poky/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 |