1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00:00

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)

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>
This commit is contained in:
Bruce Ashfield
2018-03-06 13:11:14 -05:00
committed by Richard Purdie
parent 266b2d16fc
commit 3a8cce8b5c
3 changed files with 13 additions and 13 deletions
@@ -11,8 +11,8 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
SRCREV_machine ?= "7a02176b872012f95036453dfd2e12dc0c02a612"
SRCREV_meta ?= "ca1bda8dfd3325db04dda19a531edeb66ac0d84b"
SRCREV_machine ?= "27c21aed67a28d08b13c5cc1fe4287b2cf389ede"
SRCREV_meta ?= "6d6037cc054350140df49c309e155f5a7b48f480"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"