summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@xilinx.com>2022-01-26 14:29:47 +0000
committerMark Hatle <mark.hatle@xilinx.com>2022-01-26 08:35:31 -0800
commit86220b23c04a9932663da73e5790adddd1a26009 (patch)
tree4e81e28fd16488f7057c15242a42167d5b37a2ab
parentc70130dad6389cd7ab6d98d1d953aa586f7c7761 (diff)
downloadmeta-xilinx-86220b23c04a9932663da73e5790adddd1a26009.tar.gz
Set dfx-mgr COMPATIBLE_MACHINES to zynqmp/versal
The dfx-mgr package depends on libdfx which is restricted to zynqmp and versal and it follows that this package should have the same restriction as it is not used on other platforms. Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb
index e5f30981..5e40785c 100644
--- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb
+++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb
@@ -14,6 +14,10 @@ SOMAJOR = "1"
14SOMINOR = "0" 14SOMINOR = "0"
15SOVERSION = "${SOMAJOR}.${SOMINOR}" 15SOVERSION = "${SOMAJOR}.${SOMINOR}"
16 16
17COMPATIBLE_MACHINE = "^$"
18COMPATIBLE_MACHINE:zynqmp = "zynqmp"
19COMPATIBLE_MACHINE:versal = "versal"
20
17S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
18 22
19inherit cmake update-rc.d systemd 23inherit cmake update-rc.d systemd