diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-12-15 15:47:06 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-15 15:47:06 -0300 |
| commit | 4034ea79900331fac0ca9437734c233990a7a7df (patch) | |
| tree | 1b803cf2239672b890ab860dd6e42195fa808c52 | |
| parent | 1f1dd28237aeaf07604a7f5d3c09819339c7be94 (diff) | |
| parent | e6a138da453e94b9042003b5959c6ac2d2ea7221 (diff) | |
| download | meta-freescale-4034ea79900331fac0ca9437734c233990a7a7df.tar.gz | |
Merge pull request #2417 from nxp-upstream/localversion
fsl-kernel-localversion: Fix duplicate LOCALVERSION
| -rw-r--r-- | classes/fsl-kernel-localversion.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/fsl-kernel-localversion.bbclass b/classes/fsl-kernel-localversion.bbclass index 9ef0a62f6..fae3fe1d9 100644 --- a/classes/fsl-kernel-localversion.bbclass +++ b/classes/fsl-kernel-localversion.bbclass | |||
| @@ -13,7 +13,8 @@ SCMVERSION ??= "y" | |||
| 13 | LOCALVERSION ??= "+fslc" | 13 | LOCALVERSION ??= "+fslc" |
| 14 | 14 | ||
| 15 | # LINUX_VERSION_EXTENSION is used as CONFIG_LOCALVERSION by kernel-yocto class | 15 | # LINUX_VERSION_EXTENSION is used as CONFIG_LOCALVERSION by kernel-yocto class |
| 16 | LINUX_VERSION_EXTENSION ?= "${LOCALVERSION}" | 16 | LINUX_VERSION_EXTENSION ?= \ |
| 17 | "${@bb.utils.contains('SCMVERSION', 'y', '', '${LOCALVERSION}', d)}" | ||
| 17 | 18 | ||
| 18 | do_kernel_localversion[dirs] += "${S} ${B}" | 19 | do_kernel_localversion[dirs] += "${S} ${B}" |
| 19 | do_kernel_localversion() { | 20 | do_kernel_localversion() { |
