diff options
author | Lei YU <yulei.sh@bytedance.com> | 2025-01-13 08:11:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-14 11:57:52 +0000 |
commit | 47d5dcef909dba98a8c9548495d8d83e44b9839b (patch) | |
tree | 53107af01ca604ad956c89310ab887ff8cff5eaa | |
parent | 63ff4ebafd9ea687d53ca1480e66df2aa09d222b (diff) | |
download | poky-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.bb | 2 |
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" | |||
179 | PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" | 179 | PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" |
180 | PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 180 | PACKAGECONFIG[manpages] = "-Dman=enabled,-Dman=disabled,libxslt-native xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
181 | PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd" | 181 | PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd" |
182 | PACKAGECONFIG[mountfsd] = "-Dmountfsd=true,-Dmountfsd=false" | ||
182 | PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname" | 183 | PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname" |
184 | PACKAGECONFIG[nsresourced] = "-Dnsresourced=true,-Dnsresourced=false" | ||
183 | PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false" | 185 | PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false" |
184 | PACKAGECONFIG[no-dns-fallback] = "-Ddns-servers=" | 186 | PACKAGECONFIG[no-dns-fallback] = "-Ddns-servers=" |
185 | PACKAGECONFIG[no-ntp-fallback] = "-Dntp-servers=" | 187 | PACKAGECONFIG[no-ntp-fallback] = "-Dntp-servers=" |