1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 00:59:48 +00:00

linux-yocto/4.1: update to 4.1.33

(From OE-Core rev: af4e9d92ae23f0e668da4732ef79cd1f1bb6fc1f)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2016-10-03 01:54:31 -04:00
committed by Richard Purdie
parent edf08e5df4
commit d69f01eb5d
3 changed files with 16 additions and 16 deletions
@@ -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}"