mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
netbase: Don't hardcode the qemu IP config
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -3,11 +3,3 @@
|
|||||||
# The loopback interface
|
# The loopback interface
|
||||||
auto lo
|
auto lo
|
||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
|
|
||||||
# Wired or wireless interfaces
|
|
||||||
auto eth0
|
|
||||||
iface eth0 inet static
|
|
||||||
address 192.168.7.2
|
|
||||||
netmask 255.255.255.0
|
|
||||||
network 192.168.7.0
|
|
||||||
gateway 192.168.7.1
|
|
||||||
|
|||||||
@@ -3,11 +3,3 @@
|
|||||||
# The loopback interface
|
# The loopback interface
|
||||||
auto lo
|
auto lo
|
||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
|
|
||||||
# Wired or wireless interfaces
|
|
||||||
auto eth0
|
|
||||||
iface eth0 inet static
|
|
||||||
address 192.168.7.2
|
|
||||||
netmask 255.255.255.0
|
|
||||||
network 192.168.7.0
|
|
||||||
gateway 192.168.7.1
|
|
||||||
|
|||||||
@@ -3,11 +3,3 @@
|
|||||||
# The loopback interface
|
# The loopback interface
|
||||||
auto lo
|
auto lo
|
||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
|
|
||||||
# Wired or wireless interfaces
|
|
||||||
auto eth0
|
|
||||||
iface eth0 inet static
|
|
||||||
address 192.168.7.2
|
|
||||||
netmask 255.255.255.0
|
|
||||||
network 192.168.7.0
|
|
||||||
gateway 192.168.7.1
|
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
||||||
|
|
||||||
|
# The loopback interface
|
||||||
|
auto lo
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -4,12 +4,5 @@
|
|||||||
auto lo
|
auto lo
|
||||||
iface lo inet loopback
|
iface lo inet loopback
|
||||||
|
|
||||||
# Wired or wireless interfaces
|
|
||||||
auto eth0
|
|
||||||
iface eth0 inet static
|
|
||||||
address 192.168.7.2
|
|
||||||
netmask 255.255.255.0
|
|
||||||
network 192.168.7.0
|
|
||||||
gateway 192.168.7.1
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary infrastructure for basic TCP/
|
|||||||
HOMEPAGE = "http://packages.debian.org/netbase"
|
HOMEPAGE = "http://packages.debian.org/netbase"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user