From 965affabbf36fa5b5e466d331479c2295269242e Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 2 Oct 2013 19:15:26 +0000 Subject: 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 Signed-off-by: Bruce Ashfield Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb') 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}" -- cgit 1.2.3-korg