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