From 37d46e1319d336195fb2b638412c9910fdd1668d Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 21 Mar 2017 11:34:28 -0700 Subject: 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 --- common/recipes-kernel/linux/linux-intel/fix.cfg | 2 -- common/recipes-kernel/linux/linux-intel_4.9.bb | 7 ++----- 2 files changed, 2 insertions(+), 7 deletions(-) delete mode 100644 common/recipes-kernel/linux/linux-intel/fix.cfg (limited to 'common') diff --git a/common/recipes-kernel/linux/linux-intel/fix.cfg b/common/recipes-kernel/linux/linux-intel/fix.cfg deleted file mode 100644 index e30c1891..00000000 --- a/common/recipes-kernel/linux/linux-intel/fix.cfg +++ /dev/null @@ -1,2 +0,0 @@ -# CONFIG_DRM_CIRRUS_QEMU is not set -CONFIG_SYNC_FILE=y diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb index b5c45893..46821a96 100644 --- a/common/recipes-kernel/linux/linux-intel_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel_4.9.bb @@ -2,16 +2,13 @@ require recipes-kernel/linux/linux-yocto.inc KBRANCH = "base" -SRCREV_machine ?= "21df0f902c89e4ec40742b4cc8d1b65382db19d8" +SRCREV_machine ?= "6f425e57c6afaed5d61cd9b8abe898bae97f9374" SRCREV_meta ?= "b65e9b6153237e3ee898a01bc418c12f7404a681" 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}" -LINUX_VERSION ?= "4.9.12" - -# Temporary fix until DRM is properly backported -SRC_URI += "file://fix.cfg" +LINUX_VERSION ?= "4.9.15" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf