diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-02 19:15:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-04 18:25:06 +0100 |
commit | 965affabbf36fa5b5e466d331479c2295269242e (patch) | |
tree | 0d2a6a91fb4b29f8d56c879fdb174d6d994c8128 /meta/recipes-kernel/linux/linux-yocto_3.8.bb | |
parent | dc81df215cc94c279991df35125d94770a1bc3d2 (diff) | |
download | openembedded-core-965affabbf36fa5b5e466d331479c2295269242e.tar.gz openembedded-core-965affabbf36fa5b5e466d331479c2295269242e.tar.bz2 openembedded-core-965affabbf36fa5b5e466d331479c2295269242e.zip |
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.
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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_3.8.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb index a921a0f87e..5ae92fc60e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb @@ -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" |