]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: allow bypassing of network setup
authorJuro Bystricky <juro.bystricky@intel.com>
Wed, 25 Jan 2017 20:54:57 +0000 (12:54 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 Jan 2017 14:40:18 +0000 (14:40 +0000)
commit6a9454027ced4efbb401a23df94f711b8253c8fa
tree62ebd89fcc0630933711a518934b02b5586c0a1a
parent26ad5105fc2ce03b7ee8ecc6911fd40a52bd573a
runqemu: allow bypassing of network setup

At present it is silently assumed all QEMU machines support networking.
As a consequence, one cannot run QEMUs without network emulation
using "runqemu".
This patch allows bypassing any network setup providing the qemuboot.conf
file contains:

    qb_net = none

[YOCTO#10661]

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu