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-03-03 10:50:38 -0600 |
| commit | 57ad1c3eb99cba80181db8f10436fe470f3c7325 (patch) | |
| tree | a91aa99c318eb99d0221dd3715444cfa6d3bdf94 | |
| parent | 57e270d27e540cbb20ae8d0d969c76ff59a485a2 (diff) | |
| download | meta-xilinx-57ad1c3eb99cba80181db8f10436fe470f3c7325.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 | ||
