summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-common.inc
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-12-02 15:04:34 +0000
committerStefan Agner <stefan.agner@toradex.com>2019-12-18 12:02:49 +0000
commitf8ebc80f28f4b12c1d502e7614087b5a1d49f60d (patch)
tree5befe92f02aae48840f39b8c24d75a6f1dfe2975 /recipes-bsp/u-boot/u-boot-toradex-common.inc
parent93c347b68b257f4440094269381dceb521a692b7 (diff)
u-boot-toradex: use new versioning
Use toradex-u-boot-localversion class to implement the new versioning scheme for U-Boot. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-common.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-common.inc7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-common.inc b/recipes-bsp/u-boot/u-boot-toradex-common.inc
index f29d67e..780f817 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-common.inc
+++ b/recipes-bsp/u-boot/u-boot-toradex-common.inc
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=30503fd321432fc713238f582193b78e"
PE = "1"
PV = "2019.07+git${SRCPV}"
-LOCALVERSION = "-${TDX_VER_ITEM}"
-inherit fsl-u-boot-localversion
+LOCALVERSION = "-${TDX_VERSION}"
+inherit toradex-u-boot-localversion
# We use the revision in order to avoid having to fetch it from the
# repo during parse
@@ -21,9 +21,6 @@ SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=https;branch=${SRCB
S = "${WORKDIR}/git"
-# defaults
-TDX_VER_ITEM ??= "0"
-
do_deploy_append_mx8m() {
# Deploy the mkimage, u-boot-nodtb.bin and fsl-imx8m*-XX.dtb for mkimage to generate boot binary
if [ -n "${UBOOT_CONFIG}" ]