]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: don't fail during check_arg_machine()
authorJoshua Lock <joshua.g.lock@intel.com>
Wed, 21 Sep 2016 19:35:39 +0000 (20:35 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Sep 2016 20:59:14 +0000 (21:59 +0100)
commited8d6f391c567048bd50dc3234804915f8212cef
treeee96b4b37a37e6464decdcbc0ee9a0544534300e
parent2c569678566c49b3ea237ef2de0fbae782263449
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu