mirror of
https://git.yoctoproject.org/poky
synced 2026-06-07 03:04:04 +00:00
systemd: explicitly disable dbus
This is actually only used in a single test that we don't build, so explicitly disable DBus instead of offering a PACKAGECONFIG that doesn't do what you might expect (enable some systemd/dbus integration). This doesn't change behaviour as this option wasn't enabled by default. (From OE-Core rev: bed605e7cd095f210e24f1e07dab6f814d0bbb59) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bb51be6fbf
commit
ab1c97e4e9
@@ -147,7 +147,6 @@ PACKAGECONFIG[tpm2] = "-Dtpm2=enabled,-Dtpm2=disabled,tpm2-tss,tpm2-tss libtss2
|
||||
PACKAGECONFIG[default-compression-lz4] = "-Dlz4=true -Ddefault-compression=lz4,,lz4"
|
||||
PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz"
|
||||
PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd"
|
||||
PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus"
|
||||
PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=enabled,-Defi=false -Dbootloader=disabled,python3-pyelftools-native"
|
||||
PACKAGECONFIG[elfutils] = "-Delfutils=enabled,-Delfutils=disabled,elfutils,,libelf libdw"
|
||||
PACKAGECONFIG[fido] = "-Dlibfido2=enabled,-Dlibfido2=disabled,libfido2"
|
||||
@@ -251,6 +250,7 @@ EXTRA_OEMESON += "-Dnobody-user=nobody \
|
||||
-Dsystem-alloc-gid-min=101 \
|
||||
-Dsystem-gid-max=999 \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', '-Ddefault-mdns=no -Ddefault-llmnr=no', '', d)} \
|
||||
-Ddbus=disabled \
|
||||
"
|
||||
|
||||
# Hardcode target binary paths to avoid using paths from sysroot or worse
|
||||
|
||||
Reference in New Issue
Block a user