[meta-intel] [PATCH 2/2 v2] linux-intel: Update to 4.9.12

Saul Wold sgw at linux.intel.com
Fri Mar 3 14:04:53 PST 2017


This updates SRCREV moves the kernel to 4.9.12 and adds a number of patches
and backports for the Joule / 5xx series.

The fix.cfg is a temporary fix until the DRM is more compeltely backported.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
v2: Upstream git repo was fixed to contain the prior SRCREV, 
requiring a new SRCREV Update

 common/recipes-kernel/linux/linux-intel/fix.cfg | 2 ++
 common/recipes-kernel/linux/linux-intel_4.9.bb  | 7 +++++--
 2 files changed, 7 insertions(+), 2 deletions(-)
 create 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
new file mode 100644
index 0000000..e30c189
--- /dev/null
+++ b/common/recipes-kernel/linux/linux-intel/fix.cfg
@@ -0,0 +1,2 @@
+# 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 a029ee1..67873f2 100644
--- a/common/recipes-kernel/linux/linux-intel_4.9.bb
+++ b/common/recipes-kernel/linux/linux-intel_4.9.bb
@@ -2,13 +2,16 @@
 require recipes-kernel/linux/linux-yocto.inc
 
 KBRANCH = "base"
-SRCREV_machine ?= "a0ddfd76aa47a9760d1d0fd504f78c666b95e28d"
+SRCREV_machine ?= "21df0f902c89e4ec40742b4cc8d1b65382db19d8"
 SRCREV_meta ?= "6fd9dcbb3f0becf90c555a1740d21d18c331af99"
 
 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.6"
+LINUX_VERSION ?= "4.9.12"
+
+# Temporary fix until DRM is properly backported
+SRC_URI += "file://fix.cfg"
 
 PV = "${LINUX_VERSION}+git${SRCPV}"
 
-- 
2.7.4



More information about the meta-intel mailing list