From ca8695a4fd9bb7e5ed8636fc2070108085c56433 Mon Sep 17 00:00:00 2001 From: sweeaun Date: Sun, 7 May 2017 17:29:20 -0700 Subject: 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 Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-intel_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" LINUX_VERSION ?= "4.9.20" -LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" +LINUX_VERSION_EXTENSION = "-intel-pk-${LINUX_KERNEL_TYPE}" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf