diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2020-01-29 11:17:05 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-01-30 09:39:30 +0800 |
commit | 5bf189cd52ec5f4f575a98ff36b79349c4657cbd (patch) | |
tree | bd27d57a59d419f3edb6491e3df8e75931ac77aa | |
parent | 0c092dde58bb688dca787c653ee7a3282d58aeab (diff) | |
download | meta-intel-5bf189cd52ec5f4f575a98ff36b79349c4657cbd.tar.gz |
linux-intel: allow other layers to set LINUX_VERSION_EXTENSION
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-kernel/linux/linux-intel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 = " \ | |||
12 | 12 | ||
13 | SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" | 13 | SRC_URI_append_core2-32-intel-common = " file://disable_skylake_sound.cfg" |
14 | 14 | ||
15 | LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}" | 15 | LINUX_VERSION_EXTENSION ??= "-intel-pk-${LINUX_KERNEL_TYPE}" |
16 | 16 | ||
17 | PV = "${LINUX_VERSION}+git${SRCPV}" | 17 | PV = "${LINUX_VERSION}+git${SRCPV}" |
18 | 18 | ||