]> code.ossystems Code Review - openembedded-core.git/commit
scripts/runqemu: Fix MACHINE regex
authorMihai Prica <mihai.prica@intel.com>
Mon, 2 Sep 2013 12:50:51 +0000 (15:50 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Sep 2013 13:17:23 +0000 (14:17 +0100)
commit22c0668d9e0a22c095d78bab7b45ef4f803dd0d1
tree78bd66dfdd0d14f72f04420c668b21670052d900
parent3e660ec01cc62c57b379b151e43c7952e97a1c2b
scripts/runqemu: Fix MACHINE regex

When runqemu tries to determine the MACHINE variable from a
kernel or vmdk filename that doesn't contain any known machine
name, the variable gets set to the filename. It should remain
unset and cause an error.

[YOCTO #2890]

Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu