linux-yocto/4.4: update to v4.4.13

Integrating the korg -stable release.

(From OE-Core rev: b3ff02b56b7d3731ad4d78a4a2158d469f561e47)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2016-06-13 11:56:32 -04:00 committed by Richard Purdie
parent 62f4fa49f9
commit 3dcbd1283c
3 changed files with 15 additions and 15 deletions

View File

@ -12,12 +12,12 @@ python () {
}
SRCREV_machine ?= "3bdc347cc2087a0217e3acddccda5bb775cd570b"
SRCREV_meta ?= "8900370d334ab4f7224fa71d7d46d62f0b11199d"
SRCREV_meta ?= "870134f4bfa6208d6e5339e065486be3b6e693a5"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}"
LINUX_VERSION ?= "4.4.12"
LINUX_VERSION ?= "4.4.13"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -4,13 +4,13 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
LINUX_VERSION ?= "4.4.12"
LINUX_VERSION ?= "4.4.13"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711"
SRCREV_meta ?= "8900370d334ab4f7224fa71d7d46d62f0b11199d"
SRCREV_machine ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2"
SRCREV_meta ?= "870134f4bfa6208d6e5339e065486be3b6e693a5"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -11,20 +11,20 @@ KBRANCH_qemux86 ?= "standard/base"
KBRANCH_qemux86-64 ?= "standard/base"
KBRANCH_qemumips64 ?= "standard/mti-malta64"
SRCREV_machine_qemuarm ?= "ae04be16985c86803d8016b06aa57c02fe63cab3"
SRCREV_machine_qemuarm64 ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711"
SRCREV_machine_qemumips ?= "1d16db0bce02f4f46a925e5425194de8d25a926e"
SRCREV_machine_qemuppc ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711"
SRCREV_machine_qemux86 ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711"
SRCREV_machine_qemux86-64 ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711"
SRCREV_machine_qemumips64 ?= "6fe42d5321cd24411c2a4b7f2aac8a01dfa82b8f"
SRCREV_machine ?= "1f3e98df094cb7afb7d3d540dd0e47b3b8c89711"
SRCREV_meta ?= "8900370d334ab4f7224fa71d7d46d62f0b11199d"
SRCREV_machine_qemuarm ?= "cdfdcbd7ee553dc2e483813054a378ef9eaa44b6"
SRCREV_machine_qemuarm64 ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2"
SRCREV_machine_qemumips ?= "b1f51ad1d4e95be437bf7725e094d6ad1b8286b0"
SRCREV_machine_qemuppc ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2"
SRCREV_machine_qemux86 ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2"
SRCREV_machine_qemux86-64 ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2"
SRCREV_machine_qemumips64 ?= "4b17815085dbd2a0408d7969bf4689a4c2b12942"
SRCREV_machine ?= "bc64c8124504681545cb97a22b69a4e4bfeb55e2"
SRCREV_meta ?= "870134f4bfa6208d6e5339e065486be3b6e693a5"
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.12"
LINUX_VERSION ?= "4.4.13"
PV = "${LINUX_VERSION}+git${SRCPV}"