From: Ross Burton Date: Thu, 3 Mar 2016 16:56:43 +0000 (+0000) Subject: formfactor: assume a keyboard is plugged in X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26693 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a82ce3e477a475dccea3837eabacd9e93b873ee6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git formfactor: assume a keyboard is plugged in A sensible assumption is that BSPs have a USB keyboard and mouse connected unless told otherwise, so flip the logic in the formfactor config script that previously assumed that a keyboard was not connected by default. [ YOCTO #9174 ] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/formfactor/files/config b/meta/recipes-bsp/formfactor/files/config index 41066def97c..ecfdf26e268 100755 --- a/meta/recipes-bsp/formfactor/files/config +++ b/meta/recipes-bsp/formfactor/files/config @@ -9,7 +9,7 @@ if [ -z "$HAVE_TOUCHSCREEN" ]; then fi if [ -z "$HAVE_KEYBOARD" ]; then - HAVE_KEYBOARD=0 + HAVE_KEYBOARD=1 fi if [ -z "$HAVE_KEYBOARD_PORTRAIT" ]; then