[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2606/8267] scripts/runqemu: Using a cpio* rootfs has no special network



commit 0156812271075a96deb30e2d914343c2abd09466
Author: Nathan Rossi <nathan nathanrossi com>
Date:   Thu Sep 22 23:53:01 2016 +1000

    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.
    
    (From OE-Core rev: 7d01a9c80de0cdbac3831301dd996c7b61754c74)
    
    Signed-off-by: Nathan Rossi <nathan nathanrossi com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 scripts/runqemu |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/scripts/runqemu b/scripts/runqemu
index 2ed6f9a..5095e67 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -821,7 +821,6 @@ class BaseConfig(object):
             self.rootfs_options = '-drive file=%s,if=virtio,format=raw' % self.rootfs
 
         if self.fstype in ('cpio.gz', 'cpio'):
-            self.set('NETWORK_CMD', '')
             self.kernel_cmdline = 'root=/dev/ram0 rw debugshell'
             self.rootfs_options = '-initrd %s' % self.rootfs
         else:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]