diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> | 2023-03-02 12:48:19 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-04-10 09:03:22 -0700 |
| commit | 37d145ece60bd33a39762ceb2b2d0a7b4c1efd75 (patch) | |
| tree | 94f721dccef9906e2dc59e4ee2638b32040e95c1 | |
| parent | 4bc69eb41a0f779b40580ef3e5b0ec44b9429c23 (diff) | |
| download | meta-xilinx-37d145ece60bd33a39762ceb2b2d0a7b4c1efd75.tar.gz | |
u-boot-xlnx-microblaze: Disable buildpaths QA check for u-boot elf
TMPDIR buildpaths warning are observed in microblaze u-boot.elf
WARNING: u-boot-xlnx-1_v2021.01-xilinx-v2022.2+gitAUTOINC+f32d07b9b5-r0 do_package_qa: QA Issue: File /boot/u-boot-kcu105-microblazeel-v2021.01-xilinx-v2022.2+gitAUTOINC+f32d07b9b5-r0.elf in package u-boot-xlnx-elf contains reference to TMPDIR [buildpaths]
Hence disable buildpaths QA check for microblaze u-boot-elf package.
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/u-boot/u-boot-xlnx-microblaze.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc index 6b56bf41..2ef7b9cf 100644 --- a/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc +++ b/meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc | |||
| @@ -5,4 +5,7 @@ SRC_URI += " \ | |||
| 5 | 5 | ||
| 6 | do_configure:prepend () { | 6 | do_configure:prepend () { |
| 7 | install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ | 7 | install ${WORKDIR}/microblaze-generic-top.h ${S}/include/configs/ |
| 8 | } \ No newline at end of file | 8 | } |
| 9 | |||
| 10 | # Disable buildpaths QA check warnings for u-boot-xlnx.elf. | ||
| 11 | INSANE_SKIP:${PN}-elf += "buildpaths" | ||
