arm/trusted-firmware-a: Include *.dtb in package

The TF-A can install files with dtb extension. This is not handled in
the firmware.bbclass so append it here.

Signed-off-by: Bence Balogh <bence.balogh@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Bence Balogh
2025-12-19 11:00:04 -05:00
committed by Jon Mason
parent 30d4078278
commit 9f2a8ed5eb
@@ -229,6 +229,10 @@ do_install() {
done
}
# The firmware.bbclass only adds *.bin files by default but TF-A could install
# files with dtb extension
FILES:${PN} += "${FIRMWARE_DIR}/*.dtb"
# Skip QA check for relocations in .text of elf binaries
INSANE_SKIP:${PN}-dbg += "textrel"
# Build paths are currently embedded