summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-ti_6.6.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-kernel/linux/linux-toradex-ti_6.6.bb b/recipes-kernel/linux/linux-toradex-ti_6.6.bb
index d3eb39e..abb8fae 100644
--- a/recipes-kernel/linux/linux-toradex-ti_6.6.bb
+++ b/recipes-kernel/linux/linux-toradex-ti_6.6.bb
@@ -31,14 +31,6 @@ SRCREV_machine:use-head-next = "${AUTOREV}"
PV = "${LINUX_VERSION}+git${SRCPV}"
-def get_linux_base_version(d):
- linux_version = d.getVar('LINUX_VERSION')
- if '-rt' in linux_version:
- return linux_version.split('-rt')[0]
- return linux_version
-
-CVE_VERSION = "${@get_linux_base_version(d)}"
-
DEPENDS += "bc-native"
COMPATIBLE_MACHINE = "k3"