]> code.ossystems Code Review - openembedded-core.git/commit
qemu.bbclass: return qemuwrapper instead of qemu-allarch
authorLaurentiu Palcu <laurentiu.palcu@intel.com>
Thu, 31 Jan 2013 08:27:22 +0000 (10:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 09:35:02 +0000 (09:35 +0000)
commit149a564bba7d3e1c2054ae6d908835ebd95b9084
treeb191cdc7936e733ca70c74ceb574d561898b4a9e
parentfaaa5e7fd4353b73289f163d9f601cf0869698f3
qemu.bbclass: return qemuwrapper instead of qemu-allarch

When qemu bbclass is inherited from a recipe that is not architecture
dependent, qemu_run_binary will return "qemu-allarch". However this
binary does not exist. Instead, return "qemuwrapper" which will, in
turn, execute the right binary for the target the image was built for.

[YOCTO #2599]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/qemu.bbclass