summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2010-09-15 11:55:45 +0800
committerSaul Wold <Saul.Wold@intel.com>2010-09-17 11:33:26 -0700
commit8e9caafd0b94016568dfccf969a0e326f3645fa6 (patch)
tree42fd3f1c3ecbadd471b784025c90608a4b8253dc /meta/recipes-core
parenta50dd612adc6dce0af5bae35dad14d4435b5184b (diff)
downloadopenembedded-core-8e9caafd0b94016568dfccf969a0e326f3645fa6.tar.gz
formfactor: Add machconfig in qemux86-64 to avoid HAVE_KEYBOARD unset.
This prevent matchbox-kerboard starting as daemon automatically. Also fix minor issue of netbase on qemux86-64, and add the machine in local.conf.sample [BUGID #308] fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/netbase/netbase_4.41.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/netbase/netbase_4.41.bb b/meta/recipes-core/netbase/netbase_4.41.bb
index 90725b241e..8c31df9ac8 100644
--- a/meta/recipes-core/netbase/netbase_4.41.bb
+++ b/meta/recipes-core/netbase/netbase_4.41.bb
@@ -38,7 +38,7 @@ do_install () {
# Disable network manager on machines that commonly do NFS booting
case "${MACHINE}" in
- "omap-3430sdp" | "omap-3430ldp" | "omap-2430sdp" | "qemuarm" | "qemux86" )
+ "omap-3430sdp" | "omap-3430ldp" | "omap-2430sdp" | "qemuarm" | "qemux86" | "qemux86-64" )
touch ${D}${sysconfdir}/network/nm-disabled-eth0
;;
*)
@@ -53,3 +53,4 @@ PACKAGE_ARCH_omap-3430ldp = "${MACHINE_ARCH}"
PACKAGE_ARCH_omap-2430sdp = "${MACHINE_ARCH}"
PACKAGE_ARCH_qemuarm = "${MACHINE_ARCH}"
PACKAGE_ARCH_qemux86 = "${MACHINE_ARCH}"
+PACKAGE_ARCH_qemux86-64 = "${MACHINE_ARCH}"