summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/kernel-arch.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes-recipe/kernel-arch.bbclass')
-rw-r--r--meta/classes-recipe/kernel-arch.bbclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/classes-recipe/kernel-arch.bbclass b/meta/classes-recipe/kernel-arch.bbclass
index df4884b6c4..b0db99faa3 100644
--- a/meta/classes-recipe/kernel-arch.bbclass
+++ b/meta/classes-recipe/kernel-arch.bbclass
@@ -79,11 +79,3 @@ KERNEL_AR = "${CCACHE}${HOST_PREFIX}ar ${HOST_AR_KERNEL_ARCH}"
79KERNEL_OBJCOPY = "${CCACHE}${HOST_PREFIX}objcopy ${HOST_OBJCOPY_KERNEL_ARCH}" 79KERNEL_OBJCOPY = "${CCACHE}${HOST_PREFIX}objcopy ${HOST_OBJCOPY_KERNEL_ARCH}"
80KERNEL_STRIP = "${CCACHE}${HOST_PREFIX}strip ${HOST_STRIP_KERNEL_ARCH}" 80KERNEL_STRIP = "${CCACHE}${HOST_PREFIX}strip ${HOST_STRIP_KERNEL_ARCH}"
81TOOLCHAIN ?= "gcc" 81TOOLCHAIN ?= "gcc"
82
83# 6.3+ requires the variable LOCALVERSION to be set to not get a "+" in
84# the local version. Having it empty means nothing will be added, and any
85# value will be appended to the local kernel version. This replaces the
86# use of .scmversion file for setting a localversion without using
87# the CONFIG_LOCALVERSION option.
88KERNEL_LOCALVERSION ??= ""
89export LOCALVERSION ?= "${KERNEL_LOCALVERSION}"