commit | beefe5590b19543ca26c211b52fd6bd633aa723b | [log] [tgz] |
---|---|---|
author | Che-Kang Wu <chekangwu@google.com> | Wed Jul 30 13:46:54 2025 +0000 |
committer | Che-Kang Wu <chekangwu@google.com> | Thu Jul 31 20:28:37 2025 -0700 |
tree | 05049639f5b5b93eb882b78a2d458eb0707dd0a0 | |
parent | 53fc87158d3dd44f475681ed88bc013c5dde9345 [diff] |
BootTimeMonitor master: SRCREV bump 9cbaffea05..f6ce46ff8e Che-Kang Wu (1): Fix build issues from multihost changes David Tang (2): [clang-tidy] Fix clang-tidy errors and format code [clang-tidy] Fix clang-tidy errors from g3/gsys config Jack Huang (4): Major changes for supporting multihost, including some code refactoring. Fix style-formatter issues Add checkpoint while reboot complete Import g3_shared_lib: boottime_api. Medicine Yeh (1): Refactor systemd boot time collection Willy Tu (3): reformat for clang-format-18 update sdbuplus server namespace Reorganize dbus interface builds Added sdbus++-native to DEPENDS to fix build issue. Fusion-Link: https://fusion2.corp.google.com/6751fee1-787b-34f6-8673-6a9140083b49 https://fusion2.corp.google.com/b1ac4dee-f5e9-3145-97b2-52a43b3cfc09 https://fusion2.corp.google.com/dd0517fe-b847-39d1-9752-1f96330ba21d https://fusion2.corp.google.com/8e437160-9f6a-3cfc-bde9-80d397c449a4 https://fusion2.corp.google.com/0158fd23-40ea-303a-9702-ea6202f31a39 Tested: Presubmits. Google-Bug-Id: 369744413 Google-Bug-Id: 375055000 Google-Bug-Id: 378795793 Google-Bug-Id: 380138738 Google-Bug-Id: 386135750 Google-Bug-Id: 386135751 Google-Bug-Id: 398991424 Change-Id: I86a4568b3f39e1af90f6ea0fde6147abe5200e3d Signed-off-by: Che-Kang Wu <chekangwu@google.com>
diff --git a/recipes-google/boot/boot-time-monitor_git.bb b/recipes-google/boot/boot-time-monitor_git.bb index 33b439e..eaa5edd 100644 --- a/recipes-google/boot/boot-time-monitor_git.bb +++ b/recipes-google/boot/boot-time-monitor_git.bb
@@ -18,6 +18,7 @@ grpc \ grpc-native \ boottime-api \ + ${PYTHON_PN}-sdbus++-native \ " EXTRA_OEMESON:append = " \ @@ -31,7 +32,7 @@ S = "${WORKDIR}/git" SRC_URI = "git://gbmc.googlesource.com/BootTimeMonitor;protocol=https;branch=master" -SRCREV = "9cbaffea05b53ca2085a122e50f50eaf0bfb89d8" +SRCREV = "f6ce46ff8e2ec95918f8f9a829721c3d34620bcc" FILES:${PN} += " \ ${systemd_unitdir}/system/boot-time-monitor.service \