summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-standalone-experimental/classes/esw.bbclass8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-standalone-experimental/classes/esw.bbclass b/meta-xilinx-standalone-experimental/classes/esw.bbclass
index 2f4d7277..a08e04fb 100644
--- a/meta-xilinx-standalone-experimental/classes/esw.bbclass
+++ b/meta-xilinx-standalone-experimental/classes/esw.bbclass
@@ -95,6 +95,14 @@ do_install() {
95CFLAGS:append = " ${ESW_CFLAGS}" 95CFLAGS:append = " ${ESW_CFLAGS}"
96EXTRA_OECMAKE += "-DYOCTO=ON" 96EXTRA_OECMAKE += "-DYOCTO=ON"
97 97
98do_configure:prepend() {
99 (
100 cd ${S}
101 lopper ${DTS_FILE} -- bmcmake_metadata_xlnx ${ESW_MACHINE} ${S}/lib/bsp/standalone/src/ hwcmake_metadata ${S}
102 install -m 0755 StandaloneExample.cmake ${S}/cmake/Findcommonmeta.cmake
103 )
104}
105
98# We need to find the license file, which vaires depending on the component 106# We need to find the license file, which vaires depending on the component
99# recurse a maximum of x times, could be fancier but it gets complicated since 107# recurse a maximum of x times, could be fancier but it gets complicated since
100# we dont know for certain we are running devtool or just externalsrc 108# we dont know for certain we are running devtool or just externalsrc