]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: fix MACHINE being detected as qemuarm for qemuarm64 kernel image
authorJagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>
Tue, 16 Jun 2015 10:48:27 +0000 (16:18 +0530)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:38:13 +0000 (11:38 +0100)
commit388b243668a5c28fb69b760ce9be5adbc85352d8
tree824a931ea1dcef0413d9fe30395104aa0cf5554f
parent9d6f8fc0524d4f9968acc11058aa620764e092a4
runqemu: fix MACHINE being detected as qemuarm for qemuarm64 kernel image

Basically, runqemu script autodetects MACHINE type based on the
kernel image name; if MACHINE name is not specified. Since 'qemuarm'
string is common in both qemuarm amnd qemuarm64 kernel image names, the
MACHINE type is considered as 'qemuarm' even when qemuarm64 kernel
image name is given in command line.

Signed-off-by: Jagadeesh Krishnanjanappa <jkrishnanjanappa@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu