]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: improve auto-detection of rootfs filenames
authorScott Garman <scott.a.garman@intel.com>
Fri, 9 Sep 2011 09:59:27 +0000 (02:59 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 9 Sep 2011 17:41:55 +0000 (18:41 +0100)
commit094453f443ed592d814dfb4182a0a02f0a2552e4
treef12f3dd45bc2d94cd539f9ae26aa230c1bf31886
parent72252799e8c51a633a231a2cd1fe797b7faae713
runqemu: improve auto-detection of rootfs filenames

This refactors the way rootfs filenames are auto-detected when you
run the runqemu script without an explicit rootfs filename argument.
It allows the script to use rootfs files generated by hob, and when
there are mutliple rootfs files to choose from, it will pick the
most recently created one.

Fixes [YOCTO #1437].

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu