mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-01 13:58:05 +00:00
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>
This commit is contained in:
parent
e5f79bf5af
commit
112643bbb7
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user