1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

linux-yocto/4.1: update to 4.1.32

Integrating the korg stable update

(From OE-Core rev: b9502470ec6413f85d76f88ebd121db9796985d2)

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-09-09 11:47:51 -04:00
committed by Richard Purdie
parent 15426896a7
commit 55dd3fa425
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 ?= "b88e2b5805213daeb0136fdd8c840dc0254a3d21"
SRCREV_meta ?= "9d0f0db8442a5ccb3f2ce81e2e43d96b6515a45a"
SRCREV_machine ?= "ee83bffe0f76032fe0a0b7fde436f0f596101df2"
SRCREV_meta ?= "b30b6b9ef215433b28e8966c73ebb6b98a7f4d1f"
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.30"
LINUX_VERSION ?= "4.1.32"
PV = "${LINUX_VERSION}+git${SRCPV}"