diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-09-29 13:32:50 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-09-29 13:32:50 +0000 |
| commit | 0307391afcf4c0d0c75ac686c492d1f9bfb7ea5b (patch) | |
| tree | 4303667d760f4d132c994cc187eb8a321794237d | |
| parent | 86ab8c8d1e2d5eb42465a38912012655532e381f (diff) | |
| download | poky-0307391afcf4c0d0c75ac686c492d1f9bfb7ea5b.tar.gz | |
netbase: Disable networkmanager for eth0 on qemux86/qemuarm
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5308 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/netbase/netbase_4.21.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/netbase/netbase_4.21.bb b/meta/packages/netbase/netbase_4.21.bb index 17c6bb9f3d..1769a47a6b 100644 --- a/meta/packages/netbase/netbase_4.21.bb +++ b/meta/packages/netbase/netbase_4.21.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "This package provides the necessary \ | |||
| 2 | infrastructure for basic TCP/IP based networking." | 2 | infrastructure for basic TCP/IP based networking." |
| 3 | SECTION = "base" | 3 | SECTION = "base" |
| 4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
| 5 | PR = "r22" | 5 | PR = "r23" |
| 6 | 6 | ||
| 7 | inherit update-rc.d | 7 | inherit update-rc.d |
| 8 | 8 | ||
| @@ -38,7 +38,7 @@ do_install () { | |||
| 38 | 38 | ||
| 39 | # Disable network manager on machines that commonly do NFS booting | 39 | # Disable network manager on machines that commonly do NFS booting |
| 40 | case "${MACHINE}" in | 40 | case "${MACHINE}" in |
| 41 | "omap-3430sdp" | "omap-3430ldp" | "omap-2430sdp") | 41 | "omap-3430sdp" | "omap-3430ldp" | "omap-2430sdp" | "qemuarm" | "qemux86" ) |
| 42 | touch ${D}${sysconfdir}/network/nm-disabled-eth0 | 42 | touch ${D}${sysconfdir}/network/nm-disabled-eth0 |
| 43 | ;; | 43 | ;; |
| 44 | *) | 44 | *) |
| @@ -51,3 +51,5 @@ CONFFILES_${PN} = "${sysconfdir}/hosts ${sysconfdir}/network/interfaces" | |||
| 51 | PACKAGE_ARCH_omap-3430sdp = "${MACHINE_ARCH}" | 51 | PACKAGE_ARCH_omap-3430sdp = "${MACHINE_ARCH}" |
| 52 | PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}" | 52 | PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}" |
| 53 | PACKAGE_ARCH_omap-2430sdp = "${MACHINE_ARCH}" | 53 | PACKAGE_ARCH_omap-2430sdp = "${MACHINE_ARCH}" |
| 54 | PACKAGE_ARCH_qemuarm = "${MACHINE_ARCH}" | ||
| 55 | PACKAGE_ARCH_qemux86 = "${MACHINE_ARCH}" | ||
