summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-08-01 21:49:24 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-08-04 18:04:04 +0100
commitab1c97e4e9353a77d076eda920c0b7928d57b844 (patch)
treef67ed16e665f79347f69f7482a4f04164e5d9df2 /meta/recipes-core
parentbb51be6fbfc15eb85f67ce96ce886293f40458a9 (diff)
downloadpoky-ab1c97e4e9353a77d076eda920c0b7928d57b844.tar.gz
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_257.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_257.6.bb b/meta/recipes-core/systemd/systemd_257.6.bb
index 9092d02c51..adc27f6cff 100644
--- a/meta/recipes-core/systemd/systemd_257.6.bb
+++ b/meta/recipes-core/systemd/systemd_257.6.bb
@@ -147,7 +147,6 @@ PACKAGECONFIG[tpm2] = "-Dtpm2=enabled,-Dtpm2=disabled,tpm2-tss,tpm2-tss libtss2
147PACKAGECONFIG[default-compression-lz4] = "-Dlz4=true -Ddefault-compression=lz4,,lz4" 147PACKAGECONFIG[default-compression-lz4] = "-Dlz4=true -Ddefault-compression=lz4,,lz4"
148PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz" 148PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz"
149PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd" 149PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd"
150PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus"
151PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=enabled,-Defi=false -Dbootloader=disabled,python3-pyelftools-native" 150PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=enabled,-Defi=false -Dbootloader=disabled,python3-pyelftools-native"
152PACKAGECONFIG[elfutils] = "-Delfutils=enabled,-Delfutils=disabled,elfutils,,libelf libdw" 151PACKAGECONFIG[elfutils] = "-Delfutils=enabled,-Delfutils=disabled,elfutils,,libelf libdw"
153PACKAGECONFIG[fido] = "-Dlibfido2=enabled,-Dlibfido2=disabled,libfido2" 152PACKAGECONFIG[fido] = "-Dlibfido2=enabled,-Dlibfido2=disabled,libfido2"
@@ -251,6 +250,7 @@ EXTRA_OEMESON += "-Dnobody-user=nobody \
251 -Dsystem-alloc-gid-min=101 \ 250 -Dsystem-alloc-gid-min=101 \
252 -Dsystem-gid-max=999 \ 251 -Dsystem-gid-max=999 \
253 ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', '-Ddefault-mdns=no -Ddefault-llmnr=no', '', d)} \ 252 ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', '-Ddefault-mdns=no -Ddefault-llmnr=no', '', d)} \
253 -Ddbus=disabled \
254 " 254 "
255 255
256# Hardcode target binary paths to avoid using paths from sysroot or worse 256# Hardcode target binary paths to avoid using paths from sysroot or worse