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

distro: rpb: set INIT_MANAGER as systemd #309

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

superna9999
Copy link
Contributor

@superna9999 superna9999 commented Aug 14, 2023

Commit fa8c59c in openembedded-core makes usrmerge a requirement, in order to make sure it still builds with older releases set the INIT_MANAGER variable so the configuration is always done right from the defaultsetup.conf loaded after the distro conf.

Log of build failure:
ERROR: Nothing RPROVIDES 'udev' (...)
systemd RPROVIDES udev but was skipped: missing required distro feature 'usrmerge' (not in DISTRO_FEATURES)
eudev RPROVIDES udev but was skipped: conflicting distro feature 'systemd' (in DISTRO_FEATURES)
NOTE: Runtime target 'udev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['udev']

conf/distro/include/rpb.inc Outdated Show resolved Hide resolved
conf/distro/include/rpb.inc Outdated Show resolved Hide resolved
Commit fa8c59c in openembedded-core makes usrmerge a requirement,
in order to make sure it still builds with older releases set the
INIT_MANAGER variable so the configuration is always done right
from the defaultsetup.conf loaded after the distro conf.

Log of build failure:
ERROR: Nothing RPROVIDES 'udev' (...)
systemd RPROVIDES udev but was skipped: missing required distro feature 'usrmerge' (not in DISTRO_FEATURES)
eudev RPROVIDES udev but was skipped: conflicting distro feature 'systemd' (in DISTRO_FEATURES)
NOTE: Runtime target 'udev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['udev']

Signed-off-by: Neil Armstrong <[email protected]>
@superna9999 superna9999 changed the title distro: rpb: include init-manager-systemd distro: rpb: set INIT_MANAGER as systemd Aug 14, 2023
@lumag lumag merged commit 59ef440 into 96boards:master Aug 14, 2023
1 check passed
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