summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Takasi <mtakasi@amd.com>2024-07-10 22:59:43 +0530
committerMark Hatle <mark.hatle@amd.com>2024-11-21 10:43:44 -0600
commit10c6793fd2c98c63dc53efb3ab0f94276fc694fd (patch)
tree0ba2b083516c5b441ff4b06faeafd90c69063807
parent50da53810a080b89758cdb796c79ce1bffa0cece (diff)
downloadmeta-xilinx-10c6793fd2c98c63dc53efb3ab0f94276fc694fd.tar.gz
Add missing compatible string for versal-net in xrt_*.bb file.
Signed-off-by: Manoj Takasi <mtakasi@amd.com> Also added 202310 and 202320 version. (202410 already had the entry) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb1
-rw-r--r--meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb
index 3c93789f..8a78d2f9 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_202310.2.15.0.bb
@@ -15,6 +15,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=da5408f748bce8a9851dac18e66f4bcf \
15COMPATIBLE_MACHINE ?= "^$" 15COMPATIBLE_MACHINE ?= "^$"
16COMPATIBLE_MACHINE:zynqmp = ".*" 16COMPATIBLE_MACHINE:zynqmp = ".*"
17COMPATIBLE_MACHINE:versal = ".*" 17COMPATIBLE_MACHINE:versal = ".*"
18COMPATIBLE_MACHINE:versal-net = ".*"
18 19
19S = "${UNPACKDIR}/git/src" 20S = "${UNPACKDIR}/git/src"
20 21
diff --git a/meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb b/meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb
index e14f03c1..abb0190d 100644
--- a/meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb
+++ b/meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb
@@ -16,6 +16,7 @@ LIC_FILES_CHKSUM = "file://../LICENSE;md5=de2c993ac479f02575bcbfb14ef9b485 \
16COMPATIBLE_MACHINE ?= "^$" 16COMPATIBLE_MACHINE ?= "^$"
17COMPATIBLE_MACHINE:zynqmp = ".*" 17COMPATIBLE_MACHINE:zynqmp = ".*"
18COMPATIBLE_MACHINE:versal = ".*" 18COMPATIBLE_MACHINE:versal = ".*"
19COMPATIBLE_MACHINE:versal-net = ".*"
19 20
20S = "${UNPACKDIR}/git/src" 21S = "${UNPACKDIR}/git/src"
21 22