summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_4.4.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:58:48 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 16:15:45 +0100
commit0680d4fbd8f543861549c66cf9602edd29447b66 (patch)
treee85d78701c6a0fe521d6aa2a4bf442d1d74ca9d3 /recipes-kernel/linux/linux-toradex_4.4.bbappend
parent526955065f90934ec829cfe3dc18de938497b062 (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>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_4.4.bbappend')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.4.bbappend5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.4.bbappend b/recipes-kernel/linux/linux-toradex_4.4.bbappend
index 1d37124..99daf79 100644
--- a/recipes-kernel/linux/linux-toradex_4.4.bbappend
+++ b/recipes-kernel/linux/linux-toradex_4.4.bbappend
@@ -1,5 +1,3 @@
-include conf/tdx_version.conf
-
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-toradex-4.4:"
LOCALVERSION = "-${TDX_VER_ITEM}"
@@ -8,3 +6,6 @@ SRCREV = "09733c33a1e232097653c96bd788848129c95c7e"
SRCBRANCH = "toradex_vf_4.4"
SRCREV_use-head-next = "${AUTOREV}"
SRCBRANCH_use-head-next = "toradex_vf_4.4-next"
+
+# defaults
+TDX_VER_ITEM ??= "0"