diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-02-03 18:37:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-04 23:39:01 +0000 |
commit | 96994410fc99a583512cd7a0a29a5af19289ee29 (patch) | |
tree | d81335164297551dc4a10acecd27afd4218d9f51 /meta/recipes-bsp/formfactor | |
parent | 4701dc9b5f28afba56c12078348bfca84680adf5 (diff) | |
download | poky-96994410fc99a583512cd7a0a29a5af19289ee29.tar.gz |
formfactor: add machconfig for qemumips64
We need machconfig file to automatically choose between physical and virtual
keyboards.
[YOCTO #9027]
(From OE-Core rev: cfe08b474ef46dccba4ed09a998c6f33426f1b3d)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/formfactor')
-rwxr-xr-x | meta/recipes-bsp/formfactor/files/qemumips64/machconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-bsp/formfactor/files/qemumips64/machconfig b/meta/recipes-bsp/formfactor/files/qemumips64/machconfig new file mode 100755 index 0000000000..56777b6e2e --- /dev/null +++ b/meta/recipes-bsp/formfactor/files/qemumips64/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 | ||