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/recipes-bsp | |
parent | a50dd612adc6dce0af5bae35dad14d4435b5184b (diff) | |
download | 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/recipes-bsp')
-rwxr-xr-x | meta/recipes-bsp/formfactor/files/qemux86-64/machconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig b/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig new file mode 100755 index 0000000000..56a2ae2e3c --- /dev/null +++ b/meta/recipes-bsp/formfactor/files/qemux86-64/machconfig | |||
@@ -0,0 +1,10 @@ | |||
1 | HAVE_TOUCHSCREEN=1 | ||
2 | HAVE_KEYBOARD=1 | ||
3 | |||
4 | DISPLAY_CAN_ROTATE=0 | ||
5 | DISPLAY_ORIENTATION=0 | ||
6 | #DISPLAY_WIDTH_PIXELS=640 | ||
7 | #DISPLAY_HEIGHT_PIXELS=480 | ||
8 | #DISPLAY_BPP=16 | ||
9 | DISPLAY_DPI=150 | ||
10 | DISPLAY_SUBPIXEL_ORDER=vrgb | ||