commit 68b28eb679c84 (xrt_git:zocl_git:update commitid) introduced the
syntax of XXX:append += "YYY", based on the bitbake commit
"bitbake: parse/ast: Show warnings for append/prepend/remove operators combined
with +=/.="
https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=02f36dc832ae786dd0f790d86820611a71f0b960
Replace the syntax of XXX:append += "YYY" to avoid the warnings:
WARNING: EXTRA_OECMAKE:append:versal-ai-core += is not a recommended operator
combination, please replace it.
WARNING: TARGET_CXXFLAGS:append:versal-ai-core += is not a recommended operator
combination, please replace it.
WARNING: DEPENDS:append:versal-ai-core += is not a recommended operator
combination, please replace it.
WARNING: RDEPENDS:${PN}:append:versal-ai-core += is not a recommended operator
combination, please replace it.
WARNING: EXTRA_OECMAKE:append:versal += is not a recommended operator
combination, please replace it.
WARNING: EXTRA_OECMAKE:append:zynqmp += is not a recommended operator
combination, please replace it.
WARNING: DEPENDS:append:versal += is not a recommended operator combination,
please replace it.
WARNING: DEPENDS:append:zynqmp += is not a recommended operator combination,
please replace it.
Signed-off-by: Xulin Sun <[email protected]>
---
meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
index 6ba6beab..859a9440 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_git.bb
@@ -26,14 +26,14 @@ EXTRA_OECMAKE += " \
-DCMAKE_EXPORT_COMPILE_COMANDS=ON \
"
PACKAGE_ARCH:versal-ai-core = "${SOC_VARIANT_ARCH}"
-EXTRA_OECMAKE:append:versal-ai-core += "-DXRT_AIE_BUILD=true"
-TARGET_CXXFLAGS:append:versal-ai-core += "-DXRT_ENABLE_AIE"
-DEPENDS:append:versal-ai-core += " libmetal libxaiengine aiefal"
-RDEPENDS:${PN}:append:versal-ai-core += " libxaiengine aiefal"
-EXTRA_OECMAKE:append:versal += "-DXRT_LIBDFX=true"
-EXTRA_OECMAKE:append:zynqmp += "-DXRT_LIBDFX=true"
-DEPENDS:append:versal += "libdfx"
-DEPENDS:append:zynqmp += "libdfx"
+EXTRA_OECMAKE:append:versal-ai-core = " -DXRT_AIE_BUILD=true"
+TARGET_CXXFLAGS:append:versal-ai-core = " -DXRT_ENABLE_AIE"
+DEPENDS:append:versal-ai-core = " libmetal libxaiengine aiefal"
+RDEPENDS:${PN}:append:versal-ai-core = " libxaiengine aiefal"
+EXTRA_OECMAKE:append:versal = " -DXRT_LIBDFX=true"
+EXTRA_OECMAKE:append:zynqmp = " -DXRT_LIBDFX=true"
+DEPENDS:append:versal = " libdfx"
+DEPENDS:append:zynqmp = " libdfx"
FILES_SOLIBSDEV = ""
--
2.36.0
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5024):
https://lists.yoctoproject.org/g/meta-xilinx/message/5024
Mute This Topic: https://lists.yoctoproject.org/mt/91010326/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-