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:35:04 +0000 |
commit | cfe08b474ef46dccba4ed09a998c6f33426f1b3d (patch) | |
tree | 983a9745cea14fb29272fe5a5bccf5fda8573b7e /meta/recipes-bsp | |
parent | c92ed91e40a05d56ab73097844788b185fa6e19c (diff) | |
download | openembedded-core-cfe08b474ef46dccba4ed09a998c6f33426f1b3d.tar.gz openembedded-core-cfe08b474ef46dccba4ed09a998c6f33426f1b3d.tar.bz2 openembedded-core-cfe08b474ef46dccba4ed09a998c6f33426f1b3d.zip |
formfactor: add machconfig for qemumips64
We need machconfig file to automatically choose between physical and virtual
keyboards.
[YOCTO #9027]
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-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 @@ +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 |