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 master rev: cdd8145a7f4abc75c4089a30206c277db2712649)

(From OE-Core rev: 3d3c7f004fd8c262f1b4e15e2552a5630f387457)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2013-11-04 00:56:26 -05:00 committed by Richard Purdie
parent f28814e649
commit 64e1d78fbe
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ KBRANCH_qemuppc = "standard/preempt-rt/qemuppc"
SRCREV_machine ?= "919b378578a8f931ee87092f1ce2608a6c2815db"
SRCREV_machine_qemuppc ?= "be60fd54789f04941b51665970ef121089f9b93e"
SRCREV_meta ?= "aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6"
SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta"

View File

@ -10,7 +10,7 @@ LINUX_VERSION ?= "3.10.17"
KMETA = "meta"
SRCREV_machine ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36"
SRCREV_meta ?= "aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6"
SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -10,7 +10,7 @@ SRCREV_machine_qemux86 ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36"
SRCREV_machine_qemux86-64 ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36"
SRCREV_machine_qemumips64 ?= "44eaa7b02aa1e4b8e539c2227702f74f9fcbcfea"
SRCREV_machine ?= "375aee37c2508899b6a8c0bdff7d4d67cb75fb36"
SRCREV_meta ?= "aa4a6574195b220cacd9c1e8dcbba7b0b1085eb6"
SRCREV_meta ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.10.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta"