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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user