diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-03-02 12:48:14 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
| commit | 07d7dc622e24cee1bc01d07df6c6c21dad03b73e (patch) | |
| tree | befc4170db00238c93658198481f55344e9e357c | |
| parent | 41f3632211e1e738fe62cb44ef739cc3ce1bdd90 (diff) | |
| download | meta-xilinx-07d7dc622e24cee1bc01d07df6c6c21dad03b73e.tar.gz | |
plmfw: Disable buildpaths QA check for versal plm
TMPDIR buildpaths warning are observed in plmfw.
WARNING: plmfw-1.0-r0 do_package_qa: QA Issue: File /boot/plmfw.elf in package plmfw contains reference to TMPDIR [buildpaths]
Hence disable buildpaths QA check for versal plmfw.
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/plmfw.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb b/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb index 3ab694e6..d398ca88 100644 --- a/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.bb +++ b/meta-xilinx-core/recipes-bsp/embeddedsw/plmfw.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 | ||
