diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-07-16 01:03:05 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-20 10:40:39 +0100 |
commit | d7c633cc3094dd4f5cd52f0f368ad4c994401617 (patch) | |
tree | 1fd9043a88e90e7ec845cfff49fa54881b445860 | |
parent | 46720f0e7a119aa8792a9615ecbc237cb0bea769 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | 6 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 4 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.14.bb | 18 |
3 files changed, 14 insertions, 14 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb index 7da7f83b3a..9bdbc49ffe 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_3.14.bb | |||
@@ -3,9 +3,9 @@ KBRANCH_qemuppc ?= "standard/preempt-rt/qemuppc" | |||
3 | 3 | ||
4 | require recipes-kernel/linux/linux-yocto.inc | 4 | require recipes-kernel/linux/linux-yocto.inc |
5 | 5 | ||
6 | SRCREV_machine ?= "3428de71031ede23682dd0842b9cfc23ae465f39" | 6 | SRCREV_machine ?= "863ba0912f559ba9d64ab94bf04f0226fdf0cb49" |
7 | SRCREV_machine_qemuppc ?= "32c44a56a8218c3349f50d8151a10252d5e85dd1" | 7 | SRCREV_machine_qemuppc ?= "9d464d6696a0fc755c65a2cf75ad7a4656ac6e1e" |
8 | SRCREV_meta ?= "a996d95104b72c422a56e7d9bc8615ec4219ac74" | 8 | SRCREV_meta ?= "94fa1d7e980c97fcd59b37daedcd863bd6daaee4" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" | 10 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},meta;name=machine,meta" |
11 | 11 | ||
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" | |||
9 | KMETA = "meta" | 9 | KMETA = "meta" |
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "bda175966009d5a94103559e6e6ae51279952f39" | 12 | SRCREV_machine ?= "7534aeb01883b48cc42eb4900d0a8c64e8160e14" |
13 | SRCREV_meta ?= "a996d95104b72c422a56e7d9bc8615ec4219ac74" | 13 | SRCREV_meta ?= "94fa1d7e980c97fcd59b37daedcd863bd6daaee4" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.14.bb b/meta/recipes-kernel/linux/linux-yocto_3.14.bb index c809d2e29f..7f32c7a1b5 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.14.bb | |||
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "standard/common-pc/base" | |||
11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" | 11 | KBRANCH_qemux86-64 ?= "standard/common-pc-64/base" |
12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" | 12 | KBRANCH_qemumips64 ?= "standard/mti-malta64" |
13 | 13 | ||
14 | SRCREV_machine_qemuarm ?= "dbd8e70653ffb6b63a1b8b7134813d3a93975ff5" | 14 | SRCREV_machine_qemuarm ?= "bc2e4081f235174c696cc4b30dbea51555a1c3d6" |
15 | SRCREV_machine_qemuarm64 ?= "bda175966009d5a94103559e6e6ae51279952f39" | 15 | SRCREV_machine_qemuarm64 ?= "7534aeb01883b48cc42eb4900d0a8c64e8160e14" |
16 | SRCREV_machine_qemumips ?= "b985d5039e5b14f5acac135a84f2d6541b531552" | 16 | SRCREV_machine_qemumips ?= "cbbe5f1b5477507aa668b4117a8dedcb407a0571" |
17 | SRCREV_machine_qemuppc ?= "dbbdaf47fae37664ea30181b18a436b3d5401293" | 17 | SRCREV_machine_qemuppc ?= "038bbef0f64321a0f9d77e9b07dff3ae1e51b51a" |
18 | SRCREV_machine_qemux86 ?= "d3943ebf24457188669472c85d82ab32e2f95f6b" | 18 | SRCREV_machine_qemux86 ?= "48833301518748d82cbc2412fea3617eeee6d01b" |
19 | SRCREV_machine_qemux86-64 ?= "bda175966009d5a94103559e6e6ae51279952f39" | 19 | SRCREV_machine_qemux86-64 ?= "7534aeb01883b48cc42eb4900d0a8c64e8160e14" |
20 | SRCREV_machine_qemumips64 ?= "a594ff1fef248d72bf4ef929fa4497cf54a04500" | 20 | SRCREV_machine_qemumips64 ?= "c910c6d8338ab7291f066edc06de83de5b645d8f" |
21 | SRCREV_machine ?= "bda175966009d5a94103559e6e6ae51279952f39" | 21 | SRCREV_machine ?= "7534aeb01883b48cc42eb4900d0a8c64e8160e14" |
22 | SRCREV_meta ?= "a996d95104b72c422a56e7d9bc8615ec4219ac74" | 22 | SRCREV_meta ?= "94fa1d7e980c97fcd59b37daedcd863bd6daaee4" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-3.14.git;bareclone=1;branch=${KBRANCH},${KMETA};name=machine,meta" |
25 | 25 | ||