summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-06-02 11:42:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-06-18 16:56:01 +0200
commit65a3bc7ee22e0d26ab301e842b84ea88b947facd (patch)
treecaf8b009b7359e3c375f887035880b1994ee8a8a /recipes-kernel
parentea731698b8f128399b027aa85e3ff49e4f8d1e3f (diff)
linux-toradex: set LINUX_VERSION
linux-imx.inc uses this variable and fails if it is not set. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb b/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
index 750c7c4..fe3e656 100644
--- a/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
+++ b/recipes-kernel/linux/linux-toradex_4.14-2.3.x.bb
@@ -12,6 +12,10 @@ SRC_URI = " \
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
inherit toradex-kernel-localversion
+LINUX_VERSION = "4.14.170"
+# skip, as with use-head-next LINUX_VERSION might be set wrongly
+KERNEL_VERSION_SANITY_SKIP_use-head-next = "1"
+
# Make sure to override LOCALVERSION in linux-imx.inc
LOCALVERSION = "-${TDX_VERSION}"
PV_append = "+git${SRCPV}"