systemd: rename service file to align with repo nameUpdated systemd service file as following for better readabilitystart-ipkvm.service -> obmc-ikvm.serviceTesting:Verified systemd service usi
systemd: rename service file to align with repo nameUpdated systemd service file as following for better readabilitystart-ipkvm.service -> obmc-ikvm.serviceTesting:Verified systemd service using QEMU + AST2600EVB firmware.Before changes:root@evb-ast2600:~# systemctl status start-ipkvm* start-ipkvm.service - OpenBMC ipKVM daemonAfter changes:root@evb-ast2600:~# systemctl status obmc-ikvm* obmc-ikvm.service - OpenBMC ipKVM daemonChange-Id: I8260a09b074b04c47821758c31ecad5d53eca40cSigned-off-by: Mohammed Javith Akthar M <mohammedjavitham@ami.com>
show more ...
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
Fixed a mispellingSaw a typo in the README. Simply fixed.Signed-off-by: Corey Hardesty <corey.hardesty@icloud.com>Change-Id: Id0ac0e4e14811c5009376992d6ff2e92e1a3ef17
doc: format with markdownlintSigned-off-by: Patrick Williams <patrick@stwcx.xyz>Change-Id: Id1efc27791e219e5fbfe08023143be2f59037307
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>