[meta-intel] [PATCH v2] linux-intel: Update SRCREV to latest

Saul Wold sgw at linux.intel.com
Tue Mar 21 13:56:14 PDT 2017


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 at linux.intel.com>
---
v2: Actually remove the fix.cfg file! 

 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

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 e30c189..0000000
--- 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 b5c4589..46821a9 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}"
 
-- 
2.7.4



More information about the meta-intel mailing list