summaryrefslogtreecommitdiffstats
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-03-03 10:50:38 -0600
commitc9af4d1cb7275b6aaad7d4f2345fd817b9581153 (patch)
tree87a49bacf3761e934a8ec9b38a538989dfb1afbb
parent48337220eb39b7b1e1c38d93cd74f0c7cd8153fa (diff)
downloadmeta-xilinx-c9af4d1cb7275b6aaad7d4f2345fd817b9581153.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>
-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