1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-01-11 15:00:39 +00:00

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 15:15:27 +00:00
committed by Jon Mason
parent 30d4078278
commit 9f2a8ed5eb

View File

@@ -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