From 6c999b4f0a032f13f9824f30a0fe96233c7d29a6 Mon Sep 17 00:00:00 2001 From: John Toomey Date: Wed, 26 Jan 2022 14:29:47 +0000 Subject: 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 Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb | 4 ++++ 1 file changed, 4 insertions(+) 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" SOMINOR = "0" SOVERSION = "${SOMAJOR}.${SOMINOR}" +COMPATIBLE_MACHINE = "^$" +COMPATIBLE_MACHINE:zynqmp = "zynqmp" +COMPATIBLE_MACHINE:versal = "versal" + S = "${WORKDIR}/git" inherit cmake update-rc.d systemd -- cgit v1.2.3-54-g00ecf