summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-12-08 17:45:55 -0700
committerMark Hatle <mark.hatle@amd.com>2024-12-08 18:05:26 -0700
commit329a3d6fc7abd11a158e4e88e3b3b26ebab78057 (patch)
tree9728856f4a331b7e6ddad937ece12dee53cfe8ed
parentec48ad7db0f95bb57a3523e0e0a5b09e135c61bf (diff)
downloadmeta-xilinx-329a3d6fc7abd11a158e4e88e3b3b26ebab78057.tar.gz
xrt: 202420.2.18.0 only builds for the target
Due to various DEPENDS this recipe no longer builds native or nativesdk. References to both were removed in the past, so this should no longer be needed. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt_202420.2.18.0.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_202420.2.18.0.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_202420.2.18.0.bb
index d538f947..0df1da62 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_202420.2.18.0.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_202420.2.18.0.bb
@@ -18,8 +18,6 @@ S = "${WORKDIR}/git/src"
18 18
19inherit cmake pkgconfig 19inherit cmake pkgconfig
20 20
21BBCLASSEXTEND = "native nativesdk"
22
23PACKAGECONFIG ??= "aie" 21PACKAGECONFIG ??= "aie"
24PACKAGECONFIG[aie] = ",,libxaiengine aiefal,libxaiengine aiefal" 22PACKAGECONFIG[aie] = ",,libxaiengine aiefal,libxaiengine aiefal"
25 23