1
0
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:
Ross Burton
2021-10-04 20:56:09 +01:00
committed by Jon Mason
parent dc1a435f00
commit 55e845b3e7

View File

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