]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Move the KVM check after the MACHINE/KERNEL Checks
authorSaul Wold <sgw@linux.intel.com>
Thu, 23 Aug 2012 20:45:21 +0000 (13:45 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 25 Aug 2012 13:41:53 +0000 (14:41 +0100)
commit8d5e6999caff50a4b7d9a9ba69f9875285270459
treef42d493495fefff3979f91aac40a85755ec14bac
parent1c4d7a04ff47c5b5e6fa4f689f60f7178192873b
runqemu: Move the KVM check after the MACHINE/KERNEL Checks

The MACHINE/KERNEL Checks setup MACHINE is it's unset, the KVM checks valid
MACHINE is qemux86 or qemux86-64 and fail if it's unset!

[YOCTO #2970]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu