diff options
| -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" | ||
