1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 15:57:04 +00:00

linux-yocto/3.14: fix gcc 4.9.4/5.1 build issues, yaffs2 memory leak

Updating the 3.14 SRCREVs for the following commits:

  7534aeb01883 yaffs2: fix memory leak in mount/umount
  4287412436cb MIPS: Fix build with binutils 2.24.51+

(From OE-Core rev: 370cd615ea3aa11d39e4c7303e8bca79e3ec6621)

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
2015-07-16 01:03:05 -04:00
committed by Richard Purdie
parent 46720f0e7a
commit d7c633cc30
3 changed files with 14 additions and 14 deletions
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "3.14.36"
KMETA = "meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "bda175966009d5a94103559e6e6ae51279952f39"
SRCREV_meta ?= "a996d95104b72c422a56e7d9bc8615ec4219ac74"
SRCREV_machine ?= "7534aeb01883b48cc42eb4900d0a8c64e8160e14"
SRCREV_meta ?= "94fa1d7e980c97fcd59b37daedcd863bd6daaee4"
PV = "${LINUX_VERSION}+git${SRCPV}"