summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 14:19:35 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 16:15:45 +0100
commit66c22f7afe8cca8e7107f8940f831f5d3073758b (patch)
treeed87169eea6fcdd6c0d0de60000752eacd4fedd4 /recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend
parent0680d4fbd8f543861549c66cf9602edd29447b66 (diff)
u-boot-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-bsp/u-boot/u-boot-toradex_2016.11.bbappend')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend
index 62366cc..d2d1ffd 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend
+++ b/recipes-bsp/u-boot/u-boot-toradex_2016.11.bbappend
@@ -1,5 +1,4 @@
require recipes-bsp/u-boot/u-boot-toradex-env.inc
-include conf/tdx_version.conf
LOCALVERSION = "-${TDX_VER_ITEM}"
@@ -8,3 +7,5 @@ SRCBRANCH = "2016.11-toradex"
SRCREV_use-head-next = "${AUTOREV}"
SRCBRANCH_use-head-next = "2016.11-toradex-next"
+# defaults
+TDX_VER_ITEM ??= "0"