]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu: don't fail during check_arg_machine() joshuagl/runqemu
authorJoshua Lock <joshua.g.lock@intel.com>
Wed, 21 Sep 2016 15:26:52 +0000 (16:26 +0100)
committerJoshua Lock <joshua.g.lock@intel.com>
Wed, 21 Sep 2016 19:02:31 +0000 (20:02 +0100)
commitac51009d76d1297d48163c39ebd1c4b3c081601f
tree0e368f6fce0ebbdf9aa145c0946a31e265f23204
parent3943a27225a79ad5f038a484377dd51ad4ffa249
runqemu: don't fail during check_arg_machine()

If DEPLOY_DIR_IMAGE doesn't exist during check_arg_machine() we
will attempt to guess a suitable value later when check_and_set()
calls validate_paths(), therefore this shouldn't raise an exception

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