From 06e730f037ada9aa01656782a6cb3fb62e9b3044 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Sun, 9 Aug 2020 10:12:05 +0200 Subject: image_type_tezi.bbclass: drop UBOOT_BINARY It's useless and would be overridden by the same definition in imx-base.inc of meta-freescale layer. Related-to: ELB-2553 Signed-off-by: Ming Liu --- classes/image_type_tezi.bbclass | 1 - 1 file changed, 1 deletion(-) diff --git a/classes/image_type_tezi.bbclass b/classes/image_type_tezi.bbclass index 1b1ed1c..5d505e3 100644 --- a/classes/image_type_tezi.bbclass +++ b/classes/image_type_tezi.bbclass @@ -27,7 +27,6 @@ TEZI_CONFIG_FORMAT ??= "2" TEZI_EXTERNAL_KERNEL_DEVICETREE ??= "" TEZI_EXTERNAL_KERNEL_DEVICETREE_BOOT ??= "" TORADEX_FLASH_TYPE ??= "emmc" -UBOOT_BINARY ??= "u-boot.${UBOOT_SUFFIX}" UBOOT_BINARY_TEZI_EMMC ?= "${UBOOT_BINARY}" UBOOT_BINARY_TEZI_RAWNAND ?= "${UBOOT_BINARY}" UBOOT_ENV_TEZI ?= "${@ 'u-boot-initial-env-%s' % d.getVar('UBOOT_CONFIG') if d.getVar('UBOOT_CONFIG') else 'u-boot-initial-env'}" -- cgit v1.2.3