Skip to content

Commit

Permalink
imx-base: Avoid unnecessary device tree blob files.
Browse files Browse the repository at this point in the history
When using fitImage as kernel image type the fitImage already contains the
device tree blob files. So, it's not necessary to add them to the image
boot files.

Signed-off-by: Weisser, Pascal <[email protected]>
(cherry picked from commit cec6d45)
  • Loading branch information
pasweistorz authored and github-actions[bot] committed Jan 13, 2025
1 parent a839e9e commit 3d6f1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/machine/include/imx-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}"

IMAGE_BOOT_FILES ?= " \
${KERNEL_IMAGETYPE} \
${@make_dtb_boot_files(d)} \
${@bb.utils.contains('KERNEL_IMAGETYPE', 'fitImage', '', '${@make_dtb_boot_files(d)}', d)} \
${@bb.utils.contains('MACHINE_FEATURES', 'optee', '${OPTEE_BOOT_IMAGE}', '', d)} \
"

Expand Down

0 comments on commit 3d6f1b0

Please sign in to comment.