diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-20 12:58:26 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-24 14:16:37 -0800 |
| commit | 6b64325225b06e614f6ed4691c48cf21d027de1f (patch) | |
| tree | 8c280f39ec98fa2ca50b24e24169ca49070281cb | |
| parent | d2138a46759431040d1740baa1a219c96c814f7e (diff) | |
| download | meta-xilinx-6b64325225b06e614f6ed4691c48cf21d027de1f.tar.gz | |
Revert "dfx-mgr: **** TEMPORARILY **** disable zocl, due to linux 5.15"
(dfx-mgr was moved from meta-xilinx-tools, the reverted patch was from before
the move)
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb | 3 |
1 files changed, 1 insertions, 2 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 d2a45fa3..e5f30981 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 | |||
| @@ -18,8 +18,7 @@ S = "${WORKDIR}/git" | |||
| 18 | 18 | ||
| 19 | inherit cmake update-rc.d systemd | 19 | inherit cmake update-rc.d systemd |
| 20 | 20 | ||
| 21 | #DEPENDS += " libwebsockets inotify-tools libdfx xrt zocl libdrm" | 21 | DEPENDS += " libwebsockets inotify-tools libdfx xrt zocl libdrm" |
| 22 | DEPENDS += " libwebsockets inotify-tools libdfx xrt libdrm" | ||
| 23 | EXTRA_OECMAKE += " \ | 22 | EXTRA_OECMAKE += " \ |
| 24 | -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ | 23 | -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ |
| 25 | " | 24 | " |
