31475 Commits

Author SHA1 Message Date
James Le Cuirot
e57080daf3
Drop obsolete SETTING_BINPKG_SERVER_DEV variable
This isn't used anywhere, and the referenced bucket is empty.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 17:59:39 +01:00
James Le Cuirot
50d7dd1a84
Drop all references to a toolchain-specific binpkg host
This evidently hasn't been used in a very long time, if ever, and it's
just adding confusion.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 17:59:38 +01:00
Krzesimir Nowak
df17f6b672 build_library/qemu_template.sh: Add support for extra disks 2025-04-22 17:19:38 +02:00
Krzesimir Nowak
36ee8ed43a build_library/qemu_template.sh: Simplify qemu execution
The final part of the script differed only the name of the qemu binary
to execute and in network device driver (virtio-net-pci on amd64 vs
virtio-net-device on arm64). virtio-net-pci seems to be working also
on arm64, so simplify the code to avoid repetition.
2025-04-22 17:19:38 +02:00
Krzesimir Nowak
b3dd088469 build_library/qemu_template.sh: Some whitespace fixes 2025-04-22 17:19:38 +02:00
Krzesimir Nowak
2ca63a3a82 build_library/qemu_template.sh: Simplify mounting VM image
There's no need to differentiate between amd64 and arm64 boards here
any more. This also adds bootindex=1 option to the -device flag, so we
can pass more secondary disks without affecting the boot order.
2025-04-22 17:19:38 +02:00
James Le Cuirot
8fae246f25
Merge pull request #2835 from flatcar/chewi/pre-dracut
Various changes in preparation for upgrading Dracut
2025-04-22 14:24:25 +01:00
James Le Cuirot
14398067d5
build_library: Change extraction script to xz and rewrite to be simpler
This version writes fewer temporary files and tries cpio multiple times
for concatenated archives again.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 13:14:02 +01:00
James Le Cuirot
d1a38bfa94
sys-kernel/coreos-modules: Compress initrd with xz rather than zstd
Again, zstd is faster but we're getting seriously short on space. Unlike
the kernel itself, this applies to both amd64 and arm64.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 13:14:01 +01:00
James Le Cuirot
48ba5fbc6d
sys-kernel/coreos-modules: Compress kernel with xz rather than zstd
zstd is faster but we're getting seriously short on space.
Unfortunately, the arm64 kernel still cannot be compressed, but it has
benefited from another space saving measure recently, and GRUB also
takes up less space in /boot.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 13:14:00 +01:00
James Le Cuirot
a072bde74c
sys-apps/systemd: Bump to v257.5 for the SDK only
We need this for dracut-install to have JSON support. It doesn't matter
that the Flatcar image will still have v256.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 13:13:59 +01:00
James Le Cuirot
6237a60988
build_dev_binpkgs: Only build packages available to the board profile
Updating only the SDK to systemd-257 caused this script to break, as it
saw this version being pulled in as a BDEPEND and then tried to build it
using the board profile. See the comment for details.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 13:13:59 +01:00
James Le Cuirot
78167629ba
build_dev_binpkgs: Refactor the script with better Bash techniques
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 13:13:58 +01:00
James Le Cuirot
7073a6a7b6
sys-kernel/coreos-kernel: Add missing dependencies
These dependencies are always present in CI by the time this package
gets built, but this may not be the case when building manually. This
leads to gaps in the initrd and ultimately failed boots.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 13:13:57 +01:00
James Le Cuirot
3c2a0527e0
setup_board: Add ldconfig wrapper for non-native arches
Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 13:13:56 +01:00
James Le Cuirot
688bb56a3d
sys-auth/google-oslogin: Install soname symlinks and general tidy up
The missing soname symlinks were causing ldconfig to create them later,
breaking the sandbox. The upstream Makefile installs them for you, so
let's use it even though it needs some taming.

This adds the systemd timer to refresh the NSS cache. This seems
important, and I can't see any reason to omit it.

