diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-18 08:39:18 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-27 11:26:58 +0000 |
commit | 1df3a79cf454754e6be6c1ffc91ba8310a880616 (patch) | |
tree | bba7d335f47fb2660c469ca0c6710c6091154614 /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |
parent | 30afd55016b7f3e63fdf07b0856f9bbf9be53f3d (diff) | |
download | openembedded-core-1df3a79cf454754e6be6c1ffc91ba8310a880616.tar.gz openembedded-core-1df3a79cf454754e6be6c1ffc91ba8310a880616.tar.bz2 openembedded-core-1df3a79cf454754e6be6c1ffc91ba8310a880616.zip |
linux-yocto/4.1: update to v4.1.15
Updating the 4.1 kernel repo to the latest 4.1.x stable.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
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 | 4 |
1 files changed, 2 insertions, 2 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 1eb032bfe6..b441bf6811 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 ?= "ed3fa3e6d62c1fb3411099478c69cef4e3d4f415" +SRCREV_machine ?= "3188436876d5eaff8d48f82064367d4a65c3aa97" SRCREV_meta ?= "46bb64d605fd336d99fa05bab566b9553b40b4b4" 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.13" +LINUX_VERSION ?= "4.1.15" PV = "${LINUX_VERSION}+git${SRCPV}" |