]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu: validate paths and attempt to infer unset paths
authorJoshua Lock <joshua.g.lock@intel.com>
Wed, 21 Sep 2016 13:06:56 +0000 (14:06 +0100)
committerJoshua Lock <joshua.g.lock@intel.com>
Wed, 21 Sep 2016 19:02:31 +0000 (20:02 +0100)
commit0066e9094d7f4a0fc2db37bfb5625ec73cec1b98
tree69f07002a5493914a3a7db538921838be7a1a00c
parentb2771e17a5f301423f65be9f93c9c1b1e7f8ab93
runqemu: validate paths and attempt to infer unset paths

We need to validate and ensure all paths are set regardless of
whether runqemu was invoked with a .qemuboot.conf file or
otherwise. Split this logic out into a separate method called
during check_and_set()

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
scripts/runqemu