summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-06-13 11:56:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-15 18:05:21 +0100
commit3dcbd1283cd7189c6b475b8c55c64b01e68b25e3 (patch)
treed05d4778b908a5e41354800b839dbf88284d04c6 /meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
parent62f4fa49f9afa7b69e69d4092e0da1baae8bd033 (diff)
downloadpoky-3dcbd1283cd7189c6b475b8c55c64b01e68b25e3.tar.gz
linux-yocto/4.4: update to v4.4.13
Integrating the korg -stable release. (From OE-Core rev: b3ff02b56b7d3731ad4d78a4a2158d469f561e47) 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-rt_4.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
index b887bf4926..03380e07e3 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -12,12 +12,12 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "3bdc347cc2087a0217e3acddccda5bb775cd570b" 14SRCREV_machine ?= "3bdc347cc2087a0217e3acddccda5bb775cd570b"
15SRCREV_meta ?= "8900370d334ab4f7224fa71d7d46d62f0b11199d" 15SRCREV_meta ?= "870134f4bfa6208d6e5339e065486be3b6e693a5"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "4.4.12" 20LINUX_VERSION ?= "4.4.13"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23