From 8e9caafd0b94016568dfccf969a0e326f3645fa6 Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Wed, 15 Sep 2010 11:55:45 +0800 Subject: 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 --- meta/recipes-bsp/formfactor/files/qemux86-64/machconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 meta/recipes-bsp/formfactor/files/qemux86-64/machconfig (limited to 'meta/recipes-bsp') 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 @@ +HAVE_TOUCHSCREEN=1 +HAVE_KEYBOARD=1 + +DISPLAY_CAN_ROTATE=0 +DISPLAY_ORIENTATION=0 +#DISPLAY_WIDTH_PIXELS=640 +#DISPLAY_HEIGHT_PIXELS=480 +#DISPLAY_BPP=16 +DISPLAY_DPI=150 +DISPLAY_SUBPIXEL_ORDER=vrgb -- cgit 1.2.3-korg