]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: work even if a *.qemuboot.conf isn't found
authorJoshua Lock <joshua.g.lock@intel.com>
Sun, 18 Sep 2016 07:39:28 +0000 (00:39 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Sep 2016 08:07:06 +0000 (09:07 +0100)
commit3541c21f1976b517b79a19882240a8f36b970292
tree769bf38a4a4978ee54feb87735d0359974a3dcce
parentca5a686c6e165a51f95cb6a834cd53f6f66d42d4
runqemu: work even if a *.qemuboot.conf isn't found

A qemuboot conf file is a convenience but it should still be
possible to invoke runqemu without them, especially for examples
such as using the SDK with an extracted rootfs via NFS.

As read_qemuboot() is always called we need to be sure that function
can return cleanly, without throwing Exceptions, even if a qemuboot
conf file isn't found.

Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu