]> code.ossystems Code Review - openembedded-core.git/commit
scripts/runqemu: Using a cpio* rootfs has no special network
authorNathan Rossi <nathan@nathanrossi.com>
Thu, 22 Sep 2016 13:53:01 +0000 (23:53 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Sep 2016 13:55:46 +0000 (14:55 +0100)
commit7d01a9c80de0cdbac3831301dd996c7b61754c74
treeb0649e3f394ec2472a771d961942dbc89b2f6d81
parente890c05e66a21702e9e8ccce794b74cb7f5518ed
scripts/runqemu: Using a cpio* rootfs has no special network

When booting a system with the rootfs being of cpio* type the networking
setup should still work the same as for all other root filesystem types.
This change removes the clearing of the NETWORK_CMD variable allowing
for the slirp/tap setup to be provided to QEMU.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu