diff options
-rw-r--r-- | meta-xilinx-standalone-experimental/classes-recipe/esw.bbclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-xilinx-standalone-experimental/classes-recipe/esw.bbclass b/meta-xilinx-standalone-experimental/classes-recipe/esw.bbclass index a299fc9c..7d0a2e5d 100644 --- a/meta-xilinx-standalone-experimental/classes-recipe/esw.bbclass +++ b/meta-xilinx-standalone-experimental/classes-recipe/esw.bbclass | |||
@@ -1,9 +1,9 @@ | |||
1 | PV = "${ESW_VER}" | ||
2 | |||
3 | inherit python3native xlnx-embeddedsw pkgconfig cmake | 1 | inherit python3native xlnx-embeddedsw pkgconfig cmake |
4 | 2 | ||
5 | # It is unclear why the following is needed, but without this cmake/ninja | 3 | # Poky always tries to enable EXPORT_COMPILE_COMMANDS, but ESW changes |
6 | # will generate: -isystem /usr/include which will cause a build failure. | 4 | # behavior when this is enabled and will generate: |
5 | # -isystem /usr/include | ||
6 | # which will cause a build failures. | ||
7 | OECMAKE_ARGS:remove = "-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON" | 7 | OECMAKE_ARGS:remove = "-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON" |
8 | 8 | ||
9 | SRCREV_FORMAT = "src_decouple" | 9 | SRCREV_FORMAT = "src_decouple" |