diff options
author | Manoj Takasi <mtakasi@amd.com> | 2024-07-10 22:59:43 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-11-21 10:43:44 -0600 |
commit | 10c6793fd2c98c63dc53efb3ab0f94276fc694fd (patch) | |
tree | 0ba2b083516c5b441ff4b06faeafd90c69063807 | |
parent | 50da53810a080b89758cdb796c79ce1bffa0cece (diff) | |
download | meta-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.bb | 1 | ||||
-rw-r--r-- | meta-xilinx-core/recipes-xrt/xrt/xrt_202320.2.16.0.bb | 1 |
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 \ | |||
15 | COMPATIBLE_MACHINE ?= "^$" | 15 | COMPATIBLE_MACHINE ?= "^$" |
16 | COMPATIBLE_MACHINE:zynqmp = ".*" | 16 | COMPATIBLE_MACHINE:zynqmp = ".*" |
17 | COMPATIBLE_MACHINE:versal = ".*" | 17 | COMPATIBLE_MACHINE:versal = ".*" |
18 | COMPATIBLE_MACHINE:versal-net = ".*" | ||
18 | 19 | ||
19 | S = "${UNPACKDIR}/git/src" | 20 | S = "${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 \ | |||
16 | COMPATIBLE_MACHINE ?= "^$" | 16 | COMPATIBLE_MACHINE ?= "^$" |
17 | COMPATIBLE_MACHINE:zynqmp = ".*" | 17 | COMPATIBLE_MACHINE:zynqmp = ".*" |
18 | COMPATIBLE_MACHINE:versal = ".*" | 18 | COMPATIBLE_MACHINE:versal = ".*" |
19 | COMPATIBLE_MACHINE:versal-net = ".*" | ||
19 | 20 | ||
20 | S = "${UNPACKDIR}/git/src" | 21 | S = "${UNPACKDIR}/git/src" |
21 | 22 | ||