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] (1 of 2) 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> Acked-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
6c47bc3874
commit
2bd6b798cb
|
@ -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