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