aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2016-10-03 01:54:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-08 23:03:19 +0000
commit3865d4cfe00e8e1ee2b84e742f154ff0c994a253 (patch)
tree45ca9767167982469239dfd8a0222990cfdc5ffa /meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
parent81b67e1de7ba8f91f9a73ee274796ee685cf2e90 (diff)
downloadopenembedded-core-contrib-3865d4cfe00e8e1ee2b84e742f154ff0c994a253.tar.gz
linux-yocto/4.4: update to v4.4.22
(From OE-Core rev: 286d893f9e7caed06035f7916492a74e0212df6a) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Hand applied to manage merge conflicts. Signed-off-by: Armin Kuster <akuster808@gmail.com>
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.bb6
1 files changed, 3 insertions, 3 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 1b9d80ae13..5416ca499b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "bf2fbe7f2cdf44fc69e50fefbfdd58d41a03733a"
-SRCREV_meta ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b"
+SRCREV_machine ?= "a1da5707fd13f31d25661b910c7377c8714c1123"
+SRCREV_meta ?= "170ed03a9d908e2abc8025cf9a62789ab15b3ece"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
-LINUX_VERSION ?= "4.4.11"
+LINUX_VERSION ?= "4.4.22"
PV = "${LINUX_VERSION}+git${SRCPV}"