From b03fee437831c35d7064241703704045d7aa3820 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 25 Aug 2017 09:50:00 -0700 Subject: linux-intel: Seperate SRC_URI into Kernel and Config This allows for setting a different kernel config URI without having to completely reset the main SRC_URI for the kernel also. Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-intel.inc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'common/recipes-kernel') diff --git a/common/recipes-kernel/linux/linux-intel.inc b/common/recipes-kernel/linux/linux-intel.inc index f1e4eafb..5c4afa04 100644 --- a/common/recipes-kernel/linux/linux-intel.inc +++ b/common/recipes-kernel/linux/linux-intel.inc @@ -2,8 +2,13 @@ require recipes-kernel/linux/linux-yocto.inc FILESEXTRAPATHS_prepend := "${THISDIR}/linux-intel:" -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}" +KERNEL_CONFIG_URI ?= " \ + git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA} \ + " +SRC_URI = " \ + git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machine;branch=${KBRANCH}; \ + ${KERNEL_CONFIG_URI} \ + " SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" -- cgit v1.2.3-54-g00ecf