summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-01-13 17:27:30 -0300
committerGitHub <noreply@github.com>2025-01-13 17:27:30 -0300
commited0e245c9f0f50a393e55fdf92228fff52e73710 (patch)
tree39d3cf7eae53679524ee18421560695d132db133
parenta839e9ebe75e2bfd53024e5132414481c0a72bf7 (diff)
parent3d6f1b0e3a4904438efaff51f146472c39654907 (diff)
downloadmeta-freescale-ed0e245c9f0f50a393e55fdf92228fff52e73710.tar.gz
Merge pull request #2066 from Freescale/backport-2060-to-scarthgap
[Backport scarthgap] imx-base: Avoid unnecessary device tree blob files
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index baca3fc4..32da2ea5 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -637,7 +637,7 @@ IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"
637 637
638IMAGE_BOOT_FILES ?= " \ 638IMAGE_BOOT_FILES ?= " \
639 ${KERNEL_IMAGETYPE} \ 639 ${KERNEL_IMAGETYPE} \
640 ${@make_dtb_boot_files(d)} \ 640 ${@bb.utils.contains('KERNEL_IMAGETYPE', 'fitImage', '', '${@make_dtb_boot_files(d)}', d)} \
641 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', '${OPTEE_BOOT_IMAGE}', '', d)} \ 641 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', '${OPTEE_BOOT_IMAGE}', '', d)} \
642" 642"
643 643