diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-06-10 15:36:43 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-06-10 15:49:45 -0600 |
commit | 3f3d692d66be7d9f147364828572e57dd87702eb (patch) | |
tree | e3b59ead43e4c69d1bf562a28813da53737e25b4 /meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb | |
parent | 8d00de8b709a708a7baff73121a608dbdfa9120b (diff) | |
download | meta-xilinx-3f3d692d66be7d9f147364828572e57dd87702eb.tar.gz |
This reverts commit 60542eb1dea413c631330524836412cfefc933bb.
This also makes the same change to 2024.1 version.
This change caused:
ERROR: core-image-minimal-1.0-r0 do_rootfs: Unable to find package with name 'kernel-module-zocl' in SPDX file .../tmp/deploy/spdx/by-hash/zynqmp_generic/sstate:kernel-module-zocl:zynqmp_generic-poky-linux:202410.2.17.0:r0:zynqmp_generic:12:/kernel-module-zocl-6.6.10-xilinx-g3af4295e00ef.spdx.json
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb')
-rw-r--r-- | meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_1.0.bb | 2 |
1 files changed, 1 insertions, 1 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 e5cb33b1..9066a63d 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 | |||
@@ -22,7 +22,7 @@ S = "${UNPACKDIR}/git" | |||
22 | 22 | ||
23 | inherit cmake update-rc.d systemd | 23 | inherit cmake update-rc.d systemd |
24 | 24 | ||
25 | DEPENDS += " libwebsockets inotify-tools libdfx kernel-module-zocl libdrm" | 25 | DEPENDS += " libwebsockets inotify-tools libdfx zocl libdrm" |
26 | RDEPENDS:${PN} += " fru-print" | 26 | RDEPENDS:${PN} += " fru-print" |
27 | EXTRA_OECMAKE += " \ | 27 | EXTRA_OECMAKE += " \ |
28 | -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ | 28 | -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ |