mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
n450: add formfactor config
Fixes [YOCTO #869] Add a formfactor config for the n450 to include a keyboard and no touchscreen. Without defining HAVE_TOUCHSCREEN=0, the default was to set it to 1, and the matchbox session disables the cursor in the case of a touchscreen device. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
d9ac50894e
commit
e0c8928f6e
|
@ -0,0 +1,3 @@
|
|||
# Assume a USB mouse and keyboard are connected
|
||||
HAVE_TOUCHSCREEN=0
|
||||
HAVE_KEYBOARD=1
|
3
meta-n450/recipes-bsp/formfactor/formfactor_0.0.bbappend
Normal file
3
meta-n450/recipes-bsp/formfactor/formfactor_0.0.bbappend
Normal file
|
@ -0,0 +1,3 @@
|
|||
FILESEXTRAPATHS := "${THISDIR}/${PN}"
|
||||
|
||||
PRINC = "1"
|
Loading…
Reference in New Issue
Block a user