1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

linux-yocto/4.10/4.9: fix BRCMFMAC_PROTO_MSGBUF warning

The 4.10 and 4.9 kernels need a fix applied to 4.12 to deal with
a configuration warning:

  Author: Bruce Ashfield <bruce.ashfield@windriver.com>
  Date:   Fri Aug 18 17:03:27 2017 -0400

    wifi: drop BRCMFMAC_PROTO_MSGBUF, since it is selected

(From OE-Core rev: 288f3ce9bfe0c2964137bfc98e033466fbf418be)

(From OE-Core rev: 74826c639d06ff19737602841333bd9235a142e3)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2017-08-28 12:23:40 -04:00
committed by Richard Purdie
parent c18e8747f0
commit 519942c592
6 changed files with 6 additions and 6 deletions
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
SRCREV_meta ?= "ba11a3e8f1bc465c9de3cf00e8e60437db60e886"
PV = "${LINUX_VERSION}+git${SRCPV}"