summaryrefslogtreecommitdiff
path: root/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb
diff options
context:
space:
mode:
authorAndrew Geissler <openbmcbump-github@yahoo.com>2022-01-21 03:40:08 +0300
committerAndrew Geissler <geissonator@yahoo.com>2022-01-26 02:00:23 +0300
commit74b4ab21982230af931b0c8ff68dd71edbd2adc5 (patch)
tree018f63ac08526689dabc50d579338b7876b46a9c /meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb
parentc1416100acd419d28bbdbd7311ad4e945055c2c4 (diff)
downloadopenbmc-74b4ab21982230af931b0c8ff68dd71edbd2adc5.tar.xz
debug-trigger: srcrev bump 9c7783babc..1161642d22
Andrew Jeffery (15): OWNERS: Fix typo in 'matchers' MAINTAINERS: Remove in favour of OWNERS meson: Add some compiler options process: Lift debug implementation to separate function process: Lift reboot implementation to separate function main: Use /proc/sysrq-trigger for reboot as well as crash main: Add some documentation main: Extract a 'sink' abstraction main: Add --sink-actions=... command-line option main: Extract a 'source' abstraction main: Add a 'dbus' set of sink actions systemd: Start after the dump manager systemd: Configure command-line using the environment main: Be clear about what we failed to open main: Log command read from source Change-Id: I8c671e9b559404251fb64230fc46ae386ffc002a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
Diffstat (limited to 'meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb')
-rw-r--r--meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb b/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb
index 297a21b8fc..860c6f3569 100644
--- a/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb
+++ b/meta-phosphor/recipes-phosphor/dump/debug-trigger_git.bb
@@ -15,7 +15,7 @@ inherit systemd
PR = "r1"
PV = "0.1+git${SRCPV}"
-SRCREV = "9c7783babcef53d80bf14dc268b72f61651009ad"
+SRCREV = "1161642d2288f71549f0c9f89d09807ca251b58f"
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"