]> 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)
committerRobert Yang <liezhi.yang@windriver.com>
Sun, 26 Jan 2014 06:08:17 +0000 (14:08 +0800)
commit48f4b36c1a6ad71da752866b8c28885d95444b4e
tree5487a5993c1824174a5e34895f36728afe0ae079
parentf9b4ca8304a657f167cc78055631e9b0b996a28e
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].

(From OE-Core master rev: 9f69e00200cdbd5ba2e46a54f33c29797816e43f)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
scripts/runqemu