diff options
author | Jonathan Stroud <jonathan.stroud@amd.com> | 2023-12-05 08:19:48 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-12-05 15:19:10 -0600 |
commit | 5dbb0d6bfadd2953c7d32798d22e7977da2bfa7c (patch) | |
tree | d8cb4a977d3a96b9f0c3405f3d2591ec43f45f3b /meta-xilinx-core | |
parent | 622005cc1b0428be1e108c54b20d302b6ab30aca (diff) | |
download | meta-xilinx-5dbb0d6bfadd2953c7d32798d22e7977da2bfa7c.tar.gz |
dfx-mgr: Update dfx-mgr to pull in systemd-notify patches
Signed-off-by: Jonathan Stroud <jonathan.stroud@amd.com>
--
CR: CR-1172157
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r-- | meta-xilinx-core/recipes-bsp/dfx-mgr/dfx-mgr_2023.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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) != ' | |||
9 | SRC_URI = "${REPO};${BRANCHARG}" | 9 | SRC_URI = "${REPO};${BRANCHARG}" |
10 | 10 | ||
11 | BRANCH = "xlnx_rel_v2023.2" | 11 | BRANCH = "xlnx_rel_v2023.2" |
12 | SRCREV = "4dbd33accb043bd92ecbec2a3507f85a22045c51" | 12 | SRCREV = "898fe38023d15d54402c788bcbca67a29eb2dc3d" |
13 | SOMAJOR = "1" | 13 | SOMAJOR = "1" |
14 | SOMINOR = "0" | 14 | SOMINOR = "0" |
15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" | 15 | SOVERSION = "${SOMAJOR}.${SOMINOR}" |
@@ -22,7 +22,7 @@ S = "${WORKDIR}/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 zocl libdrm" | 25 | DEPENDS += " libwebsockets inotify-tools libdfx zocl libdrm systemd" |
26 | RDEPENDS:${PN} += " freeipmi" | 26 | RDEPENDS:${PN} += " freeipmi" |
27 | EXTRA_OECMAKE += " \ | 27 | EXTRA_OECMAKE += " \ |
28 | -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ | 28 | -DCMAKE_SYSROOT:PATH=${RECIPE_SYSROOT} \ |