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-05-11 17:35:02 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-17 20:53:38 +0100
commit9930fca92bc6a959d2e151909b2d199b8497bfca (patch)
treea04e44afc96937f0a08005b8c818ef090dd019ab /meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
parent387560a718ab18e1ee56c7a5ad3f2e496c7afa33 (diff)
downloadpoky-9930fca92bc6a959d2e151909b2d199b8497bfca.tar.gz
linux-yocto/4.4: bump to v4.4.10
(From OE-Core rev: 4f2898f598c466fa0fde5be64ac4d6a60aae68f7) (From OE-Core rev: 776192eea7530aa9ffd4774d37bc5cfab84c51c4) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.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.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 9d4b7d39c8..5e3937409b 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
@@ -2,13 +2,13 @@ KBRANCH ?= "standard/preempt-rt"
2 2
3require recipes-kernel/linux/linux-yocto.inc 3require recipes-kernel/linux/linux-yocto.inc
4 4
5SRCREV_machine ?= "1ae11b6ab3f6b8a5e2f57451ff7bbb17726f0ba5" 5SRCREV_machine ?= "449fe1dca2c1f972f1ec02091a20691f3e19a28b"
6SRCREV_meta ?= "344bfd3a9df9247b2aaf47b123916a94b23ab097" 6SRCREV_meta ?= "b7ce076447c0e3cc07f8d3ed4a11070fdeae41e6"
7 7
8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ 8SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" 9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
10 10
11LINUX_VERSION ?= "4.4.9" 11LINUX_VERSION ?= "4.4.10"
12 12
13PV = "${LINUX_VERSION}+git${SRCPV}" 13PV = "${LINUX_VERSION}+git${SRCPV}"
14 14