diff options
author | Jan Janssen <medhefgo@web.de> | 2023-02-27 16:54:48 +0100 |
---|---|---|
committer | Jan Janssen <medhefgo@web.de> | 2023-03-10 11:41:08 +0100 |
commit | 2afeaf1675a6a68636be493a9461e72ce067db19 (patch) | |
tree | 671ea8c8c90db518a516f00e19da08b4a43b046d /README | |
parent | tree-wide: Drop gnu-efi (diff) | |
download | systemd-2afeaf1675a6a68636be493a9461e72ce067db19.tar.xz systemd-2afeaf1675a6a68636be493a9461e72ce067db19.zip |
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
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |