linux-intel/4.9: Update to v4.9.77

This comprises of a kernel update from v4.9.56 to v4.9.77.

Due to refactoring in later versions of the recipe, a clean backport
isn't possible. Instead, just update to the same SRCREVs manually.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
This commit is contained in:
California Sullivan 2018-02-15 11:08:37 -08:00
parent d781d5e52c
commit 42072ef80e
2 changed files with 6 additions and 6 deletions

View File

@ -11,8 +11,8 @@ python () {
}
KBRANCH = "4.9/yocto/base-rt"
SRCREV_machine ?= "44f76edc2079f1551be33b8ab473349d00f814a7"
SRCREV_meta ?= "cdbd35c54b6a62e4fd543164f1dcdf92c85cff2d"
SRCREV_machine ?= "ae1aee65fd27590eff2c308ad5661a13d023641d"
SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6"
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:"
@ -21,7 +21,7 @@ SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machin
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
LINUX_VERSION ?= "4.9.56"
LINUX_VERSION ?= "4.9.77"
LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}"

View File

@ -2,15 +2,15 @@
require recipes-kernel/linux/linux-yocto.inc
KBRANCH = "4.9/yocto/base"
SRCREV_machine ?= "e8405acd549563650e2e4774a49e069d161e8fe1"
SRCREV_meta ?= "cdbd35c54b6a62e4fd543164f1dcdf92c85cff2d"
SRCREV_machine ?= "d7f2f7269253c2be1c1000d49d2bded4ba70407a"
SRCREV_meta ?= "a2dfb1610d9dad34652a3c27c6c9d8751ed67af6"
SRC_URI = "git://github.com/intel/linux-intel-lts.git;protocol=https;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg"
LINUX_VERSION ?= "4.9.56"
LINUX_VERSION ?= "4.9.77"
LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}"
PV = "${LINUX_VERSION}+git${SRCPV}"