diff options
author | Mikko Rapeli <mikko.rapeli@linaro.org> | 2024-12-20 11:12:32 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-12-23 11:35:35 +0000 |
commit | 7a1f8970a86d1e97e52646f07fe727e68f53b8f2 (patch) | |
tree | a94b7eeff255bd589c90c59d80281460e27634a6 | |
parent | 30000c1b3d605c8b7f88baeb87649a4c41d117ca (diff) | |
download | poky-7a1f8970a86d1e97e52646f07fe727e68f53b8f2.tar.gz |
systemd: add fido to PACKAGECONFIG options
To enable FIDO support.
meta-oe can provide libfido2 but it depends on udev
which creates a dependency loop between systemd (provider of udev)
and libfido2 which is currently unresolved. systemd recipe
could split udev to a separate recipe to solve this, or libfido2
could be compiled in systemd source tree after udev but before
rest of systemd.
(From OE-Core rev: 1e347c36b0d3910cd71b24a4e4ab8e2dd49063d1)
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/systemd/systemd_256.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_256.9.bb b/meta/recipes-core/systemd/systemd_256.9.bb index c047964953..b5e3e85a38 100644 --- a/meta/recipes-core/systemd/systemd_256.9.bb +++ b/meta/recipes-core/systemd/systemd_256.9.bb | |||
@@ -150,6 +150,7 @@ PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zst | |||
150 | PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus" | 150 | PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus" |
151 | PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=enabled,-Defi=false -Dbootloader=disabled,python3-pyelftools-native" | 151 | PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=enabled,-Defi=false -Dbootloader=disabled,python3-pyelftools-native" |
152 | PACKAGECONFIG[elfutils] = "-Delfutils=enabled,-Delfutils=disabled,elfutils,,libelf libdw" | 152 | PACKAGECONFIG[elfutils] = "-Delfutils=enabled,-Delfutils=disabled,elfutils,,libelf libdw" |
153 | PACKAGECONFIG[fido] = "-Dlibfido2=enabled,-Dlibfido2=disabled,libfido2" | ||
153 | PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" | 154 | PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" |
154 | PACKAGECONFIG[repart] = "-Drepart=enabled,-Drepart=disabled" | 155 | PACKAGECONFIG[repart] = "-Drepart=enabled,-Drepart=disabled" |
155 | PACKAGECONFIG[homed] = "-Dhomed=enabled,-Dhomed=disabled" | 156 | PACKAGECONFIG[homed] = "-Dhomed=enabled,-Dhomed=disabled" |