aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_4.10.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-08-28 12:23:40 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-11 22:15:51 +0100
commit74826c639d06ff19737602841333bd9235a142e3 (patch)
tree8b8fd651a7ba7b46f4ad901e34aa46d5364fd82f /meta/recipes-kernel/linux/linux-yocto_4.10.bb
parent35eebe3cf2c6190e1c13d5b828e3550fe798ba02 (diff)
downloadopenembedded-core-contrib-74826c639d06ff19737602841333bd9235a142e3.tar.gz
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) 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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_4.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.10.bb b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
index 10b56cda77..6e5c726b33 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.10.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
SRCREV_machine_qemux86-64 ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
SRCREV_machine_qemumips64 ?= "7b6d7feb4b0143d6f9146784f6072ffd171dd7ba"
SRCREV_machine ?= "f4ba3db6e599ed41d1c676f9086ad8b97fd55046"
-SRCREV_meta ?= "416a2862c3bac3ecb641bf14e14c1d2c9c23ed96"
+SRCREV_meta ?= "ba11a3e8f1bc465c9de3cf00e8e60437db60e886"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.10.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.10;destsuffix=${KMETA}"