diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-12-08 17:45:55 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-12-08 18:05:26 -0700 |
commit | 329a3d6fc7abd11a158e4e88e3b3b26ebab78057 (patch) | |
tree | 9728856f4a331b7e6ddad937ece12dee53cfe8ed | |
parent | ec48ad7db0f95bb57a3523e0e0a5b09e135c61bf (diff) | |
download | meta-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.bb | 2 |
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 | ||
19 | inherit cmake pkgconfig | 19 | inherit cmake pkgconfig |
20 | 20 | ||
21 | BBCLASSEXTEND = "native nativesdk" | ||
22 | |||
23 | PACKAGECONFIG ??= "aie" | 21 | PACKAGECONFIG ??= "aie" |
24 | PACKAGECONFIG[aie] = ",,libxaiengine aiefal,libxaiengine aiefal" | 22 | PACKAGECONFIG[aie] = ",,libxaiengine aiefal,libxaiengine aiefal" |
25 | 23 | ||