From 2afeaf1675a6a68636be493a9461e72ce067db19 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 27 Feb 2023 16:54:48 +0100 Subject: boot: Bring back bootloader builds This adds back sd-boot builds by using meson compile targets directly. We can do this now, because userspace binaries use the special dependency that allows us to easily separate flags, so that we don't pass anything to EFI builds that shouldn't be passed. Additionally, we pass a bunch of flags to hopefully disable/override any distro provided flags that should not be used for EFI binaries. Fixes: #12275 --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 8421db75e6..a94f71cc66 100644 --- a/README +++ b/README @@ -216,6 +216,7 @@ REQUIREMENTS: awk, sed, grep, and similar tools clang >= 10.0, llvm >= 10.0 (optional, required to build BPF programs from source code in C) + pyelftools (optional, required for systemd-boot) During runtime, you need the following additional dependencies: -- cgit v1.2.1