reformat with latest settingsReformat with the latest settings from openbmc-build-scripts (andcopy latest config files where appropriate). Fix a few minormarkdownlint issues.Signed-off-by: Pat
reformat with latest settingsReformat with the latest settings from openbmc-build-scripts (andcopy latest config files where appropriate). Fix a few minormarkdownlint issues.Signed-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I55205817c29dc3f182a165ddf9cd5d4e07b90063
show more ...
Added RetryAttempts propertyThis property allows the number of reboot attempts left on the BMC todiffer from the total number of allowed host reboots. New functionality added to bmcweb will allow
Added RetryAttempts propertyThis property allows the number of reboot attempts left on the BMC todiffer from the total number of allowed host reboots. New functionality added to bmcweb will allow an external user to specify the amountof "RetryAttempts" desired(if AutoReboot is enabled). The originalproperty "AttemptsLeft"still contains the number of allowed rebootattempts remaining while this new property "RetryAttempts" containsthe maximum number of reboot attempts that are allowed.Signed-off-by: Corey Hardesty <corey.hardesty@icloud.com>Change-Id: I527fba6fea0bbc9ab3b731def3405a2d10a58055
yaml: format with prettierSigned-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: I193f690f3612fe72ec69030f81f4d5096a761601
treewide: Create yaml directoryThis allows the propagated yamldir paramter to work correctly insubproject style builds. We don't want other files in the projectconflicting with tools that scan th
treewide: Create yaml directoryThis allows the propagated yamldir paramter to work correctly insubproject style builds. We don't want other files in the projectconflicting with tools that scan the yamldir.Change-Id: Ie2759c7f3baf399392cdda0e507055ceb262d2e1Signed-off-by: William A. Kennington III <wak@google.com>