summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei YU <yulei.sh@bytedance.com>2025-01-13 08:11:20 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-01-14 11:57:52 +0000
commit47d5dcef909dba98a8c9548495d8d83e44b9839b (patch)
tree53107af01ca604ad956c89310ab887ff8cff5eaa
parent63ff4ebafd9ea687d53ca1480e66df2aa09d222b (diff)
downloadpoky-47d5dcef909dba98a8c9548495d8d83e44b9839b.tar.gz
systemd: PACKAGECONFIG mountfsd and nsresourced
systemd v256 introduces `mountfsd` and `nsresourced` as meson options, make them PACKAGECONFIG so recipes could enable or disable the feature by selecting PACKAGECONFIGs. (From OE-Core rev: b091917424ac31fc9c188a16e653501d3a8b0afd) Signed-off-by: Lei YU <yulei.sh@bytedance.com> 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_257.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_257.1.bb b/meta/recipes-core/systemd/systemd_257.1.bb
index 8330157fb6..e7dae83957 100644
--- a/meta/recipes-core/systemd/systemd_257.1.bb
+++ b/meta/recipes-core/systemd/systemd_257.1.bb
@@ -179,7 +179,9 @@ PACKAGECONFIG[lz4] = "-Dlz4=enabled,-Dlz4=disabled,lz4"
179PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" 179PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false"
180PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" 180PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"
181PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd" 181PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd"
182PACKAGECONFIG[mountfsd] = "-Dmountfsd=true,-Dmountfsd=false"
182PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname" 183PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname"
184PACKAGECONFIG[nsresourced] = "-Dnsresourced=true,-Dnsresourced=false"
183PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false" 185PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false"
184PACKAGECONFIG[no-dns-fallback] = "-Ddns-servers=" 186PACKAGECONFIG[no-dns-fallback] = "-Ddns-servers="
185PACKAGECONFIG[no-ntp-fallback] = "-Dntp-servers=" 187PACKAGECONFIG[no-ntp-fallback] = "-Dntp-servers="