summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_4.14.bb3
-rw-r--r--recipes-kernel/linux/linux-toradex_3.10.40.bb3
2 files changed, 4 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
index 9a89ef1..e45b52f 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_4.14.bb
@@ -7,7 +7,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux-toradex-mainline-4.14:"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
-include conf/tdx_version.conf
LINUX_VERSION ?= "4.14.90"
@@ -103,3 +102,5 @@ do_uboot_mkimage_prepend() {
cd ${B}
}
+# defaults
+TDX_VER_ITEM ??= "0"
diff --git a/recipes-kernel/linux/linux-toradex_3.10.40.bb b/recipes-kernel/linux/linux-toradex_3.10.40.bb
index 4b1775c..e2048f2 100644
--- a/recipes-kernel/linux/linux-toradex_3.10.40.bb
+++ b/recipes-kernel/linux/linux-toradex_3.10.40.bb
@@ -5,7 +5,6 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
inherit kernel siteinfo
-include conf/tdx_version.conf
LINUX_VERSION ?= "3.10.40"
@@ -59,3 +58,5 @@ do_uboot_mkimage_prepend() {
cd ${B}
}
+# defaults
+TDX_VER_ITEM ??= "0"