diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-03-02 12:48:17 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
| commit | abf67a6fa4fe7cf8469d84e53fe0fc07bf2d0eab (patch) | |
| tree | fac686ac98715d42747d31a11d6abe7fb484e12e | |
| parent | 76e11b8457168e622115cc68754e3fe0e89e94ea (diff) | |
| download | meta-xilinx-abf67a6fa4fe7cf8469d84e53fe0fc07bf2d0eab.tar.gz | |
pmufw: Disable buildpaths QA check for zynqmp pmufw
TMPDIR buildpaths warning are observed in zynqmp pmufw.
WARNING: pmufw-1.0-r0 do_package_qa: QA Issue: File /boot/pmufw.elf in package pmufw contains reference to TMPDIR [buildpaths]
Hence disable buildpaths QA check for zynqmp pmufw.
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/pmufw.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb index 53bdc416..913e9088 100644 --- a/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb +++ b/meta-xilinx-core/recipes-bsp/embeddedsw/pmufw.bb | |||
| @@ -55,6 +55,9 @@ addtask deploy before do_build after do_install | |||
| 55 | INSANE_SKIP:${PN} = "arch" | 55 | INSANE_SKIP:${PN} = "arch" |
| 56 | INSANE_SKIP:${PN}-dbg = "arch" | 56 | INSANE_SKIP:${PN}-dbg = "arch" |
| 57 | 57 | ||
| 58 | # Disable buildpaths QA check warnings. | ||
| 59 | INSANE_SKIP:${PN} += "buildpaths" | ||
| 60 | |||
| 58 | SYSROOT_DIRS += "/boot" | 61 | SYSROOT_DIRS += "/boot" |
| 59 | FILES:${PN} = "/boot/${PN}.elf" | 62 | FILES:${PN} = "/boot/${PN}.elf" |
| 60 | 63 | ||
