From 9a5948ff07b62f54d6215d37e9028384d3b430da Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 18 Jan 2013 00:19:30 -0500 Subject: linux-yocto/routerstationpro: enable GPIO_SYSFS We had a request to enable GPIO_SYSFS to allow easy use of the available GPIOs in the board out of the box. This is a simple / contained config item to enable, so there's no reason not to. [YOCTO #3519] Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_3.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_3.4.bb b/meta/recipes-kernel/linux/linux-yocto_3.4.bb index 35f0074058..0ac51b904c 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.4.bb @@ -9,7 +9,7 @@ SRCREV_machine_qemuppc ?= "1c8a1aa8cc839f0328edbfe0d755100368bc4ae6" SRCREV_machine_qemux86 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" SRCREV_machine_qemux86-64 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" -SRCREV_meta ?= "d9646442b3763097a425c4e728525685bafc4b89" +SRCREV_meta ?= "2cbb5aca2c25e37b04828cf0b7d90e2f22af816e" SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" -- cgit 1.2.3-korg