summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-07-16 01:03:05 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-20 10:40:39 +0100
commitd7c633cc3094dd4f5cd52f0f368ad4c994401617 (patch)
tree1fd9043a88e90e7ec845cfff49fa54881b445860 /meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
parent46720f0e7a119aa8792a9615ecbc237cb0bea769 (diff)
downloadpoky-d7c633cc3094dd4f5cd52f0f368ad4c994401617.tar.gz
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>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
index 000f288fb3..bd7b6da28c 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb
@@ -9,8 +9,8 @@ LINUX_VERSION ?= "3.14.36"
9KMETA = "meta" 9KMETA = "meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "bda175966009d5a94103559e6e6ae51279952f39" 12SRCREV_machine ?= "7534aeb01883b48cc42eb4900d0a8c64e8160e14"
13SRCREV_meta ?= "a996d95104b72c422a56e7d9bc8615ec4219ac74" 13SRCREV_meta ?= "94fa1d7e980c97fcd59b37daedcd863bd6daaee4"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16