linux-yocto: enable CONFIG_INPUT_EVDEV as standard policy

We have a number (in fact most) BSPs that require INPUT_EVDEV for basic
functionality. The size increase is minimal, so we'll add it to the
standard configuration for all platforms.

(From OE-Core rev: 965affabbf36fa5b5e466d331479c2295269242e)

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2013-10-02 19:15:26 +00:00 committed by Richard Purdie
parent 9def5c9542
commit 9d64f3de4a
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
SRCREV_machine ?= "f1e003e9441f0366d7b9a2209ef3108438745ea3"
SRCREV_machine_qemuppc ?= "12be459359d5b20dbf856aa3649304c6f618d420"
SRCREV_meta ?= "dad2b7e1ceed654fba89907f3e14050007699b90"
SRCREV_meta ?= "363bd856c8101d4227d492cc911bc4ca0c4987c6"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"

View File

@ -10,7 +10,7 @@ KMETA = "meta"
SRCREV_machine ?= "4fb187301ca153d496b2a96293dffde34d3b1a56"
SRCREV_machine_qemuppc ?= "547c4ea570933ab7ece9f10d2c46875b460cd337"
SRCREV_meta ?= "dfeaae26b811cb006f3013a1be7bb2de54d9c015"
SRCREV_meta ?= "467a74c47bd70c52d0b81597007d8cc39cadaefd"
PR = "${INC_PR}.1"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.11"
KMETA = "meta"
SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52"
SRCREV_meta ?= "dad2b7e1ceed654fba89907f3e14050007699b90"
SRCREV_meta ?= "363bd856c8101d4227d492cc911bc4ca0c4987c6"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.8.13"
KMETA = "meta"
SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
SRCREV_meta ?= "dfeaae26b811cb006f3013a1be7bb2de54d9c015"
SRCREV_meta ?= "467a74c47bd70c52d0b81597007d8cc39cadaefd"
PR = "${INC_PR}.1"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -10,7 +10,7 @@ SRCREV_machine_qemux86 ?= "e1aa804148370cda6f85640281af156ffa007d52"
SRCREV_machine_qemux86-64 ?= "e1aa804148370cda6f85640281af156ffa007d52"
SRCREV_machine_qemumips64 ?= "6973844d304411893420a7e57545edc4dc854bd7"
SRCREV_machine ?= "e1aa804148370cda6f85640281af156ffa007d52"
SRCREV_meta ?= "dad2b7e1ceed654fba89907f3e14050007699b90"
SRCREV_meta ?= "363bd856c8101d4227d492cc911bc4ca0c4987c6"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"

View File

@ -10,7 +10,7 @@ SRCREV_machine_qemuppc ?= "698eada61d9385b42dd117858b943655b565084b"
SRCREV_machine_qemux86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
SRCREV_machine_qemux86-64 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
SRCREV_machine ?= "f20047520a57322f05d95a18a5fbd082fb15cb87"
SRCREV_meta ?= "dfeaae26b811cb006f3013a1be7bb2de54d9c015"
SRCREV_meta ?= "467a74c47bd70c52d0b81597007d8cc39cadaefd"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.8.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"