diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-10-03 01:54:31 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-03 15:48:55 +0100 |
commit | af4e9d92ae23f0e668da4732ef79cd1f1bb6fc1f (patch) | |
tree | 04fac135f2ac23e9e3acc44e3e3bc12ffb51ce2b /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |
parent | 024ee2f47ebac39438f87069d48f5e34c9c81891 (diff) | |
download | openembedded-core-af4e9d92ae23f0e668da4732ef79cd1f1bb6fc1f.tar.gz openembedded-core-af4e9d92ae23f0e668da4732ef79cd1f1bb6fc1f.tar.bz2 openembedded-core-af4e9d92ae23f0e668da4732ef79cd1f1bb6fc1f.zip |
linux-yocto/4.1: update to 4.1.33
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 1f38a54bf5..77f1f1bcfe 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "91821a6c3a54fabf964037dd478944a8f3597f88" -SRCREV_meta ?= "19cafe114e7d35e6202afa1079b32ce600646660" +SRCREV_machine ?= "3389720cf9809d517de7188308132ef1ec066e55" +SRCREV_meta ?= "322fa5b2796bfcff7bfbbde1d76c73636ecf5857" 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.32" +LINUX_VERSION ?= "4.1.33" PV = "${LINUX_VERSION}+git${SRCPV}" |