1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

linux-yocto/4.4: integrate v4.4.11

Updating to the korg stable release.

(From OE-Core rev: bb4ead9b7b1400c37a72d148d9775bdf4210ec37)

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-05-24 11:54:00 -04:00
committed by Richard Purdie
parent 1e9c392044
commit 56ab1a5345
3 changed files with 16 additions and 16 deletions
+10 -10
View File
@@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
SRCREV_machine_qemuarm ?= "1d343b327d97843de4a32fda9015bc87a46dea9b"
SRCREV_machine_qemuarm64 ?= "578ff2a88676d20439dbf3877768370d06a22d8f"
SRCREV_machine_qemumips ?= "f89dd8336dcb0b7bf0291aee7ee33531564ea3b5"
SRCREV_machine_qemuppc ?= "578ff2a88676d20439dbf3877768370d06a22d8f"
SRCREV_machine_qemux86 ?= "578ff2a88676d20439dbf3877768370d06a22d8f"
SRCREV_machine_qemux86-64 ?= "578ff2a88676d20439dbf3877768370d06a22d8f"
SRCREV_machine_qemumips64 ?= "5faa3c8de491435842024b24b6a95fccdbe3f72a"
SRCREV_machine ?= "578ff2a88676d20439dbf3877768370d06a22d8f"
SRCREV_meta ?= "fca9cc2483de4e7b981dc01122521c74e06fcc6a"
SRCREV_machine_qemuarm ?= "97c21d0b5ffa8eb1cb27a6f81b52ec53182ae087"
SRCREV_machine_qemuarm64 ?= "628bf627561c6285d99fb978e11d4c15fc29324b"
SRCREV_machine_qemumips ?= "8763860e4da46b3cb1551e09d9ca46eedd2dd91a"
SRCREV_machine_qemuppc ?= "628bf627561c6285d99fb978e11d4c15fc29324b"
SRCREV_machine_qemux86 ?= "628bf627561c6285d99fb978e11d4c15fc29324b"
SRCREV_machine_qemux86-64 ?= "628bf627561c6285d99fb978e11d4c15fc29324b"
SRCREV_machine_qemumips64 ?= "8974d9741cbcb21bf50ab49a6257e5773415fa5f"
SRCREV_machine ?= "628bf627561c6285d99fb978e11d4c15fc29324b"
SRCREV_meta ?= "6ec93aaa70f838b551f58b91d0c6ffeff6f6094b"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
LINUX_VERSION ?= "4.4.10"
LINUX_VERSION ?= "4.4.11"
PV = "${LINUX_VERSION}+git${SRCPV}"