From 9461f910a0b4415941d2bbac4406b37236d0a6de Mon Sep 17 00:00:00 2001 From: Jonathan Stroud Date: Tue, 5 Dec 2023 08:19:48 -0700 Subject: dfx-mgr: Update dfx-mgr to pull in systemd-notify patches Signed-off-by: Jonathan Stroud -- CR: CR-1172157 Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb | 4 ++-- meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-xilinx-core/recipes-bsp/dfx-mgr') diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb index 0d24c9fc..d09ab51e 100644 --- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb +++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb @@ -9,7 +9,7 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' SRC_URI = "${REPO};${BRANCHARG}" BRANCH = "xlnx_rel_v2023.2" -SRCREV = "4dbd33accb043bd92ecbec2a3507f85a22045c51" +SRCREV = "898fe38023d15d54402c788bcbca67a29eb2dc3d" SOMAJOR = "1" SOMINOR = "0" SOVERSION = "${SOMAJOR}.${SOMINOR}" @@ -22,7 +22,7 @@ S = "${WORKDIR}/git" inherit cmake update-rc.d systemd -DEPENDS += " libwebsockets inotify-tools libdfx zocl libdrm" +DEPENDS += " libwebsockets inotify-tools libdfx zocl libdrm systemd" RDEPENDS:${PN} += " freeipmi" EXTRA_OECMAKE += " \ -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ diff --git a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb index 84db457e..372e9df4 100644 --- a/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb +++ b/meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2024.1.bb @@ -9,7 +9,7 @@ BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != ' SRC_URI = "${REPO};${BRANCHARG}" BRANCH = "master" -SRCREV = "0f2299ede2159ee8c56c88d1b0387f47106dc642" +SRCREV = "898fe38023d15d54402c788bcbca67a29eb2dc3d" SOMAJOR = "1" SOMINOR = "0" SOVERSION = "${SOMAJOR}.${SOMINOR}" @@ -22,7 +22,7 @@ S = "${WORKDIR}/git" inherit cmake update-rc.d systemd -DEPENDS += " libwebsockets inotify-tools libdfx zocl libdrm" +DEPENDS += " libwebsockets inotify-tools libdfx zocl libdrm systemd" RDEPENDS:${PN} += " freeipmi" EXTRA_OECMAKE += " \ -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ -- cgit v1.2.3-54-g00ecf