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-04-10 09:03:22 -0700 |
| commit | da0d7e16c52fc160fe892973aaf22e3724d224a9 (patch) | |
| tree | 946b284154934d0b204d7eddc0be88be67d34d80 | |
| parent | 07d7dc622e24cee1bc01d07df6c6c21dad03b73e (diff) | |
| download | meta-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>
| -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 | ||
