feat(sysext): WIP sysext/confext build target#66
Draft
Conversation
Contributor
These two you can copy over in bluefin. They don't have to gnome-build-meta at all |
Collaborator
Author
|
VM integration test results (GNOME OS nightly) Tested DDIs against a vanilla GNOME OS nightly install (
Takeaway: DDI structure and metadata are correct. Merge is blocked solely on key trust, which aligns with the existing TODO to replace snakeoil keys with proper build-time key generation. |
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.
Summary
sysext/layer.bst) that produces Bluefin as a systemd system extension (sysext) + configuration extension (confext) layered on top of vanilla GNOME OSbuild-sysextandexport-sysextJustfile recipes.transferand.featurefiles for update deliveryWhat works
just build-sysextbuilds successfully (all 1066 elements)just export-sysextproduces two DDI images:bluefin-x86-64_l.1.raw(419MB sysext —/usrdelta)bluefin-confext-x86-64_l.1.raw(4MB confext —/etcdelta)Known limitations / TODOs
kind: local— need to vendor thegeneratedplugin for build-time key generationimage-versionandfilesystem-timeare hardcoded inlayer.bst— should be inherited from junction or set by CIimage-versionandfilesystem-timedefined inproject.confviainclude/image-version.ymlmake-layerwhiteout creation uses a Python monkey-patch workaround for rootless podman (noCAP_MKNODin user namespaces) — works but not elegant.transferfiles (dl.projectbluefin.io) is a placeholdersystemd-sysext merge+systemd-confext mergeTest plan
just build-sysextcompletes without errorsjust export-sysextproduces.rawfilesjust bst show oci/bluefin.bststill resolves (no regression)systemd-dissectinspection of DDI images