u-boot-toradex: set uboot_suffix

See also commit 46c1c81 ("imx7s-warp: Set UBOOT_SUFFIX to imx").
Overwrite the new default from imx-base.inc.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
Max Krummenacher 2021-10-16 11:25:57 +02:00
parent 66165d89e9
commit cc7a94be03
4 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,7 @@ RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
IMX_DEFAULT_BOOTLOADER = "u-boot-toradex"
PREFERRED_RPROVIDER_u-boot-default-script = "u-boot-script-toradex"
UBOOT_SUFFIX = "img"
SPL_BINARY = "SPL"
# The SPL configures the DDR RAM depending on the module it runs on. Thus there
# is no need to distingush between the different module types.

View File

@ -24,6 +24,7 @@ PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
UBOOT_BINARY = "u-boot-nand.imx"
UBOOT_MAKE_TARGET = "u-boot.imx"
UBOOT_MACHINE ?= "colibri-imx6ull_defconfig"
UBOOT_SUFFIX = "imx"
IMAGE_FSTYPES += "tar.xz"
# wic support

View File

@ -37,6 +37,7 @@ PREFERRED_PROVIDER_u-boot-default-script ?= "u-boot-script-toradex"
UBOOT_BINARY = "u-boot-nand.imx"
UBOOT_MAKE_TARGET = "u-boot.imx"
UBOOT_MACHINE ?= "colibri_imx7_defconfig"
UBOOT_SUFFIX = "imx"
IMAGE_FSTYPES += "tar.xz"
# wic support

View File

@ -41,6 +41,7 @@ PREFERRED_VERSION_weston:use-nxp-bsp = ""
UBOOT_BINARY = "u-boot-nand.imx"
UBOOT_MAKE_TARGET = "u-boot.imx"
UBOOT_MACHINE ?= "colibri_vf_defconfig"
UBOOT_SUFFIX = "imx"
IMAGE_FSTYPES += "tar.xz ubifs"
# wic support