]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: work with yocto-bsp created kernel filenames
authorScott Garman <scott.a.garman@intel.com>
Fri, 17 Aug 2012 17:54:40 +0000 (10:54 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 19 Aug 2012 09:44:00 +0000 (10:44 +0100)
commit17d616adffc3514b6778acc6ab5d6da34a7366b5
tree8a5260b0841e905a4e6f05a2605d572bf4717a28
parent48a698bf97a47a346d5b7d79c2709301e98b4c2c
runqemu: work with yocto-bsp created kernel filenames

The yocto-bsp tool generates kernels with additional strings within
the filename, e.g. zImage-myqemuarm.bin. Loosen the MACHINE detection
regex to work with these filenames.

Fixes [YOCTO #2890].

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu