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-02-04 13:28:59 -0800
commit6c999b4f0a032f13f9824f30a0fe96233c7d29a6 (patch)
tree60aa0b8487878b9b35f3d95b94bd4a10b9eb2e0c
parenta32c040885f065c94be257a7dd92daefe76b3435 (diff)
downloadmeta-xilinx-6c999b4f0a032f13f9824f30a0fe96233c7d29a6.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