From 358fa56efa2db2a5276a910676e2e6093fe2da0f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 27 Jun 2016 22:36:43 -0400 Subject: linux-yocto: bxt and input configuration changes Merging the following two configuration changes: Author: Rebecca Chang Swee Fun Date: Mon Jun 27 15:11:04 2016 +0800 broxton: set CONFIG_GPIO_GENERIC_PLATFORM instead of CONFIG_GPIO_GENERIC CONFIG_GPIO_GENERIC option is tristate, this will ensure we enable by selecting CONFIG_GPIO_GENERIC_PLATFORM. This addresses the following message: Value requested for CONFIG_GPIO_GENERIC not in final ".config" Requested value: "CONFIG_GPIO_GENERIC=y" Actual value set: "" Signed-off-by: Rebecca Chang Swee Fun Author: California Sullivan Date: Mon Jun 27 17:15:53 2016 -0700 features/input: Add keyboard-gpio feature This feature adds keyboard-gpio support to the kernel. We also add a specific implementation by default. More can be added as necessary. Signed-off-by: California Sullivan Signed-off-by: Bruce Ashfield Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- meta/recipes-kernel/linux/linux-yocto_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_4.1.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_4.1.bb b/meta/recipes-kernel/linux/linux-yocto_4.1.bb index 66cddeb14b..b2cbc60677 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.1.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "9f166e918f63dd7214ad0388d64709d33f2a14a3" SRCREV_machine_qemux86-64 ?= "9f166e918f63dd7214ad0388d64709d33f2a14a3" SRCREV_machine_qemumips64 ?= "b0e7bb69566a922a661c4902e496dce98cefeab9" SRCREV_machine ?= "9f166e918f63dd7214ad0388d64709d33f2a14a3" -SRCREV_meta ?= "51216d70967be79dbe6c75ed4c7979abd4b95272" +SRCREV_meta ?= "e978d15367ec69788c4a10d1e2a65bfa626c5d8c" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" -- cgit 1.2.3-korg