diff options
author | John Toomey <john.toomey@xilinx.com> | 2022-01-26 14:29:47 +0000 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-04 13:28:59 -0800 |
commit | 6c999b4f0a032f13f9824f30a0fe96233c7d29a6 (patch) | |
tree | 60aa0b8487878b9b35f3d95b94bd4a10b9eb2e0c | |
parent | a32c040885f065c94be257a7dd92daefe76b3435 (diff) | |
download | meta-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.bb | 4 |
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" | |||
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |
15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" | 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" |
16 | 16 | ||
17 | COMPATIBLE_MACHINE = "^$" | ||
18 | COMPATIBLE_MACHINE:zynqmp = "zynqmp" | ||
19 | COMPATIBLE_MACHINE:versal = "versal" | ||
20 | |||
17 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
18 | 22 | ||
19 | inherit cmake update-rc.d systemd | 23 | inherit cmake update-rc.d systemd |