mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-31 12:50:02 +00:00
arm/trusted-firmware-a: put .elf output into trusted-firmware-a-dbg
The .elf output files are for debugging purposes, so put them into the -dbg package to make this clear. Change-Id: I5d70b2421b06eed0483f8ef508cf535ec70abc63 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -223,8 +223,10 @@ do_install() {
|
|||||||
|
|
||||||
FILES_${PN} = "/firmware"
|
FILES_${PN} = "/firmware"
|
||||||
SYSROOT_DIRS += "/firmware"
|
SYSROOT_DIRS += "/firmware"
|
||||||
|
|
||||||
|
FILES_${PN}-dbg = "/firmware/*.elf"
|
||||||
# Skip QA check for relocations in .text of elf binaries
|
# Skip QA check for relocations in .text of elf binaries
|
||||||
INSANE_SKIP_${PN} = "textrel"
|
INSANE_SKIP_${PN}-dbg = "textrel"
|
||||||
|
|
||||||
do_deploy() {
|
do_deploy() {
|
||||||
cp -rf ${D}/firmware/* ${DEPLOYDIR}/
|
cp -rf ${D}/firmware/* ${DEPLOYDIR}/
|
||||||
|
|||||||
Reference in New Issue
Block a user