summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-03-06 13:11:14 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-26 15:07:11 +0100
commit864c0f5269b248dc6f4474bb2be2bc6656662a75 (patch)
treea5d72149d94e14c7982ec41425a083b61aa16e18 /meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
parent7cc677aa4f6f9bdcaa6137b47b16b6161626c0d3 (diff)
downloadpoky-864c0f5269b248dc6f4474bb2be2bc6656662a75.tar.gz
linux-yocto/4.12: memleak and build warning fixes
Integrating the warning/leak fixes: 73873cb152c brd: remove unused brd_mutex 912c53b1b346 audit: fix memleak in auditd_send_unicast_skb. (From OE-Core rev: 4aec8f304216d5427f22d4a72f9f39be097513cb) (From OE-Core rev: bc6310b704dd7dcbd865ee8f09ce0f7b4326497c) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
index 998c017515..860b68cda6 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "4.12.20"
9KMETA = "kernel-meta" 9KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "392959d6dad698bfb62de561164c2d19e17841dd" 12SRCREV_machine ?= "073873cb152cf254d229d548c3bdcc57460a4ff0"
13SRCREV_meta ?= "ca1bda8dfd3325db04dda19a531edeb66ac0d84b" 13SRCREV_meta ?= "6d6037cc054350140df49c309e155f5a7b48f480"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16