diff options
| -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 |
