#
a37e1230 |
| 17-Aug-2023 |
George Liu <liuxiwei@inspur.com> |
README.md: Replace meson_options.txt to meson.options
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I9db3af66deb7d3334be03606de61186e7a4e50cc
|
#
3a87010d |
| 15-Aug-2023 |
George Liu <liuxiwei@inspur.com> |
Fix markdown format error
Run markdownlint, the following warning message appears: ``` README.md:15 MD040/fenced-code-language Fenced code blocks should have a language specified [Conte
Fix markdown format error
Run markdownlint, the following warning message appears: ``` README.md:15 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: " ```"] README.md:22 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: " ```"] README.md:29 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: " ```"] README.md:47 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: " ```"] README.md:58 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: " ```"] README.md:88 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: " ```"] README.md:103 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: " ```"] ```
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Id48ba2ebe3c82982f8fcc5d2029324f129249fd7
show more ...
|
#
6facad52 |
| 16-May-2023 |
Pavithra Barithaya <pavithra.b@ibm.com> |
README: Move to "meson setup [options]"
Fixes the warning: WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
Tested: The follow
README: Move to "meson setup [options]"
Fixes the warning: WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.
Tested: The following work: meson setup builddir ninja -C builddir
Change-Id: Idc8a5941e68dfe62395d9751a6c9cc3f3622ee0a Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
show more ...
|
#
e81151fe |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: I6920cd98dd911769f79a2bbadf983a895bc68570 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
dd42c7fa |
| 11-Aug-2022 |
Pavithra Barithaya <pavithra.b@ibm.com> |
Minor changes in the code
- fix a typo in README and wrap file. - refactoring lg2 errorlog usage.
Change-Id: I3b55b86a505405f02fe70429a266c467b87b17ff Signed-off-by: Pavithra Barithaya <pavithra.b@
Minor changes in the code
- fix a typo in README and wrap file. - refactoring lg2 errorlog usage.
Change-Id: I3b55b86a505405f02fe70429a266c467b87b17ff Signed-off-by: Pavithra Barithaya <pavithra.b@ibm.com>
show more ...
|
#
d04eeabb |
| 01-Mar-2021 |
Ratan Gupta <ratagupt@linux.vnet.ibm.com> |
Update README
Updating the README with the commands: How to compile & Configure the phosphor-time-manager with meson.
Signed-off-by: Ratan Gupta <ratagupt@linux.vnet.ibm.com> Change-Id: Ie977c9b6a8
Update README
Updating the README with the commands: How to compile & Configure the phosphor-time-manager with meson.
Signed-off-by: Ratan Gupta <ratagupt@linux.vnet.ibm.com> Change-Id: Ie977c9b6a888a3135aef2db0eeb7fbe6eb766107
show more ...
|
#
0a70452a |
| 13-Apr-2020 |
George Liu <liuxiwei@inspur.com> |
Remove Deferred Updates
Remove deferred consumption of settings Manual/NTP and allow instant consumption.
Tested: Manually set the timeMode to NTP on the WEB and successfully. busctl get-property x
Remove Deferred Updates
Remove deferred consumption of settings Manual/NTP and allow instant consumption.
Tested: Manually set the timeMode to NTP on the WEB and successfully. busctl get-property xyz.openbmc_project.Settings /xyz/openbmc_project/time/sync_method xyz.openbmc_project.Time.Synchronization TimeSyncMethod s "xyz.openbmc_project.Time.Synchronization.Method.NTP"
Manually set the date time successfully by D-Bus when timeMode is MANUAL busctl set-property xyz.openbmc_project.Time.Manager /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime Elapsed t 1514765953791262
Manually set the date time failed by D-Bus when timeMode is NTP. busctl set-property xyz.openbmc_project.Time.Manager /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime Elapsed t 1514765953791262 Failed to set property Elapsed on interface xyz.openbmc_project.TIme.EpochTime: The operation failed
~# journalctl -b | grep timemanager Jan 01 00:15:26 fp5280g2 phosphor-timemanager[309]: Error in setting system time Jan 01 00:15:26 fp5280g2 phosphor-timemanager[309]: The operation failed
Refer: https://lists.ozlabs.org/pipermail/openbmc/2020-April/021409.html
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I7be25a9d0f56615bad6800a0b07df7f84fc0acc3
show more ...
|
#
3c2f4496 |
| 11-Apr-2020 |
George Liu <liuxiwei@inspur.com> |
Remove TimeOwner Feature
The TimeOwner feature is confusing from feedback from the community and hence removing the feature. Remove the TimeOwner feature in the phosphor-time-manager repo and needed
Remove TimeOwner Feature
The TimeOwner feature is confusing from feedback from the community and hence removing the feature. Remove the TimeOwner feature in the phosphor-time-manager repo and needed settings objects.
Tested: Manually set the date time on the web and successfully update the date time of BMC (eg: 2020/01/01 08:07:50). busctrl get-property xyz.openbmc_project.Time.Manager /xyz/openbmc_project/time/bmc xyz.openbmc_project.Time.EpochTime Elapsed t 1577837156385836
Refer: https://lists.ozlabs.org/pipermail/openbmc/2020-April/021409.html
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: Id47eb0a03e0e94eeff29d2b77dccefb89cded7b8
show more ...
|
#
a8741b56 |
| 20-Jan-2019 |
Lei YU <mine260309@gmail.com> |
README: Add special note on NTP setting change
Systemd timedated from v236 to v239 introduces a behavior change related to setting time while NTP setting is changed. This change causes phosphor-time
README: Add special note on NTP setting change
Systemd timedated from v236 to v239 introduces a behavior change related to setting time while NTP setting is changed. This change causes phosphor-time-manager automation test failure.
Add a special note in README to describe the issue, and the test case will be updated.
Partially resolves openbmc/openbmc#3459
Change-Id: I8ee31e8de95d8b110bf9cbee7973c377a6d4330a Signed-off-by: Lei YU <mine260309@gmail.com>
show more ...
|
#
a111b9f3 |
| 25-Jan-2018 |
Andrew Geissler <geissonator@yahoo.com> |
Enhance documentation with more examples
I found myself looking around for the appropriate curl and busctl commands to configure the time on OpenBMC. I figured them out so figured I'd share. This RE
Enhance documentation with more examples
I found myself looking around for the appropriate curl and busctl commands to configure the time on OpenBMC. I figured them out so figured I'd share. This README was very useful for getting the basics down.
Change-Id: I48105d09f2c7afe065ed76c3e27f73e42d0e7807 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
show more ...
|
#
383b7120 |
| 19-Oct-2017 |
Gunnar Mills <gmills@us.ibm.com> |
Grammar fixes for README.md
Change-Id: Iaa1c4bc0680c5b0a0cf512e0c61f6b8241070551 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
#
7d05550d |
| 18-Oct-2017 |
Lei YU <mine260309@gmail.com> |
Fix table format in README.md
Github flavored markdown requires a blank line between text and table.
Change-Id: I55d6b964b9fb699e7b7a57cbd3b8f7b54a617947 Signed-off-by: Lei YU <mine260309@gmail.com>
|
#
debe1d8f |
| 13-Oct-2017 |
Lei YU <mine260309@gmail.com> |
Use host state object to check if host is on
The code was using pgood to determine if host is on or off. Now we have host state object, which is a more appropriate way to check host on/off. So chang
Use host state object to check if host is on
The code was using pgood to determine if host is on or off. Now we have host state object, which is a more appropriate way to check host on/off. So change pgood related code to use host state object.
Change-Id: I553c1a40922ca2e8bc6904688c55e85971bd4720 Signed-off-by: Lei YU <mine260309@gmail.com>
show more ...
|
#
1c2ce82c |
| 01-Aug-2017 |
Lei YU <mine260309@gmail.com> |
Let timedate1 to decide on setting time in NTP mode
In NTP mode, let timedate1 to set BMC time, for now, it results in error.
Change-Id: I2d78cdcfe6868642f43198dd932b20b13fd8523d Signed-off-by: Lei
Let timedate1 to decide on setting time in NTP mode
In NTP mode, let timedate1 to set BMC time, for now, it results in error.
Change-Id: I2d78cdcfe6868642f43198dd932b20b13fd8523d Signed-off-by: Lei YU <mine260309@gmail.com>
show more ...
|
#
710d49be |
| 01-Aug-2017 |
Lei YU <mine260309@gmail.com> |
Use new settings API
The new time manager code was using the old settings daemon. Now it uses the new settings API.
Change-Id: Id551d97c28a6cfbb81c87118b26292b1b5574e93 Signed-off-by: Lei YU <mine2
Use new settings API
The new time manager code was using the old settings daemon. Now it uses the new settings API.
Change-Id: Id551d97c28a6cfbb81c87118b26292b1b5574e93 Signed-off-by: Lei YU <mine260309@gmail.com>
show more ...
|
#
6903277c |
| 20-Feb-2017 |
Lei YU <mine260309@gmail.com> |
Add README.md
Change-Id: I3988740e3666401b4f272f83080edfe7f92513be Signed-off-by: Lei YU <mine260309@gmail.com>
|