diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-27 12:58:51 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-30 11:37:01 +0000 |
commit | f80d16e4d3edf93c72581d75084744b518bc5cb8 (patch) | |
tree | ecaf1632307120fdceb02b7ce1b7469372f9c39b /meta/recipes-devtools/zisofs-tools | |
parent | 3dca294d8e8b8139dc48fa171722ce81c60a9776 (diff) | |
download | poky-f80d16e4d3edf93c72581d75084744b518bc5cb8.tar.gz |
qemu.bbclass: clarify QEMU_EXTRAOPTIONS
QEMU_EXTRAOPTIONS is a way to add PACKAGE_ARCH specific options to the
qemu_run_binary qemu commandline. The base QEMU_EXTRAOPTIONS variable
(ie without a PACKAGE_ARCH suffix) is not used, so defining it, either
directly or via an over-ride has no effect.
Although previously an over-ride for _armv7a was used, it did nothing
for most armv7a builds, which typically use PACKAGE_ARCH values such
as "cortexa9hf-neon". In practice this worked OK since without a -cpu
option, qemu-arm will default to emulating a CPU which supports all
required architecture levels.
qemu-arm (v2.5.0) with no -cpu option has been confirmed to
successfully run binaries built for armv7ve.
(From OE-Core rev: 62b25b3489b44969e4adad657daebfaffdb4de56)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/zisofs-tools')
0 files changed, 0 insertions, 0 deletions