mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-08 05:09:56 +00:00
arm/hafnium: ignore buildpath warnings
Latest oe-core has enabled the buildpaths QA check, which warns if the build paths are present inside binaries. This is because build paths in deployed binaries is both information leakage and non-reproducible. Until this is fixed, skip this check. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -59,6 +59,8 @@ FILES:${PN}-dbg = "/firmware/*.elf"
|
||||
SYSROOT_DIRS += "/firmware"
|
||||
INSANE_SKIP:${PN} = "ldflags"
|
||||
INSANE_SKIP:${PN}-dbg = "ldflags"
|
||||
# Build paths are currently embedded
|
||||
INSANE_SKIP:${PN}-dbg += "buildpaths"
|
||||
|
||||
do_deploy() {
|
||||
cp -rf ${D}/firmware/* ${DEPLOYDIR}/
|
||||
|
||||
Reference in New Issue
Block a user