]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: remove core-image-* whitelist
authorScott Garman <scott.a.garman@intel.com>
Thu, 5 Dec 2013 21:57:31 +0000 (13:57 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Dec 2013 18:01:39 +0000 (18:01 +0000)
commit9f69e00200cdbd5ba2e46a54f33c29797816e43f
tree5a969e49cc3b884072199511fb3c52cc4ed894e6
parent5050b4a023d8eff3198346bd6e631e87487deb94
runqemu: remove core-image-* whitelist

Using a whitelist for image names to default to when none are
specified on the command line is no longer desired. Instead,
choose the most recently created image filename that conforms
to typical image naming conventions.

Fixes [YOCTO #5617].

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