diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-29 10:31:33 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-01 07:40:22 +0100 |
commit | 0cd10fc32fd6a3faced69ef206271c8afde17533 (patch) | |
tree | 76376f6e8e7e8dc3c147cdb6323a9536104190e3 /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |
parent | 5c91535baf876a3e2c4fd91be046dc3a92dc0ad2 (diff) | |
download | openembedded-core-0cd10fc32fd6a3faced69ef206271c8afde17533.tar.gz openembedded-core-0cd10fc32fd6a3faced69ef206271c8afde17533.tar.bz2 openembedded-core-0cd10fc32fd6a3faced69ef206271c8afde17533.zip |
linux-yocto/4.1: update to 4.1.8 -stable
There are some important fixes and CVEs in 4.1.8, so we update the
SRCREVs to integrate the -stable changes.
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.1.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 7a23e8fb20..a133b3bd97 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -2,13 +2,13 @@ KBRANCH ?= "standard/preempt-rt/base" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "eefb205d7ff4afc66a95fd06d31d4e69c3deec39" -SRCREV_meta ?= "d6b2416f396f03e73c1d53352ebd0acb6133e5ba" +SRCREV_machine ?= "8a50af5664351a10657275e8f3196ae0aad04623" +SRCREV_meta ?= "3d8f1378d07dbc052ca8a7c22297339ad7998b5e" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.1;destsuffix=${KMETA}" -LINUX_VERSION ?= "4.1.6" +LINUX_VERSION ?= "4.1.8" PV = "${LINUX_VERSION}+git${SRCPV}" |