diff options
author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-03-02 12:48:15 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-03-03 10:50:38 -0600 |
commit | c9af4d1cb7275b6aaad7d4f2345fd817b9581153 (patch) | |
tree | 87a49bacf3761e934a8ec9b38a538989dfb1afbb | |
parent | 48337220eb39b7b1e1c38d93cd74f0c7cd8153fa (diff) | |
download | meta-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.bb | 3 |
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 | |||
57 | INSANE_SKIP:${PN} = "arch" | 57 | INSANE_SKIP:${PN} = "arch" |
58 | INSANE_SKIP:${PN}-dbg = "arch" | 58 | INSANE_SKIP:${PN}-dbg = "arch" |
59 | 59 | ||
60 | # Disable buildpaths QA check warnings. | ||
61 | INSANE_SKIP:${PN} += "buildpaths" | ||
62 | |||
60 | SYSROOT_DIRS += "/boot" | 63 | SYSROOT_DIRS += "/boot" |
61 | FILES:${PN} = "/boot/${PN}.elf" | 64 | FILES:${PN} = "/boot/${PN}.elf" |
62 | 65 | ||