From e6833972f20c741eb0d8a63f79faa1fd00f98a4e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 30 Aug 2022 11:47:38 +0200 Subject: u-boot-toradex: use a unified environment file name Keep the file name with the inital U-Boot environment variables constant, independent of the recipe name U-Boot is built with. Our image creation and libubootenv expect a fixed name. Related-to: ELB-4680 Signed-off-by: Max Krummenacher --- recipes-bsp/u-boot/u-boot-toradex_2022.07.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-bsp') diff --git a/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb b/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb index ce260c9..51473a5 100644 --- a/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb +++ b/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb @@ -34,6 +34,8 @@ SRC_URI:append:use-nxp-bsp:colibri-imx7 = " \ inherit toradex-u-boot-localversion +UBOOT_INITIAL_ENV = "u-boot-initial-env" + PADDING_DIR = "${B}" nand_padding () { # pad the end of U-Boot with 0x00 up to the the end of the CSF area -- cgit v1.2.3