From 112643bbb731a6ccac7f4f5bde7f78d8fa2f9c15 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 18 Apr 2017 10:47:06 -0700 Subject: linux-intel: Set LINUX_VERSION_EXTENSION Set the VERSION_EXTENSION to be different than the default linux-yocto kernel, this will help to differenciate the two kernel. Signed-off-by: Saul Wold --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 2 ++ common/recipes-kernel/linux/linux-intel_4.9.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb index ab723cca..f4aff8c8 100644 --- a/common/recipes-kernel/linux/linux-intel-rt_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel-rt_4.9.bb @@ -18,6 +18,8 @@ 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}" + PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/common/recipes-kernel/linux/linux-intel_4.9.bb b/common/recipes-kernel/linux/linux-intel_4.9.bb index 12742f25..203bdcdc 100644 --- a/common/recipes-kernel/linux/linux-intel_4.9.bb +++ b/common/recipes-kernel/linux/linux-intel_4.9.bb @@ -9,6 +9,8 @@ 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}" + PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit v1.2.3-54-g00ecf