This also moves the binaries from /usr/libexec to /usr/bin. Upstream has
always put them in /usr/bin, and putting them elsewhere requires tweaks.

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
2025-04-22 13:13:54 +01:00
Krzesimir Nowak
47e60959f1
Merge pull request #2826 from flatcar/buildbot/weekly-portage-stable-package-updates-2025-04-14
Weekly portage-stable package updates 2025-04-14
2025-04-22 09:48:59 +02:00
flatcar-ci
fac8e2bdad New version: main-4312.0.0-nightly-20250421-2100 2025-04-21 21:00:27 +00:00
flatcar-ci
00974a9ca4 New version: main-4308.0.0-nightly-20250417-2100 2025-04-17 21:00:27 +00:00
Mathieu Tortuyaux
5e19ece49d
Merge pull request #2834 from flatcar/firmware-20250410-main
Upgrade Linux Firmware in main from 20250311 to 20250410
2025-04-17 15:35:18 +02:00
Flatcar Buildbot
071f053414 sys-kernel/coreos-firmware: Update from 20250311 to 20250410 2025-04-17 07:05:21 +00:00
flatcar-ci
f35b58126c New version: main-4307.0.0-nightly-20250416-2100 2025-04-16 21:00:29 +00:00
Mathieu Tortuyaux
0e2954142a
Merge pull request #2833 from flatcar/mantle-update-main
Upgrade mantle container image to latest HEAD in main
2025-04-16 15:31:13 +02:00
Flatcar Buildbot
d7212c7fdb Update mantle container image to latest HEAD 2025-04-16 13:25:36 +00:00
Jan Bronicki
0b40f8a691
Merge pull request #2817 from flatcar/update-badges-with-socials
docs: Add Slack follow badge to README
2025-04-16 15:25:21 +02:00
Krzesimir Nowak
2ae9be01c9 changelog: Add entries 2025-04-16 11:55:10 +02:00
Krzesimir Nowak
1bc4b7251a overlay profiles: Drop accept keywords for dev-util/bpftool 2025-04-16 11:55:10 +02:00
Krzesimir Nowak
0647ee497c overlay profiles: Drop user patches for dev-lang/go
The updated package brought a similar patch in.
2025-04-16 11:55:10 +02:00
Krzesimir Nowak
c3b56d2686 overlay profiles: Add accept keywords for perl and go 2025-04-16 11:55:10 +02:00
Krzesimir Nowak
5303010459 overlay profiles: Add accept keywords for dev-lang/python 2025-04-16 11:55:10 +02:00
Flatcar Buildbot
d1bf47962a sys-process/audit: Sync with Gentoo
It's from Gentoo commit 249c898c9d7b7a4dc664f05c62e9a244a4715ebd.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
81543a0150 sys-libs/tevent: Sync with Gentoo
It's from Gentoo commit 52733d291cf215aada643026f1af54f4fff969e3.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
83b6c2ef13 sys-libs/tdb: Sync with Gentoo
It's from Gentoo commit cf4fb4e4fd01135c544601766e2e806321617121.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
e7c5237746 sys-libs/talloc: Sync with Gentoo
It's from Gentoo commit 2370de9fe60156a56147f3733366fb3a96047b8a.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
28f50d12db sys-libs/readline: Sync with Gentoo
It's from Gentoo commit df1a6494ace381a298fe3a8dfe4649cdc16daecf.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
faf8a49325 sys-libs/cracklib: Sync with Gentoo
It's from Gentoo commit b7a013abfee8f7264833b97631a986f129ff33da.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
6eb38bd0c5 sys-fs/xfsprogs: Sync with Gentoo
It's from Gentoo commit 6744d0bb2d9010c12ee3234219da4fdfdd8a51ac.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
9851faa017 sys-fs/cryptsetup: Sync with Gentoo
It's from Gentoo commit 8d29369deb1eb55ef56a53b91fd226a32f5b3d77.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
eaf15b8070 sys-devel/patch: Sync with Gentoo
It's from Gentoo commit 7c5d68843aa65291523f5062fc056cf2fedbe322.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
90f2c0edfb sys-devel/m4: Sync with Gentoo
It's from Gentoo commit d91b3fa35b2c9e2d2c0af3139e4041831c0f803c.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
1981728e83 sys-devel/gcc: Sync with Gentoo
It's from Gentoo commit 20ca6700b5d18a505b8011623da9c69adb4f6221.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
8b0db69c0f sys-devel/crossdev: Sync with Gentoo
It's from Gentoo commit 058ee954aa9cf758dbcb0b28c868948de90da8ba.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
4600daf332 sys-apps/pv: Sync with Gentoo
It's from Gentoo commit 25986265ef702b562a63569a34d64d76e05c1322.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
763242c1b0 sys-apps/portage: Sync with Gentoo
It's from Gentoo commit 121bc869f90ccf90a6dbbb634ab7adc9a646e37c.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
afd16229e1 sys-apps/iproute2: Sync with Gentoo
It's from Gentoo commit 1486fbcea70004b6dd3ea223777f7d1e2fa1cccb.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
21fe555047 sys-apps/grep: Sync with Gentoo
It's from Gentoo commit 6e7a0b5b4fdc2dae03949282202f51ad57a549f5.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
b49752c3eb sys-apps/diffutils: Sync with Gentoo
It's from Gentoo commit 05b54ccbad20c230d66b6d92f050bc45bc34b005.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
cd319623d9 sys-apps/coreutils: Sync with Gentoo
It's from Gentoo commit 844085a8cf7ad09e41b9dc6aa028b95a68be4551.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
b0d21aab1c sys-apps/acl: Sync with Gentoo
It's from Gentoo commit 8dd9012826daaa18613c8445e5ab87ea065c1a22.
2025-04-16 11:55:10 +02:00
Flatcar Buildbot
4400b67434 profiles: Sync with Gentoo
It's from Gentoo commit 1a2fa7bf8da106204fe728e8efa9e0bbaf5ab696.
2025-04-16 11:55:10 +02:00