summaryrefslogtreecommitdiffstats
path: root/common/recipes-kernel/linux
diff options
context:
space:
mode:
authorsweeaun <swee.aun.khor@intel.com>2017-05-07 17:29:20 -0700
committerSaul Wold <sgw@linux.intel.com>2017-05-09 22:30:27 +0800
commitca8695a4fd9bb7e5ed8636fc2070108085c56433 (patch)
tree56e6be2c40adf0ab6730b9533a93e5de38117287 /common/recipes-kernel/linux
parente9c3997c0eac859c4e291e82a8fe21dcac0a33aa (diff)
downloadmeta-intel-ca8695a4fd9bb7e5ed8636fc2070108085c56433.tar.gz
linux-intel: use = to set LINUX_VERSION_EXTENSION
LINUX_VERSION_EXTENSION is not overridden by linux-intel_4.9.bb, as first seen in linux-yocto.inc. This is a temporary fix to use = instead of ?= in linux-intel_4.9.bb, before making change to use ??= on meta OE-Core linux-yocto.inc file. Signed-off-by: sweeaun <swee.aun.khor@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'common/recipes-kernel/linux')
-rw-r--r--common/recipes-kernel/linux/linux-intel_4.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb
index 20ad97b0..aebbedf1 100644
--- a/common/recipes-kernel/linux/linux-intel_4.9.bb
+++ b/common/recipes-kernel/linux/linux-intel_4.9.bb
@@ -9,7 +9,7 @@ SRC_URI = "git://github.com/01org/linux-intel-4.9.git;protocol=https;name=machin
9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" 9 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
10 10
11LINUX_VERSION ?= "4.9.20" 11LINUX_VERSION ?= "4.9.20"
12LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" 12LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}"
13 13
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"