]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: independent network and rootfs setup
authorJuro Bystricky <juro.bystricky@intel.com>
Wed, 15 Mar 2017 19:21:16 +0000 (12:21 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 16 Mar 2017 17:36:10 +0000 (17:36 +0000)
commit006ab8c6bcfe9d065c215cab15289357cefc9259
tree3e80624aca1faa88313181e78e969b8939ababea
parent5b9ac62ab535d2791b9713857e1016f49f53dd8d
runqemu: independent network and rootfs setup

Presently, runqemu sets up rootfs as part of network setup.
In case there is no network desired we will end up without rootfs
as well.
This patch sets up network and rootfs independently.
It is also possible to bypass setup of rootfs if QB_ROOTFS is set to "none".

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu