#
0175a811 |
| 13-Nov-2023 |
George Liu <liuxiwei@inspur.com> |
meson.options: Enable use-lamp-test feature by default
Enable use-lamp-test feature so that the repo CI could compile this code, and disable this feature in Yocto.
Signed-off-by: George Liu <liuxiw
meson.options: Enable use-lamp-test feature by default
Enable use-lamp-test feature so that the repo CI could compile this code, and disable this feature in Yocto.
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I65cb7b31c0aeaa257ddbb21eff72bf35d1d88f0b
show more ...
|
#
54671853 |
| 29-Oct-2023 |
George Liu <liuxiwei@inspur.com> |
Persistence the led group asserted value by default
Currently, only IBM's P10 machine will persist the Asserted attribute value of ledGroup by default. But for other systems, most do not need to per
Persistence the led group asserted value by default
Currently, only IBM's P10 machine will persist the Asserted attribute value of ledGroup by default. But for other systems, most do not need to perform persistence actions.
The intent behind this commit is to add a switch to control the persistence function, and it is enabled by default in CI and disabled by default in Yocto.
Tested: Regardless of whether `persistent-led-asserted` is enabled or disabled, the ledmanager process works fine.
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I75b59a12dde417a9ccadaf25b2af07fc33186a01
show more ...
|
#
4549fb05 |
| 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: Icf7286351b49c526d02327e3a2d72c40b5f9a960
show more ...
|