diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-09-15 11:55:45 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-09-17 11:33:26 -0700 |
commit | 8e9caafd0b94016568dfccf969a0e326f3645fa6 (patch) | |
tree | 42fd3f1c3ecbadd471b784025c90608a4b8253dc /meta/conf | |
parent | a50dd612adc6dce0af5bae35dad14d4435b5184b (diff) | |
download | ast2050-yocto-poky-8e9caafd0b94016568dfccf969a0e326f3645fa6.zip ast2050-yocto-poky-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/conf')
-rw-r--r-- | meta/conf/local.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index f9a1431..052c1a9 100644 --- a/meta/conf/local.conf.sample +++ b/meta/conf/local.conf.sample @@ -20,6 +20,7 @@ MACHINE ?= "qemux86" # Other supported machines #MACHINE ?= "qemuarm" +#MACHINE ?= "qemux86-64" #MACHINE ?= "netbook" #MACHINE ?= "c7x0" #MACHINE ?= "akita" |