Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meson: Install all systemd units #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

leiyu-bytedance
Copy link

Previously the systemd units were not installed and it depends on the bitbake recipe (in meta-openembedded) to install the service only.

Update the meson.build and install all the units. The bitbake recipe will need to be updated to add missing units to SYSTEMD_SERVICE:${PN}.

Previously the systemd units were not installed and it depends on the
bitbake recipe (in meta-openembedded) to install the service only.

Update the meson.build and install all the units. The bitbake recipe
will need to be updated to add missing units to `SYSTEMD_SERVICE:${PN}`.

Signed-off-by: Lei YU <[email protected]>
@jk-ozlabs
Copy link
Member

So these units were a bit of a draft in their current state, and don't (yet!) mean to be a fully-formed system MCTP config.

Does this mean they're working for your environment? Any changes in the infrastructure around these that you would propose?

@leiyu-bytedance
Copy link
Author

Yes, to integrate the recipe into BMC and make it useful, we need all the units to be installed.
So in the bitbake recipe, additional changes are needed as well:

SYSTEMD_SERVICE:${PN}:append = " \
    mctp.target \
    mctp-local.target \
"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants