diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-11-04 00:56:26 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-04 09:36:20 +0000 |
commit | baf005b0a566908dadb1eacb9e72e16972a95fcb (patch) | |
tree | 4711140a4e55008694db3cb5ebf4a5d92d04c7bc /meta/recipes-kernel | |
parent | dd361f07f038e4d4a1846a03027b49e799466520 (diff) | |
download | poky-baf005b0a566908dadb1eacb9e72e16972a95fcb.tar.gz |
linux-yocto/3.10: common-pc: add missing dependencies for BRCMSMAC
Updating the meta branch SRCREV to import some configuration updates
for the common-pc-wifi feature:
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_CFG80211_WEXT=y
CONFIG_BCMA=m
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
CONFIG_BCMA_DRIVER_GMAC_CMN=y
CONFIG_CRC8=m
CONFIG_CORDIC=m
(From OE-Core rev: cdd8145a7f4abc75c4089a30206c277db2712649)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.10.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.10.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb index ce7c78905d..53d546c6f5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.10.bb | |||
@@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc" | |||
5 | 5 | ||
6 | SRCREV_machine ?= "919b378578a8f931ee87092f1ce2608a6c2815db" | 6 | SRCREV_machine ?= "919b378578a8f931ee87092f1ce2608a6c2815db" |
7 | SRCREV_machine_qemuppc ?= "be60fd54789f04941b51665970ef121089f9b93e" | 7 | SRCREV_machine_qemuppc ?= "be60fd54789f04941b51665970ef121089f9b93e" |
8 | SRCREV_meta ?= "aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6" | 8 | SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
11 | 11 | ||
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 f0c781fc9c..c76951759c 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.17" | |||
10 | KMETA = "meta" | 10 | KMETA = "meta" |
11 | 11 | ||
12 | SRCREV_machine ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" | 12 | SRCREV_machine ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" |
13 | SRCREV_meta ?= "aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6" | 13 | SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" |
14 | 14 | ||
15 | 15 | ||
16 | PV = "${LINUX_VERSION}+git${SRCPV}" | 16 | PV = "${LINUX_VERSION}+git${SRCPV}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.10.bb b/meta/recipes-kernel/linux/linux-yocto_3.10.bb index 2c2b74b7b4..af50b5c68d 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.10.bb | |||
@@ -10,7 +10,7 @@ SRCREV_machine_qemux86 ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" | |||
10 | SRCREV_machine_qemux86-64 ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" | 10 | SRCREV_machine_qemux86-64 ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" |
11 | SRCREV_machine_qemumips64 ?= "44eaa7b02aa1e4b8e539c2227702f74f9fcbcfea" | 11 | SRCREV_machine_qemumips64 ?= "44eaa7b02aa1e4b8e539c2227702f74f9fcbcfea" |
12 | SRCREV_machine ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" | 12 | SRCREV_machine ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36" |
13 | SRCREV_meta ?= "aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6" | 13 | SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" |
14 | 14 | ||
15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 15 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
16 | 16 | ||