summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 16:23:24 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 19:17:01 +0100
commitcc586019efb65a67f88e07f2a9afb84befc92a38 (patch)
tree22674463b83c40a9aed0e83f00e0f5ffa3658253
parent642ef765d16a1ea4c78b6c8781a33e5cb4de4bc4 (diff)
linux-toradex: drop include tdx_version.conf
Variables from tdx_version.conf are now provided by the distro. Add defaults in case someone doesn't use our distro. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-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"