From 5bf189cd52ec5f4f575a98ff36b79349c4657cbd Mon Sep 17 00:00:00 2001 From: Naveen Saini Date: Wed, 29 Jan 2020 11:17:05 +0800 Subject: linux-intel: allow other layers to set LINUX_VERSION_EXTENSION Signed-off-by: Naveen Saini Signed-off-by: Anuj Mittal --- recipes-kernel/linux/linux-intel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc index f2ba0d13..6bd9837d 100644 --- a/recipes-kernel/linux/linux-intel.inc +++ b/recipes-kernel/linux/linux-intel.inc @@ -12,7 +12,7 @@ SRC_URI = " \ SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" -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