summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/embeddedsw
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2023-03-02 12:48:15 -0700
committerMark Hatle <mark.hatle@amd.com>2023-04-10 09:03:22 -0700
commitda0d7e16c52fc160fe892973aaf22e3724d224a9 (patch)
tree946b284154934d0b204d7eddc0be88be67d34d80 /meta-xilinx-core/recipes-bsp/embeddedsw
parent07d7dc622e24cee1bc01d07df6c6c21dad03b73e (diff)
downloadmeta-xilinx-da0d7e16c52fc160fe892973aaf22e3724d224a9.tar.gz
psmfw: Disable buildpaths QA check for versal psm
TMPDIR buildpaths warning are observed in psmfw. WARNING: psmfw-1.0-r0 do_package_qa: QA Issue: File /boot/psmfw.elf in package psmfw contains reference to TMPDIR [buildpaths] Hence disable buildpaths QA check for versal psmfw. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/embeddedsw')
-rw-r--r--meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb
index 5a7695de..27f921b9 100644
--- a/meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb
+++ b/meta-xilinx-core/recipes-bsp/embeddedsw/psmfw.bb
@@ -57,6 +57,9 @@ addtask deploy before do_build after do_install
57INSANE_SKIP:${PN} = "arch" 57INSANE_SKIP:${PN} = "arch"
58INSANE_SKIP:${PN}-dbg = "arch" 58INSANE_SKIP:${PN}-dbg = "arch"
59 59
60# Disable buildpaths QA check warnings.
61INSANE_SKIP:${PN} += "buildpaths"
62
60SYSROOT_DIRS += "/boot" 63SYSROOT_DIRS += "/boot"
61FILES:${PN} = "/boot/${PN}.elf" 64FILES:${PN} = "/boot/${PN}.elf"
62 65