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
flatcar-ci
400b4dabd4
New version: main-4686.0.0-nightly-20260430-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-30 21:00:51 +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
Flatcar Buildbot
e34ee7a91d
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-29 21:00:59 +00:00
flatcar-ci
d9a60336d3
New version: main-4685.0.0-nightly-20260429-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-29 21:00:35 +00:00
flatcar-ci
30a0171ddc
New version: main-4684.0.0-nightly-20260428-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-29 09:33:05 +00:00
flatcar-ci
ae2e05911c
Revert failed version back to 4676.0.0+nightly-20260420-2100
2026-04-28 22:58:26 +00:00
flatcar-ci
87799f19e1
New version: main-4684.0.0-nightly-20260428-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-28 21:00:29 +00: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
flatcar-ci
b09e9e856a
Revert failed version back to 4676.0.0+nightly-20260420-2100
2026-04-27 23:50:10 +00:00
flatcar-ci
e5c8901a3d
New version: main-4683.0.0-nightly-20260427-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-27 21:00:36 +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
flatcar-ci
6e8746f372
Revert failed version back to 4676.0.0+nightly-20260420-2100
2026-04-24 23:10:05 +00:00
flatcar-ci
03425fd0c9
New version: main-4680.0.0-nightly-20260424-2100-INTERMEDIATE
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-24 21:00:39 +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
flatcar-ci
63c4137c94
Revert failed version back to 4676.0.0+nightly-20260420-2100
2026-04-23 23:00:56 +00:00
flatcar-ci
56f0755cf8
New version: main-4679.0.0-nightly-20260423-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-23 21:00:36 +00:00
flatcar-ci
d515161137
Revert failed version back to 4676.0.0+nightly-20260420-2100
2026-04-22 22:59:05 +00:00
flatcar-ci
2e399ee52d
New version: main-4678.0.0-nightly-20260422-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-22 21:00:33 +00: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-ci
ad886d8959
New version: main-4676.0.0-nightly-20260420-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-20 21:00:39 +00:00
Flatcar Buildbot
d63830d234
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-20 10:27:52 +00: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
flatcar-ci
02ea97d938
New version: main-4671.0.0-nightly-20260415-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-15 21:00:35 +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
Flatcar Buildbot
f9dc297d83
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-13 21:00:46 +00:00
flatcar-ci
c5834ad4c9
New version: main-4669.0.0-nightly-20260413-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-13 21:00:29 +00:00
Flatcar Buildbot
f5754d5277
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-13 13:14:30 +00: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
Flatcar Buildbot
fb4dbdf2e4
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-11 04:29:40 +00:00
flatcar-ci
3f46247811
New version: main-4666.0.0-nightly-20260410-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-11 04:29:26 +00:00
flatcar-ci
3ac3569f62
New version: main-4666.0.0-nightly-20260410-2100-INTERMEDIATE
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-10 21:00:35 +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-ci
1da8728068
New version: main-4665.0.0-nightly-20260409-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-10 08:07:56 +00:00
Flatcar Buildbot
49188bc197
Update mantle container image to latest HEAD
...
Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
2026-04-09 21:23:00 +00:00
flatcar-ci
832126e1fd
Revert failed version back to 4664.0.0+nightly-20260408-0708
2026-04-09 21:22:39 +00:00
flatcar-ci
d44a39b261
New version: main-4665.0.0-nightly-20260409-2100
...
Signed-off-by: flatcar-ci <infra+ci@flatcar-linux.org>
2026-04-09 21:00:28 +00:00