summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-standalone-experimental/classes-recipe/esw.bbclass8
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 @@
1PV = "${ESW_VER}"
2
3inherit python3native xlnx-embeddedsw pkgconfig cmake 1inherit 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.
7OECMAKE_ARGS:remove = "-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON" 7OECMAKE_ARGS:remove = "-DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=ON"
8 8
9SRCREV_FORMAT = "src_decouple" 9SRCREV_FORMAT = "src_decouple"