12 Commits

Author SHA1 Message Date
Krzesimir Nowak
bdfea9a341 build_library/extra_sysexts.sh: Use the x11-drivers/old-nvidia-drivers for 550 2025-08-25 10:28:39 +02:00
James Le Cuirot
bac06fe408 Add an overlaybd sysext with that and accelerated-container-image
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-07-30 13:24:35 +02:00
Mathieu Tortuyaux
df4b910323
sysext: add incus
Sort the sysext entries as well.

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2025-05-19 11:26:55 +02:00
Daniel Zatovic
a96ba6d0ca sysext: build nvidia-persistenced daemon 2025-05-13 11:26:09 +02:00
Daniel Zatovic
ee918fb32b sysext: don't build nvidia-drivers on ARM 2025-05-13 11:26:09 +02:00
Daniel Zatovic
894c794aeb sysext: Use SLOT notation in NVIDIA drivers version 2025-05-13 11:26:09 +02:00
Daniel Zatovic
820bc74c3b sysext: Change the sysext seperator from : to |
To be able to use the SLOT syntax, which uses : we need to change the
sysext seperator to |.
2025-05-13 11:26:09 +02:00
Daniel Zatovic
4efb615a55 sysext: Add pre-built NVIDIA drivers 2025-05-13 11:26:09 +02:00
Daniel Zatovic
305d999148 sysext: Allow per-sysext USE flags 2025-05-13 11:26:09 +02:00
Jendrik Weise
64c9ed5820 sysext: Add python sysext
Minimal sysext containing dev-lang/python and dev-python/pip.
Enabled ensurepip for python and added required packages from Gentoo.
2024-05-29 19:18:18 +02:00
Jendrik Weise
cd849d6849 sysext: Add podman sysext
Enabled user session dbus in base image to support podman rootless mode.
Extension images can now be created from multiple packages by seperating
them with a comma. The podman sysext includes app-containers/podman and
net-misc/passt.
It can be enabled by adding podman to /etc/flatcar/enabled-sysext.conf.
Potential TODO: gpgme had to be added as BDEPEND to podman ebuild.
2024-05-03 22:59:36 +09:00
Jeremi Piotrowski
79294342a9 build_library: Place EXTRA_SYSEXTS in a separate file
This allows it to be sourced from other scripts and used e.g. in
generating an image changes summary.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
2024-03-11 12:51:09 +00:00