Jan Lübbe
Jan Lübbe
Our original expectation regarding the CRL support was that a separate mechanism would regularly fetch a fresh CRL (e.g. via the network) and make it available to RAUC. As the...
In many of the use-cases I know about, using a single (self-signed) long-lived signing key and storing it in a HSM for offline singing (e.g. via ``rauc resign``) was deemed...
@ejoerns @hnez Which clock base should we use for the `last-attempt-time` and `last-sucess-time` properties (`CLOCK_MONOTONIC`, `CLOCK_BOOTTIME` or `CLOCK_REALTIME`)? As polling may happen before the clock is synchronized, `CLOCK_REALTIME` may be...
I've renamed the `[poll]` section to `[polling]` as discussed internally. The related function and variable names have been changed as well.
The last force-push now also renames the new source files.
@ejoerns @hnez Perhaps we should (by default) delay installation until the current slot was marked good?
I've pushed a rebase to resolve the conflicts with the refactoring of `src/config_file.c`. The comments will be addressed in a separate update.
@loblik This might also be relevant to you.
I'd say this can be done in separate steps: 1. create if entries are found missing while we write bootnext/bootorder 2. define mechanism if/when to update existing entries (probably if...
This should probably be exposed in `labgrid-client` as well, perhaps similar to `tmc screen`? In that case, the drivers API provides the data in memory, so the user code can...