aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-02 19:15:26 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-04 18:25:06 +0100
commit965affabbf36fa5b5e466d331479c2295269242e (patch)
tree0d2a6a91fb4b29f8d56c879fdb174d6d994c8128 /meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
parentdc81df215cc94c279991df35125d94770a1bc3d2 (diff)
downloadopenembedded-core-contrib-965affabbf36fa5b5e466d331479c2295269242e.tar.gz
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-tiny_3.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
index 8ef61e2c02..a238b6a15b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb
@@ -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}"