summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/netbase/netbase_4.45.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/netbase/netbase_4.45.bb')
-rw-r--r--meta/recipes-core/netbase/netbase_4.45.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-core/netbase/netbase_4.45.bb b/meta/recipes-core/netbase/netbase_4.45.bb
index 319afa7bd2..85daa16e21 100644
--- a/meta/recipes-core/netbase/netbase_4.45.bb
+++ b/meta/recipes-core/netbase/netbase_4.45.bb
@@ -40,7 +40,7 @@ do_install () {
40 40
41 # Disable network manager on machines that commonly do NFS booting 41 # Disable network manager on machines that commonly do NFS booting
42 case "${MACHINE}" in 42 case "${MACHINE}" in
43 "omap-3430sdp" | "omap-3430ldp" | "omap-2430sdp" | "qemuarm" | "qemux86" | "qemux86-64" ) 43 "qemuarm" | "qemux86" | "qemux86-64" | "qemumips" | "qemuppc" )
44 touch ${D}${sysconfdir}/network/nm-disabled-eth0 44 touch ${D}${sysconfdir}/network/nm-disabled-eth0
45 ;; 45 ;;
46 *) 46 *)
@@ -50,9 +50,6 @@ do_install () {
50 50
51CONFFILES_${PN} = "${sysconfdir}/hosts ${sysconfdir}/network/interfaces" 51CONFFILES_${PN} = "${sysconfdir}/hosts ${sysconfdir}/network/interfaces"
52 52
53PACKAGE_ARCH_omap-3430sdp = "${MACHINE_ARCH}"
54PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}"
55PACKAGE_ARCH_omap-2430sdp = "${MACHINE_ARCH}"
56PACKAGE_ARCH_qemuarm = "${MACHINE_ARCH}" 53PACKAGE_ARCH_qemuarm = "${MACHINE_ARCH}"
57PACKAGE_ARCH_qemux86 = "${MACHINE_ARCH}" 54PACKAGE_ARCH_qemux86 = "${MACHINE_ARCH}"
58PACKAGE_ARCH_qemux86-64 = "${MACHINE_ARCH}" 55PACKAGE_ARCH_qemux86-64 = "${MACHINE_ARCH}"