Flatcar Buildbot
84255d5da1
sys-kernel/coreos-sources: Update from 6.12.84 to 6.12.85
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-05-01 07:48:35 +00:00
Dongsu Park
3fa05e9bda
Merge pull request #3973 from flatcar/linux-6.12.84-main
...
Upgrade Linux Kernel for main from 6.12.81 to 6.12.84
2026-04-30 14:31:53 +02:00
Dongsu Park
6463a796a9
overlay ue-rs: update to 2026-04-28
...
Update ue-rs to 2026-04-28.
Pulls in following PRs:
* https://github.com/flatcar/ue-rs/pull/104
* https://github.com/flatcar/ue-rs/pull/105
* https://github.com/flatcar/ue-rs/pull/106
* https://github.com/flatcar/ue-rs/pull/108
* https://github.com/flatcar/ue-rs/pull/109
Signed-off-by: Dongsu Park <dongsu@dpark.io>
2026-04-28 11:46:17 +02:00
Flatcar Buildbot
7f10cc873b
sys-kernel/coreos-sources: Update from 6.12.81 to 6.12.84
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-28 07:49:41 +00:00
Mathieu Tortuyaux
75776dcff7
Merge pull request #3965 from flatcar/cacerts-3.123.1-main
...
Update ca-certificates in main from 3.122 to 3.123.1
2026-04-27 17:04:55 +02:00
James Le Cuirot
983315c398
Merge pull request #3955 from flatcar/chewi/more-sdk-fixes
2026-04-27 13:31:48 +01:00
Flatcar Buildbot
20a59b28e8
app-misc/ca-certificates: Update from 3.122 to 3.123.1
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-27 07:54:00 +00:00
James Le Cuirot
2fb7105dba
Merge pull request #3936 from flatcar/firmware-20260410-main
...
Upgrade Linux Firmware in main from 20260309 to 20260410
2026-04-24 13:24:37 +01:00
Johann Queuniet
e48c9ffebe
Parameterize secure boot keys
...
Signed-off-by: Johann Queuniet <sub_code.git@queuniet.fr>
2026-04-22 06:30:48 +02:00
James Le Cuirot
28831b50a6
sys-apps/baselayout: Modify ${ROOT} rather than ${D} in pkg_preinst
...
update_sdk_container_image failed to update baselayout because it
touched /sys, which is not allowed in an unprivileged docker build
environment.
dumb-tmpfiles-proc.sh does not touch existing directories, but it was
modifying the staging directory rather than the live filesystem, causing
Portage to record /sys in the package's CONTENTS and then make changes
to it when merging.
We only need to create the directories in pkg_preinst because the other
file types are already created in src_install.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-21 14:15:05 +01:00
James Le Cuirot
433f8c40fd
app-shells/bash: Apply tentative patch to try to fix wait error
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-21 14:15:03 +01:00
James Le Cuirot
d85bbc31a1
overlay profiles: Don't complain when rm_masked_debug_files does nothing
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-21 14:14:57 +01:00
Flatcar Buildbot
1752158c22
sys-kernel/coreos-firmware: Update from 20260309 to 20260410
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-16 07:34:39 +00:00
James Le Cuirot
32f35c29b1
coreos-base/coreos-init: Bump for new Ignition OEM mount handling
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-15 15:23:44 +01:00
James Le Cuirot
a69494ae03
sys-kernel/bootengine: Bump for new Ignition OEM mount handling
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-15 15:23:43 +01:00
James Le Cuirot
3f8baedc51
sys-apps/ignition: Drop the old OEM mounting code
...
bootengine will mount the partition before Ignition starts instead.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-15 15:23:41 +01:00
Sayan Chowdhury
9aa417653e
Merge pull request #3919 from flatcar/linux-6.12.81-main
...
Upgrade Linux Kernel for main from 6.12.77 to 6.12.81
2026-04-13 18:44:16 +05:30
Mathieu Tortuyaux
132e48e8d8
Merge pull request #3869 from flatcar/cacerts-3.122-main
...
Update ca-certificates in main from 3.121 to 3.122
2026-04-13 10:26:59 +02:00
Flatcar Buildbot
5baff0e498
sys-kernel/coreos-sources: Update from 6.12.77 to 6.12.81
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-12 07:33:07 +00:00
James Le Cuirot
17e7ec0a07
sdk profile: Disable FEATURES="splitdebug"
...
We don't include -g in the SDK CFLAGS, so don't waste time and space on
splitdebug. Other compilers like Rust still generate debug symbols, but
we don't need these either.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-10 10:16:59 +01:00
James Le Cuirot
d9391b9e34
sys-apps/baselayout: Bump to drop /usr/lib/debug dirs and symlinks
...
Gentoo starts with this directory being empty, and Portage complains if
you populate it with merge-usr symlinks.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-10 10:16:58 +01:00
James Le Cuirot
7097436580
overlay profiles: Remove debug build-id symlinks broken by INSTALL_MASK
...
Otherwise they trip our QA check, which fails the build.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-10 10:16:57 +01:00
James Le Cuirot
d32cf515b0
overlay profiles: Drop /usr/lib/debug/.build-id from INSTALL_MASK
...
A recent Portage fix should avoid any collisions by salting the debug
files with the package name and version. The fix inadvertently broke the
debuglink CRC, which gdb checks, but this went unnoticed in Gentoo
because gdb prefers looking up symbols with the build-id instead.
However, this was noticed in Flatcar because of the INSTALL_MASK! This
has now also been fixed in Gentoo. We can drop the INSTALL_MASK now to
rely on the build-id instead of the debuglink.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-10 10:16:56 +01:00
Flatcar Buildbot
9f1f2fed69
portage-stable/metadata: Monthly GLSA metadata updates
...
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Dongsu Park <dongsu@dpark.io>
2026-04-02 14:57:53 +02:00
James Le Cuirot
c6927109d7
Merge pull request #3871 from flatcar/chewi/nss-usrfiles
...
sys-libs/nss-usrfiles: Version bump to 2.43
2026-04-01 14:23:50 +01:00
James Le Cuirot
c724ec65a7
sys-libs/nss-usrfiles: Version bump to 2.43
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-04-01 11:39:51 +01:00
James Le Cuirot
2519d52a9f
app-containers/accelerated-container-image: Version bump to 1.4.3
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-31 14:21:54 +01:00
James Le Cuirot
660f295af3
sys-apps/ignition: Apply oem:// and mounting fixes
...
Loading config from the initrd with `oem://` was broken because Ignition
was still looking in /usr/share/oem, which is now moved to /oem by the
minimal initrd.
This also fixes mounting the OEM partition when /mnt does not already
exist. This fix is slightly academic, because this currently only
happens when PXE booting, where the OEM partition won't exist anyway,
but we should fail for the right reason.
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-30 14:03:12 +01:00
Flatcar Buildbot
96fb11b01d
app-misc/ca-certificates: Update from 3.121 to 3.122
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-30 07:43:01 +00:00
Mathieu Tortuyaux
49c4b396bb
Merge pull request #3461 from flatcar/tormath1/amd-gpu
2026-03-18 13:39:31 +01:00
James Le Cuirot
200cf71083
app-containers/accelerated-container-image: Version bump to 1.4.2
...
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2026-03-18 11:23:51 +00:00
Mathieu Tortuyaux
dbbbe7a772
sys-kernel/coreos-firmware: ignore some missing firmware
...
It happens that some modules uses `MODULE_FIRMWARE` with a file
not-shipped into 'linux-firmware'.
In such a case, we can safely ignore those.
e.g 'amdgpu/ip_discovery.bin' is not a file shipped by linux-firmware
(see: a79d3709c4 )
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-03-17 13:59:11 +01:00
Mathieu Tortuyaux
bcd1492407
sys-kernel/coreos-modules: build AMD GPU as module
...
Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
2026-03-17 13:59:09 +01:00
Mathieu Tortuyaux
4c4fe6007f
Merge pull request #3827 from flatcar/linux-6.12.77-main
...
Upgrade Linux Kernel for main from 6.12.74 to 6.12.77
2026-03-16 12:35:02 +01:00
Mathieu Tortuyaux
7066fe94b9
Merge pull request #3825 from flatcar/firmware-20260309-main
...
Upgrade Linux Firmware in main from 20260221 to 20260309
2026-03-16 10:05:22 +01:00
Flatcar Buildbot
af108748e6
sys-kernel/coreos-sources: Update from 6.12.74 to 6.12.77
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-14 07:17:02 +00:00
Flatcar Buildbot
d2bba54bba
portage-stable/metadata: Monthly GLSA metadata updates
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-13 10:45:04 +01:00
Flatcar Buildbot
e47b1c63aa
sys-kernel/coreos-firmware: Update from 20260221 to 20260309
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-12 07:21:20 +00:00
Krzesimir Nowak
a899f2f97d
Merge pull request #3797 from flatcar/buildbot/weekly-portage-stable-package-updates-2026-03-09
...
Weekly portage-stable package updates 2026-03-09
2026-03-11 18:08:22 +01:00
Krzesimir Nowak
1c2bf6ee5f
overlay sys-boot/shim: Fix building with binutils 2.46
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-03-11 10:10:50 +01:00
Krzesimir Nowak
025dc54fef
overlay profiles: Add accept keywords for binutils
...
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
2026-03-11 10:10:50 +01:00
Flatcar Buildbot
3797ce5a7f
x11-drivers/nvidia-drivers: Sync with Gentoo
...
It's from Gentoo commit 5fd3fa3e9bf3ea053703ad48c2a7a0a3fb47dc04.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 10:10:50 +01:00
Flatcar Buildbot
14f626b9f7
sys-libs/timezone-data: Sync with Gentoo
...
It's from Gentoo commit 47523102cc3d5fe863da551a00ebcf98f9aa3e22.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 10:10:50 +01:00
Flatcar Buildbot
b673ab1567
sys-libs/pam: Sync with Gentoo
...
It's from Gentoo commit 106ac09117b3e233440d6780f4359ba5e9be18bc.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 10:10:50 +01:00
Flatcar Buildbot
28512be795
sys-libs/binutils-libs: Sync with Gentoo
...
It's from Gentoo commit 7eb007853b56957cc436df74c97a9e783411c125.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 10:10:50 +01:00
Flatcar Buildbot
5e8bc6216f
sys-kernel/linux-headers: Sync with Gentoo
...
It's from Gentoo commit e9e6312d5a12a16bec692e44de3f184c0cc2dc5e.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 10:10:50 +01:00
Flatcar Buildbot
370cdeb36c
sys-fs/mdadm: Sync with Gentoo
...
It's from Gentoo commit 88363d5349960e09082915da4e7e5b08e379c564.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 10:10:50 +01:00
Flatcar Buildbot
eea31db930
sys-fs/e2fsprogs: Sync with Gentoo
...
It's from Gentoo commit 2ddca36001e0c21c0e2e71744610c0223cf1f26c.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 10:10:50 +01:00
Flatcar Buildbot
8bc649c239
sys-firmware/intel-microcode: Sync with Gentoo
...
It's from Gentoo commit 9e5c992e33b5225c92dae3bc82defad83f234047.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 10:10:49 +01:00
Flatcar Buildbot
28450ddbaa
sys-devel/gcc: Sync with Gentoo
...
It's from Gentoo commit 3ed4f8bc1e5dc9a055da549b8c299e683ecafae1.
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-03-11 10:10:49 +01:00