systemd: bump 255.8 -> 260 (libreelec current)#2465
Open
aenertia wants to merge 1 commit intoROCKNIX:nextfrom
Open
systemd: bump 255.8 -> 260 (libreelec current)#2465aenertia wants to merge 1 commit intoROCKNIX:nextfrom
aenertia wants to merge 1 commit intoROCKNIX:nextfrom
Conversation
Contributor
Author
Major version bump from systemd-stable 255.8 to systemd 260. Key changes: - Source: systemd-stable -> systemd official releases - cgroupv2 unified is the only mode in 260 (option removed upstream) - Meson boolean format: false->disabled, true->enabled (systemd 260 uses meson feature() options) - Added LTO build flag (+lto) for smaller binary - Added -Djournal-storage-default=auto (from LibreELEC 260) - Removed -Drootprefix=/usr (deprecated, always /usr in 260) - Removed -Ddefault-hierarchy (removed, always unified in 260) - Removed -Dsplit-usr=false (deprecated in 260) - Removed -Dc_args/-Dcpp_args __counted_by workaround (fixed in 260) - Removed sdcardfs patch (check-filesystems.sh deleted upstream) - Rebased 4 patches for 260 API changes Fixes: - busctl --json=short for complex types (GetManagedObjects) now works - cgroupv2 unified hierarchy at compile time, no boot parameter needed - Kernel 7.0 errno aliases (EFSBADCRC/EFSCORRUPTED) handled natively
e2632da to
222c3d6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Major version bump from systemd-stable 255.8 to systemd 260.
Key changes:
Fixes:
Tested on RK3566 vs upstream/next only. Will kick off CI to catch