From: Josef Bacik Date: Fri, 8 Dec 2023 22:28:21 +0000 (+0000) Subject: mkosi: include binutils in the packages for building X-Git-Tag: v20~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4953e2cb66f0713dc302d089e92894e852e5a045;p=thirdparty%2Fmkosi.git mkosi: include binutils in the packages for building On aarch64 the dependencies are different than x86 and we don't end up with binutils getting picked up, which means readelf isn't available for systemd-ukify when using mkosi-kernel on aarch64. Explicitly add bintuils to the list of packages, this allows mkosi-kernel to work properly on an aarch64 machine. --- diff --git a/mkosi/distributions/fedora.py b/mkosi/distributions/fedora.py index e27e7e27c..c4d2bd5f4 100644 --- a/mkosi/distributions/fedora.py +++ b/mkosi/distributions/fedora.py @@ -41,6 +41,7 @@ class Installer(DistributionInstaller): "apt", "archlinux-keyring", "bash", + "binutils", "btrfs-progs", "bubblewrap", "ca-certificates",