#
cc49878d |
| 29-Feb-2024 |
Jagpal Singh Gill <paligill@gmail.com> |
start-update-interface: add the new app
Add the meson option for the start update D-Bus interface implementation. Add the SoftwareManager new daemon to run in parallel with existing code. The intent
start-update-interface: add the new app
Add the meson option for the start update D-Bus interface implementation. Add the SoftwareManager new daemon to run in parallel with existing code. The intention for new daemon is to combine ImageManager and ItemUpdater into one. After due testing and verifications ImageManager and ItemUpdater would be retired for SoftwareManager. For more more details on design refer to - https://gerrit.openbmc.org/c/openbmc/phosphor-dbus-interfaces/+/65738 https://gerrit.openbmc.org/c/openbmc/docs/+/65739
Change-Id: Id11823ca0ff62e76595aa4ad33212a2a2428c261 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
show more ...
|
#
294991a2 |
| 19-Apr-2023 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
meson: Drop legacy 'verify-signature' option
Currently there are two options for the image signature verification: - 'verify-signature' (legacy), - 'verify-full-signature' (current).
Drop legacy op
meson: Drop legacy 'verify-signature' option
Currently there are two options for the image signature verification: - 'verify-signature' (legacy), - 'verify-full-signature' (current).
Drop legacy option and let the current one take its place.
Change-Id: Ia205424395179fd190e3d055159beca93cff0545 Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>
show more ...
|
#
123dde15 |
| 15-Aug-2023 |
George Liu <liuxiwei@inspur.com> |
meson_options.txt: Support for reading options from meson.options
Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using t
meson_options.txt: Support for reading options from meson.options
Support has been added for reading options from meson.options instead of meson_options.txt[1]. These are equivalent, but not using the .txt extension for a build file has a few advantages, chief among them many tools and text editors expect a file with the .txt extension to be plain text files, not build scripts.
[1] https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I2468f7c524e8e0596e3e1feef0c38c9f83b91313
show more ...
|