commit | edb3eead5a674aecaf031369d1b3b35915979ca6 | [log] [tgz] |
---|---|---|
author | Mohammed Javith Akthar M <mohammedjavitham@ami.com> | Thu Jun 27 17:18:54 2024 -0400 |
committer | Mohammed Javith Akthar M <mohammedjavitham@ami.com> | Thu Jun 27 21:25:57 2024 +0000 |
tree | bbde1db8c1143cf848be986231d83345164b4f21 | |
parent | e2c9bc74f2b8c0e78c305894289f8938d75ee108 [diff] |
systemd: rename service file to align with repo name Updated systemd service file as following for better readability start-ipkvm.service -> obmc-ikvm.service Testing: Verified systemd service using QEMU + AST2600EVB firmware. Before changes: root@evb-ast2600:~# systemctl status start-ipkvm * start-ipkvm.service - OpenBMC ipKVM daemon After changes: root@evb-ast2600:~# systemctl status obmc-ikvm * obmc-ikvm.service - OpenBMC ipKVM daemon Change-Id: I8260a09b074b04c47821758c31ecad5d53eca40c Signed-off-by: Mohammed Javith Akthar M <mohammedjavitham@ami.com>
YAML descriptors of standard D-Bus interfaces. The format is described by the sdbusplus binding generation tool sdbus++.
Before defining a new D-Bus interface or modifying an existing one, please read through the documented set of the common requirements and expectations.
This project can be built with meson
. The typical meson
workflow is: meson builddir && ninja -C builddir
.
The meson files used to handle the YAML files are automatically generated and found under the gen
subdirectory. When adding or removing YAML files, this must be regenerated. This can be done with the helper script found in the gen
subdirectory: cd gen && ./regenerate-meson
.
Only the xyz/openbmc_project and org/freedesktop interfaces are built by default. Other interfaces can be enabled by meson options:
-Ddata_com_ibm=true
-Ddata_org_open_power=true
Example: meson builddir -Ddata_com_ibm=true && ninja -C builddir