diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-01-18 00:19:30 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-18 13:28:10 +0000 |
commit | 97fdac7cfc6ae7ab9643f261728cac6b68df7e4b (patch) | |
tree | 2148d5e266679a76d82621f0281f3692c113b68d /meta | |
parent | d6e2fffc5cd4529d437ae5e04a21034ce0a3f7ce (diff) | |
download | poky-97fdac7cfc6ae7ab9643f261728cac6b68df7e4b.tar.gz |
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]
(From OE-Core rev: 9a5948ff07b62f54d6215d37e9028384d3b430da)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.4.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb index 2674090e60..bcac39530b 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.4.bb | |||
@@ -10,7 +10,7 @@ KMETA = "meta" | |||
10 | 10 | ||
11 | SRCREV_machine ?= "729e8634f75bf10582916eae6b5b96325785c001" | 11 | SRCREV_machine ?= "729e8634f75bf10582916eae6b5b96325785c001" |
12 | SRCREV_machine_qemuppc ?= "15ce18fac50c49ea4893b0d7ed3d0086ef9c7448" | 12 | SRCREV_machine_qemuppc ?= "15ce18fac50c49ea4893b0d7ed3d0086ef9c7448" |
13 | SRCREV_meta ?= "d9646442b3763097a425c4e728525685bafc4b89" | 13 | SRCREV_meta ?= "2cbb5aca2c25e37b04828cf0b7d90e2f22af816e" |
14 | 14 | ||
15 | PR = "${INC_PR}.0" | 15 | PR = "${INC_PR}.0" |
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb index 083cdf5a70..984476fba7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.4.bb | |||
@@ -13,7 +13,7 @@ LINUX_VERSION ?= "3.4.24" | |||
13 | KMETA = "meta" | 13 | KMETA = "meta" |
14 | 14 | ||
15 | SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" | 15 | SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" |
16 | SRCREV_meta ?= "d9646442b3763097a425c4e728525685bafc4b89" | 16 | SRCREV_meta ?= "2cbb5aca2c25e37b04828cf0b7d90e2f22af816e" |
17 | 17 | ||
18 | PR = "${INC_PR}.0" | 18 | PR = "${INC_PR}.0" |
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |
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" | |||
9 | SRCREV_machine_qemux86 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" | 9 | SRCREV_machine_qemux86 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" |
10 | SRCREV_machine_qemux86-64 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" | 10 | SRCREV_machine_qemux86-64 ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" |
11 | SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" | 11 | SRCREV_machine ?= "5432e2acb6053f9f7563cf63abd101ed2fdc1b6f" |
12 | SRCREV_meta ?= "d9646442b3763097a425c4e728525685bafc4b89" | 12 | SRCREV_meta ?= "2cbb5aca2c25e37b04828cf0b7d90e2f22af816e" |
13 | 13 | ||
14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 14 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.4.git;protocol=git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
15 | 15 | ||