linux-intel: Update SRCREV to latest

This includes a update to 4.9.15 as well as a re-work of the DRM patch set
The team increased their testing to handle allyes and allno configs so addressed
the DRM fix.cfg patch.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2017-03-21 11:34:28 -07:00
parent 23f676af45
commit 37d46e1319
2 changed files with 2 additions and 7 deletions

View File

@ -1,2 +0,0 @@
# CONFIG_DRM_CIRRUS_QEMU is not set
CONFIG_SYNC_FILE=y

View File

@ -2,16 +2,13 @@
require recipes-kernel/linux/linux-yocto.inc require recipes-kernel/linux/linux-yocto.inc
KBRANCH = "base" KBRANCH = "base"
SRCREV_machine ?= "21df0f902c89e4ec40742b4cc8d1b65382db19d8" SRCREV_machine ?= "6f425e57c6afaed5d61cd9b8abe898bae97f9374"
SRCREV_meta ?= "b65e9b6153237e3ee898a01bc418c12f7404a681" SRCREV_meta ?= "b65e9b6153237e3ee898a01bc418c12f7404a681"
SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
LINUX_VERSION ?= "4.9.12" LINUX_VERSION ?= "4.9.15"
# Temporary fix until DRM is properly backported
SRC_URI += "file://fix.cfg"
PV = "${LINUX_VERSION}+git${SRCPV}" PV = "${LINUX_VERSION}+git${SRCPV}"