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-02-11 10:08:14 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-11 22:56:26 +0000
commit1a6e4c4a4c6c4556580a08a2040baa54a64eb10e (patch)
treee6b902b01adf8087d8b43c51309872c0687b9f8e /meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb
parentcb7a3f997d7278eb6e31ea79ad933a7ab1717977 (diff)
downloadopenembedded-core-contrib-1a6e4c4a4c6c4556580a08a2040baa54a64eb10e.tar.gz
linux-yocto/4.4: update to v4.4.1
Integrating the 4.4.1 stable korg update. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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 3c3c0c5523..35c4e2fa05 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"
require recipes-kernel/linux/linux-yocto.inc
-SRCREV_machine ?= "49a18bd230aafabe793de56d3c96d62f891e77dc"
-SRCREV_meta ?= "dc760c3189ed868dc59050206b7899c35a4ad8e8"
+SRCREV_machine ?= "b90e0f8ee29395bbeb1d4b1dc06d4a78063f2c36"
+SRCREV_meta ?= "4940c6e551c1eea41a5dbc69a90b23d5f835fa5b"
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"
+LINUX_VERSION ?= "4.4.1"
PV = "${LINUX_VERSION}+git${SRCPV}"