summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-04-18 10:47:06 -0700
committerSaul Wold <sgw@linux.intel.com>2017-04-18 10:47:06 -0700
commit112643bbb731a6ccac7f4f5bde7f78d8fa2f9c15 (patch)
treeae76a11043a89017ca8f954f12ff673605c3dd0e
parente5f79bf5afd7c101f0ecd49073c4521fe396ec4b (diff)
downloadmeta-intel-112643bbb731a6ccac7f4f5bde7f78d8fa2f9c15.tar.gz
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 <sgw@linux.intel.com>
-rw-r--r--common/recipes-kernel/linux/linux-intel-rt_4.9.bb2
-rw-r--r--common/recipes-kernel/linux/linux-intel_4.9.bb2
2 files changed, 4 insertions, 0 deletions
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
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"
19 19
20LINUX_VERSION ?= "4.9.20" 20LINUX_VERSION ?= "4.9.20"
21LINUX_VERSION_EXTENSION ?= "-intel-pk-${LINUX_KERNEL_TYPE}"
22
21 23
22PV = "${LINUX_VERSION}+git${SRCPV}" 24PV = "${LINUX_VERSION}+git${SRCPV}"
23 25
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
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}"
13
12 14
13PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
14 16