diff options
-rw-r--r-- | meta-xilinx-core/recipes-bsp/u-boot/u-boot-xlnx-microblaze.inc | 4 |
1 files changed, 2 insertions, 2 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 1f6781b6..57c00c6e 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 | |||
@@ -2,5 +2,5 @@ SRC_URI += " \ | |||
2 | file://microblaze-generic.cfg \ | 2 | file://microblaze-generic.cfg \ |
3 | " | 3 | " |
4 | 4 | ||
5 | # Disable buildpaths QA check warnings for u-boot-xlnx.elf. | 5 | # Disable buildpaths and arch QA check warnings for u-boot-xlnx.elf. |
6 | INSANE_SKIP:${PN}-elf += "buildpaths" | 6 | INSANE_SKIP:${PN}-elf += "buildpaths arch" |