diff options
author | Maxim Paymushkin <bmx666@users.noreply.github.com> | 2023-02-27 21:26:44 +0100 |
---|---|---|
committer | Daiane Angolini <daiane.angolini@foundries.io> | 2023-09-22 17:08:10 -0300 |
commit | 45db18727813b50b8f16a04830f82f7280f55591 (patch) | |
tree | 904a757688af0da26f3b8bd6a033473641c19556 /classes/imx-boot-container.bbclass | |
parent | 66552db05b59eecd551a1cf2f94cfaf9239a7379 (diff) | |
download | meta-freescale-45db18727813b50b8f16a04830f82f7280f55591.tar.gz |
u-boot-imx: deploy multiple boot images for i.MX 8M
if env UBOOT_CONFIG contains multiple U-boot configurations,
then "do_deploy_append_mx8m" always returns an error due to
installing the same dtb-file defined in env UBOOT_DTB_NAME.
Even env UBOOT_DTB_NAME contains the same dtb-name for all
U-boot configs it can not be used without an extra suffix
(U-boot config) because different U-boot configs can
generate different dtb files based on the same dts file.
In case different UBOOT_DTB_NAMEs are used in U-boot
configurations, then the same flags for env UBOOT_DTB_NAME
must be used in the machine configuration as in
U-boot configurations.
UBOOT_CONFIG = "a b"
UBOOT_DTB_NAME[a] = "a.dtb"
UBOOT_DTB_NAME[b] = "b.dtb"
See PR #1439 and #1642
Signed-off-by: Maxim Paymushkin <maxim.paymushkin@gmail.com>
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
Diffstat (limited to 'classes/imx-boot-container.bbclass')
0 files changed, 0 insertions, 0 deletions