mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
netbase: Add interface files for qemumips64 and qemush4
These files are alike other qemu machines they help in creating a working network interface when using qemumips64 or qemush4 (From OE-Core rev: 1e7406e4f2f93b6b4fa75716c4e901a96206be69) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
||||||
|
|
||||||
|
# The loopback interface
|
||||||
|
auto lo
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
|
||||||
|
|
||||||
|
# The loopback interface
|
||||||
|
auto lo
|
||||||
|
iface lo inet loopback
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://packages.debian.org/netbase"
|
|||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
|
LIC_FILES_CHKSUM = "file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab"
|
||||||
PR = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
inherit update-rc.d
|
inherit update-rc.d
|
||||||
|
|
||||||
@@ -37,7 +37,7 @@ do_install () {
|
|||||||
|
|
||||||
# Disable network manager on machines that commonly do NFS booting
|
# Disable network manager on machines that commonly do NFS booting
|
||||||
case "${MACHINE}" in
|
case "${MACHINE}" in
|
||||||
"qemuarm" | "qemux86" | "qemux86-64" | "qemumips" | "qemuppc" )
|
"qemuarm*" | "qemux86" | "qemux86-64" | "qemumips*" | "qemuppc" | "qemush*")
|
||||||
touch ${D}${sysconfdir}/network/nm-disabled-eth0
|
touch ${D}${sysconfdir}/network/nm-disabled-eth0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user