mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-06 04:42:16 +00:00
arm/hafnium: package the ELF in hafnium-dbg
The .elf is only useful for debugging, so put it in the dbg package. Change-Id: If2802e4cf8303e7e8258e81b580a43bdecfa3a0a Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -47,10 +47,11 @@ do_install() {
|
||||
done
|
||||
}
|
||||
|
||||
FILES:${PN} = "/firmware"
|
||||
FILES:${PN} = "/firmware/*.bin"
|
||||
FILES:${PN}-dbg = "/firmware/*.elf"
|
||||
SYSROOT_DIRS += "/firmware"
|
||||
# skip QA tests: {'ldflags'}
|
||||
INSANE_SKIP:${PN} = "ldflags"
|
||||
INSANE_SKIP:${PN}-dbg = "ldflags"
|
||||
|
||||
do_deploy() {
|
||||
cp -rf ${D}/firmware/* ${DEPLOYDIR}/
|
||||
|
||||
Reference in New Issue
Block a user