Skip to content

Commit

Permalink
Revert "OSS-reduction: Remove sysvinit from systemd PACKAGECONFIG HYP…
Browse files Browse the repository at this point in the history
…-31307"

This reverts commit 726f313.

A sysvinit script installed by init-ifupdown is converted into a
service-unit by systemd and still required to detect network readiness.
  • Loading branch information
marioecht committed Sep 12, 2024
1 parent 726f313 commit ed1fe8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes-core/systemd/systemd_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

# Remove unnecessary package 'vconsole' to avoid installing furhter
# unnecessary packages, e.g. 'kbd' or 'kbd-keymaps'.
# disable sysvinit to avoid installation of not needed packages
PACKAGECONFIG:remove = "networkd vconsole sysvinit"
PACKAGECONFIG:remove = "networkd vconsole"

# Enable kmod package configuration
# A recipe append from meta-angstrom removes kmod configuration.
Expand Down

0 comments on commit ed1fe8f

Please sign in to comment.