mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2026-01-27 11:52:04 +01:00
Merge pull request #2417 from nxp-upstream/localversion
fsl-kernel-localversion: Fix duplicate LOCALVERSION
This commit is contained in:
commit
4034ea7990
|
|
@ -13,7 +13,8 @@ SCMVERSION ??= "y"
|
|||
LOCALVERSION ??= "+fslc"
|
||||
|
||||
# LINUX_VERSION_EXTENSION is used as CONFIG_LOCALVERSION by kernel-yocto class
|
||||
LINUX_VERSION_EXTENSION ?= "${LOCALVERSION}"
|
||||
LINUX_VERSION_EXTENSION ?= \
|
||||
"${@bb.utils.contains('SCMVERSION', 'y', '', '${LOCALVERSION}', d)}"
|
||||
|
||||
do_kernel_localversion[dirs] += "${S} ${B}"
|
||||
do_kernel_localversion() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user