#
1e76060a |
| 07-Mar-2024 |
Yuxiao Zhang <yuxiaozhang@google.com> |
meta-google: dhcp-done: Adding status report
Previously dhcp-done only sends status code, this one provides the capability to send status code + status message for better troubleshooting. Provide a
meta-google: dhcp-done: Adding status report
Previously dhcp-done only sends status code, this one provides the capability to send status code + status message for better troubleshooting. Provide a way to let other process upgrade the status.
Tested: Unit test passed.
Change-Id: I9c689f90502a32b586c41e3491ad47ebc78fcc38 Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
show more ...
|
#
1dfe24ea |
| 12-Jul-2023 |
Patrick Williams <patrick@stwcx.xyz> |
build: upgrade to C++23
Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it.
Change-Id: Ibb8913a93032d388399b6
build: upgrade to C++23
Meson 1.1.1 and GCC-13 both support C++23 and a sufficient portion of the standard has been implemented. Upgrade the build to leverage it.
Change-Id: Ibb8913a93032d388399b65904013e284780dad70 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
4c4e94f0 |
| 12-Apr-2023 |
Patrick Williams <patrick@stwcx.xyz> |
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig
meson: remove deprecated get_pkgconfig_variable
Since meson 0.56, the `get_pkgconfig_variable` has been deprecated. In meson 0.58 the `get_variable` was enhanced to no longer require the `pkgconfig` keyword argument. Ensure meson 0.58 is required and update the usage of all `get_pkgconfig_variable` and `get_variable` to be the modern variant.
Change-Id: Ibc0692c5cd05546e797c20973e1c1f172dcb8379 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
5ca20ffe |
| 30-Mar-2023 |
Yuxiao Zhang <yuxiaozhang@google.com> |
dhcp-done: send status to notify netboot service
This enables the daemon for sending boot status so that netboot service can take actions accordingly.
Tested with nc and verified that the data byte
dhcp-done: send status to notify netboot service
This enables the daemon for sending boot status so that netboot service can take actions accordingly.
Tested with nc and verified that the data byte is present.
Change-Id: I570bbd7c05028b6c007ff9d5a00a8589da73a8ff Signed-off-by: Yuxiao Zhang <yuxiaozhang@google.com>
show more ...
|
#
dffd6523 |
| 08-Feb-2022 |
William A. Kennington III <wak@google.com> |
dhcp-done: Add daemon
Used to communicate with cloud utilities monitoring the netboot status of the machine. Started once the netboot has completed in order to provide status.
Change-Id: I6eb8b5a00
dhcp-done: Add daemon
Used to communicate with cloud utilities monitoring the netboot status of the machine. Started once the netboot has completed in order to provide status.
Change-Id: I6eb8b5a0048e3a9d5d4f56adae42ef5aff2c2bab Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|