summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_256.7.bb74
1 files changed, 37 insertions, 37 deletions
diff --git a/meta/recipes-core/systemd/systemd_256.7.bb b/meta/recipes-core/systemd/systemd_256.7.bb
index af810c0fcd..f3af4ac44d 100644
--- a/meta/recipes-core/systemd/systemd_256.7.bb
+++ b/meta/recipes-core/systemd/systemd_256.7.bb
@@ -130,68 +130,68 @@ TARGET_CC_ARCH:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 -D_LARGEFILE64_SOURCE"
130# systemd-serialgetty.bb - not enabled by default. 130# systemd-serialgetty.bb - not enabled by default.
131PACKAGECONFIG[serial-getty-generator] = "" 131PACKAGECONFIG[serial-getty-generator] = ""
132 132
133PACKAGECONFIG[acl] = "-Dacl=true,-Dacl=false,acl" 133PACKAGECONFIG[acl] = "-Dacl=enabled,-Dacl=disabled,acl"
134PACKAGECONFIG[audit] = "-Daudit=true,-Daudit=false,audit" 134PACKAGECONFIG[audit] = "-Daudit=enabled,-Daudit=disabled,audit"
135PACKAGECONFIG[backlight] = "-Dbacklight=true,-Dbacklight=false" 135PACKAGECONFIG[backlight] = "-Dbacklight=true,-Dbacklight=false"
136PACKAGECONFIG[binfmt] = "-Dbinfmt=true,-Dbinfmt=false" 136PACKAGECONFIG[binfmt] = "-Dbinfmt=true,-Dbinfmt=false"
137PACKAGECONFIG[bpf-framework] = "-Dbpf-framework=true,-Dbpf-framework=false,clang-native bpftool-native libbpf,libbpf" 137PACKAGECONFIG[bpf-framework] = "-Dbpf-framework=enabled,-Dbpf-framework=disabled,clang-native bpftool-native libbpf,libbpf"
138PACKAGECONFIG[bzip2] = "-Dbzip2=true,-Dbzip2=false,bzip2" 138PACKAGECONFIG[bzip2] = "-Dbzip2=enabled,-Dbzip2=disabled,bzip2"
139PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false" 139PACKAGECONFIG[coredump] = "-Dcoredump=true,-Dcoredump=false"
140PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=true,-Dlibcryptsetup=false,cryptsetup,,cryptsetup" 140PACKAGECONFIG[cryptsetup] = "-Dlibcryptsetup=enabled,-Dlibcryptsetup=disabled,cryptsetup,,cryptsetup"
141PACKAGECONFIG[cryptsetup-plugins] = "-Dlibcryptsetup-plugins=true,-Dlibcryptsetup-plugins=false,cryptsetup,,cryptsetup" 141PACKAGECONFIG[cryptsetup-plugins] = "-Dlibcryptsetup-plugins=enabled,-Dlibcryptsetup-plugins=disabled,cryptsetup,,cryptsetup"
142PACKAGECONFIG[tpm2] = "-Dtpm2=true,-Dtpm2=false,tpm2-tss,tpm2-tss libtss2 libtss2-tcti-device" 142PACKAGECONFIG[tpm2] = "-Dtpm2=enabled,-Dtpm2=disabled,tpm2-tss,tpm2-tss libtss2 libtss2-tcti-device"
143# If multiple compression libraries are enabled, the format to use for compression is chosen implicitly, 143# If multiple compression libraries are enabled, the format to use for compression is chosen implicitly,
144# so if you want to compress with e.g. lz4 you cannot enable zstd, so you cannot read zstd-compressed journal files. 144# so if you want to compress with e.g. lz4 you cannot enable zstd, so you cannot read zstd-compressed journal files.
145# This option allows to enable all compression formats for reading, but choosing a specific one for writing. 145# This option allows to enable all compression formats for reading, but choosing a specific one for writing.
146PACKAGECONFIG[default-compression-lz4] = "-Dlz4=true -Ddefault-compression=lz4,,lz4" 146PACKAGECONFIG[default-compression-lz4] = "-Dlz4=true -Ddefault-compression=lz4,,lz4"
147PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz" 147PACKAGECONFIG[default-compression-xz] = "-Dxz=true -Ddefault-compression=xz,,xz"
148PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd" 148PACKAGECONFIG[default-compression-zstd] = "-Dzstd=true -Ddefault-compression=zstd,,zstd"
149PACKAGECONFIG[dbus] = "-Ddbus=true,-Ddbus=false,dbus" 149PACKAGECONFIG[dbus] = "-Ddbus=enabled,-Ddbus=disabled,dbus"
150PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=true,-Defi=false -Dbootloader=false,python3-pyelftools-native" 150PACKAGECONFIG[efi] = "-Defi=true -Dbootloader=enabled,-Defi=false -Dbootloader=disabled,python3-pyelftools-native"
151PACKAGECONFIG[elfutils] = "-Delfutils=true,-Delfutils=false,elfutils,,libelf libdw" 151PACKAGECONFIG[elfutils] = "-Delfutils=enabled,-Delfutils=disabled,elfutils,,libelf libdw"
152PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false" 152PACKAGECONFIG[firstboot] = "-Dfirstboot=true,-Dfirstboot=false"
153PACKAGECONFIG[repart] = "-Drepart=true,-Drepart=false" 153PACKAGECONFIG[repart] = "-Drepart=enabled,-Drepart=disabled"
154PACKAGECONFIG[homed] = "-Dhomed=true,-Dhomed=false" 154PACKAGECONFIG[homed] = "-Dhomed=enabled,-Dhomed=disabled"
155# Sign the journal for anti-tampering 155# Sign the journal for anti-tampering
156PACKAGECONFIG[gcrypt] = "-Dgcrypt=true,-Dgcrypt=false,libgcrypt" 156PACKAGECONFIG[gcrypt] = "-Dgcrypt=enabled,-Dgcrypt=disabled,libgcrypt"
157PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" 157PACKAGECONFIG[gnutls] = "-Dgnutls=enabled,-Dgnutls=disabled,gnutls"
158PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" 158PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false"
159PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false" 159PACKAGECONFIG[hibernate] = "-Dhibernate=true,-Dhibernate=false"
160PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false" 160PACKAGECONFIG[hostnamed] = "-Dhostnamed=true,-Dhostnamed=false"
161PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" 161PACKAGECONFIG[idn] = "-Didn=true,-Didn=false"
162PACKAGECONFIG[ima] = "-Dima=true,-Dima=false" 162PACKAGECONFIG[ima] = "-Dima=true,-Dima=false"
163# importd requires journal-upload/xz/zlib/bzip2/gcrypt 163# importd requires journal-upload/xz/zlib/bzip2/gcrypt
164PACKAGECONFIG[importd] = "-Dimportd=true,-Dimportd=false,glib-2.0" 164PACKAGECONFIG[importd] = "-Dimportd=enabled,-Dimportd=disabled,glib-2.0"
165# Update NAT firewall rules 165# Update NAT firewall rules
166PACKAGECONFIG[iptc] = "-Dlibiptc=true,-Dlibiptc=false,iptables" 166PACKAGECONFIG[iptc] = "-Dlibiptc=enabled,-Dlibiptc=disabled,iptables"
167PACKAGECONFIG[journal-color] = ",,,less" 167PACKAGECONFIG[journal-color] = ",,,less"
168PACKAGECONFIG[journal-upload] = "-Dlibcurl=true,-Dlibcurl=false,curl" 168PACKAGECONFIG[journal-upload] = "-Dlibcurl=enabled,-Dlibcurl=disabled,curl"
169PACKAGECONFIG[kmod] = "-Dkmod=true,-Dkmod=false,kmod,libkmod" 169PACKAGECONFIG[kmod] = "-Dkmod=enabled,-Dkmod=disabled,kmod,libkmod"
170PACKAGECONFIG[ldconfig] = "-Dldconfig=true,-Dldconfig=false,,ldconfig" 170PACKAGECONFIG[ldconfig] = "-Dldconfig=true,-Dldconfig=false,,ldconfig"
171PACKAGECONFIG[libidn] = "-Dlibidn=true,-Dlibidn=false,libidn,,libidn" 171PACKAGECONFIG[libidn] = "-Dlibidn=enabled,-Dlibidn=disabled,libidn,,libidn"
172PACKAGECONFIG[libidn2] = "-Dlibidn2=true,-Dlibidn2=false,libidn2,,libidn2" 172PACKAGECONFIG[libidn2] = "-Dlibidn2=enabled,-Dlibidn2=disabled,libidn2,,libidn2"
173# Link udev shared with systemd helper library. 173# Link udev shared with systemd helper library.
174# If enabled the udev package depends on the systemd package (which has the needed shared library). 174# If enabled the udev package depends on the systemd package (which has the needed shared library).
175PACKAGECONFIG[link-udev-shared] = "-Dlink-udev-shared=true,-Dlink-udev-shared=false" 175PACKAGECONFIG[link-udev-shared] = "-Dlink-udev-shared=true,-Dlink-udev-shared=false"
176PACKAGECONFIG[localed] = "-Dlocaled=true,-Dlocaled=false" 176PACKAGECONFIG[localed] = "-Dlocaled=true,-Dlocaled=false"
177PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false" 177PACKAGECONFIG[logind] = "-Dlogind=true,-Dlogind=false"
178PACKAGECONFIG[lz4] = "-Dlz4=true,-Dlz4=false,lz4" 178PACKAGECONFIG[lz4] = "-Dlz4=enabled,-Dlz4=disabled,lz4"
179PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false" 179PACKAGECONFIG[machined] = "-Dmachined=true,-Dmachined=false"
180PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false,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=true,-Dmicrohttpd=false,libmicrohttpd" 181PACKAGECONFIG[microhttpd] = "-Dmicrohttpd=enabled,-Dmicrohttpd=disabled,libmicrohttpd"
182PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname" 182PACKAGECONFIG[myhostname] = "-Dnss-myhostname=true,-Dnss-myhostname=false,,libnss-myhostname"
183PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false" 183PACKAGECONFIG[networkd] = "-Dnetworkd=true,-Dnetworkd=false"
184PACKAGECONFIG[no-dns-fallback] = "-Ddns-servers=" 184PACKAGECONFIG[no-dns-fallback] = "-Ddns-servers="
185PACKAGECONFIG[no-ntp-fallback] = "-Dntp-servers=" 185PACKAGECONFIG[no-ntp-fallback] = "-Dntp-servers="
186PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false,,libnss-systemd" 186PACKAGECONFIG[nss] = "-Dnss-systemd=true,-Dnss-systemd=false,,libnss-systemd"
187PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=true,-Dnss-mymachines=false" 187PACKAGECONFIG[nss-mymachines] = "-Dnss-mymachines=enabled,-Dnss-mymachines=disabled"
188PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=true,-Dnss-resolve=false" 188PACKAGECONFIG[nss-resolve] = "-Dnss-resolve=enabled,-Dnss-resolve=disabled"
189PACKAGECONFIG[oomd] = "-Doomd=true,-Doomd=false" 189PACKAGECONFIG[oomd] = "-Doomd=true,-Doomd=false"
190PACKAGECONFIG[openssl] = "-Dopenssl=true,-Dopenssl=false,openssl" 190PACKAGECONFIG[openssl] = "-Dopenssl=enabled,-Dopenssl=disabled,openssl"
191PACKAGECONFIG[p11kit] = "-Dp11kit=true,-Dp11kit=false,p11-kit" 191PACKAGECONFIG[p11kit] = "-Dp11kit=enabled,-Dp11kit=disabled,p11-kit"
192PACKAGECONFIG[pam] = "-Dpam=true,-Dpam=false,libpam,${PAM_PLUGINS}" 192PACKAGECONFIG[pam] = "-Dpam=enabled,-Dpam=disabled,libpam,${PAM_PLUGINS}"
193PACKAGECONFIG[pcre2] = "-Dpcre2=true,-Dpcre2=false,libpcre2" 193PACKAGECONFIG[pcre2] = "-Dpcre2=enabled,-Dpcre2=disabled,libpcre2"
194PACKAGECONFIG[polkit] = "-Dpolkit=true,-Dpolkit=false" 194PACKAGECONFIG[polkit] = "-Dpolkit=enabled,-Dpolkit=disabled"
195# If polkit is disabled and networkd+hostnamed are in use, enabling this option and 195# If polkit is disabled and networkd+hostnamed are in use, enabling this option and
196# using dbus-broker will allow networkd to be authorized to change the 196# using dbus-broker will allow networkd to be authorized to change the
197# hostname without acquiring additional privileges 197# hostname without acquiring additional privileges
@@ -199,13 +199,13 @@ PACKAGECONFIG[polkit_hostnamed_fallback] = ",,,,dbus-broker,polkit"
199PACKAGECONFIG[portabled] = "-Dportabled=true,-Dportabled=false" 199PACKAGECONFIG[portabled] = "-Dportabled=true,-Dportabled=false"
200PACKAGECONFIG[pstore] = "-Dpstore=true,-Dpstore=false" 200PACKAGECONFIG[pstore] = "-Dpstore=true,-Dpstore=false"
201PACKAGECONFIG[pni-names] = ",,," 201PACKAGECONFIG[pni-names] = ",,,"
202PACKAGECONFIG[qrencode] = "-Dqrencode=true,-Dqrencode=false,qrencode,,qrencode" 202PACKAGECONFIG[qrencode] = "-Dqrencode=enabled,-Dqrencode=disabled,qrencode,,qrencode"
203PACKAGECONFIG[quotacheck] = "-Dquotacheck=true,-Dquotacheck=false" 203PACKAGECONFIG[quotacheck] = "-Dquotacheck=true,-Dquotacheck=false"
204PACKAGECONFIG[randomseed] = "-Drandomseed=true,-Drandomseed=false" 204PACKAGECONFIG[randomseed] = "-Drandomseed=true,-Drandomseed=false"
205PACKAGECONFIG[resolved] = "-Dresolve=true,-Dresolve=false" 205PACKAGECONFIG[resolved] = "-Dresolve=true,-Dresolve=false"
206PACKAGECONFIG[rfkill] = "-Drfkill=true,-Drfkill=false" 206PACKAGECONFIG[rfkill] = "-Drfkill=true,-Drfkill=false"
207PACKAGECONFIG[seccomp] = "-Dseccomp=true,-Dseccomp=false,libseccomp" 207PACKAGECONFIG[seccomp] = "-Dseccomp=enabled,-Dseccomp=disabled,libseccomp"
208PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,initscripts-sushell" 208PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux,initscripts-sushell"
209PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false" 209PACKAGECONFIG[smack] = "-Dsmack=true,-Dsmack=false"
210PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false" 210PACKAGECONFIG[sysext] = "-Dsysext=true, -Dsysext=false"
211PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false" 211PACKAGECONFIG[sysusers] = "-Dsysusers=true,-Dsysusers=false"
@@ -227,10 +227,10 @@ PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setu
227PACKAGECONFIG[wheel-group] = "-Dwheel-group=true, -Dwheel-group=false" 227PACKAGECONFIG[wheel-group] = "-Dwheel-group=true, -Dwheel-group=false"
228PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false" 228PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false"
229# Verify keymaps on locale change 229# Verify keymaps on locale change
230PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon" 230PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=enabled,-Dxkbcommon=disabled,libxkbcommon"
231PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz" 231PACKAGECONFIG[xz] = "-Dxz=enabled,-Dxz=disabled,xz"
232PACKAGECONFIG[zlib] = "-Dzlib=true,-Dzlib=false,zlib" 232PACKAGECONFIG[zlib] = "-Dzlib=enabled,-Dzlib=disabled,zlib"
233PACKAGECONFIG[zstd] = "-Dzstd=true,-Dzstd=false,zstd" 233PACKAGECONFIG[zstd] = "-Dzstd=enabled,-Dzstd=disabled,zstd"
234 234
235RESOLV_CONF ??= "" 235RESOLV_CONF ??= ""
236 236