We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when enable INIT_MANAGER = "systemd" systemd init (symlink sbin/init) is not set cause meta-alb/dynamic-layers/core/recipes-core/busybox/busybox_%.bbappend is appending .init causing every busybox to be set as init manager. Here: https://github.com/yoctoproject/poky/blob/a43fa36614977745fcbd6441d1c3c20321a8201d/meta/recipes-core/busybox/busybox.inc
INIT_MANAGER = "systemd"
Workaround is adding a BBMASK to local.conf BBMASK:append = " meta-alb/dynamic-layers/core/recipes-core/busybox/busybox_%.bbappend"
BBMASK:append = " meta-alb/dynamic-layers/core/recipes-core/busybox/busybox_%.bbappend"
The text was updated successfully, but these errors were encountered:
agl-nxp-goldbox: fix SYSTEMD init
3728ed2
nxp-auto-linux/meta-alb#3
No branches or pull requests
when enable
INIT_MANAGER = "systemd"
systemd init (symlink sbin/init) is not setcause meta-alb/dynamic-layers/core/recipes-core/busybox/busybox_%.bbappend is appending .init causing every busybox to be set as init manager. Here: https://github.com/yoctoproject/poky/blob/a43fa36614977745fcbd6441d1c3c20321a8201d/meta/recipes-core/busybox/busybox.inc
Workaround is adding a BBMASK to local.conf
BBMASK:append = " meta-alb/dynamic-layers/core/recipes-core/busybox/busybox_%.bbappend"
The text was updated successfully, but these errors were encountered: