summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2026-04-08 11:32:16 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-10 07:59:51 -0700
commit8d37aa1b427ed6d705dd0aeb9385b42a7b44bb87 (patch)
treeb9168de936c4766738b839adc4961726a2ca7da9
parenta322194016f0cc48a6809e89532a2051a684ea1e (diff)
downloadmeta-openembedded-8d37aa1b427ed6d705dd0aeb9385b42a7b44bb87.tar.gz
poco: add config for fastlogger
It is a new feature in 1.15.0, enabled upstream by default. It is part of Foundation library. So this makes it possible to disable it. Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-support/poco/poco_1.15.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.15.1.bb b/meta-oe/recipes-support/poco/poco_1.15.1.bb
index 35fd13f538..b50d1ee4ec 100644
--- a/meta-oe/recipes-support/poco/poco_1.15.1.bb
+++ b/meta-oe/recipes-support/poco/poco_1.15.1.bb
@@ -24,7 +24,7 @@ inherit cmake ptest
24# By default the most commonly used poco components are built 24# By default the most commonly used poco components are built
25# Foundation is built anyway and doesn't need to be listed explicitly 25# Foundation is built anyway and doesn't need to be listed explicitly
26# these don't have dependencies outside oe-core 26# these don't have dependencies outside oe-core
27PACKAGECONFIG ??= "XML JSON PDF Util Net NetSSL Crypto JWT Data DataPostgreSQL DataSQLite DNSSDAvahi Zip Encodings Prometheus" 27PACKAGECONFIG ??= "XML JSON PDF Util Net NetSSL Crypto JWT Data DataPostgreSQL DataSQLite DNSSDAvahi Zip Encodings Prometheus FastLogger"
28# MongoDB does not build for all architectures yet keep in sync with COMPATIBLE_HOST list in mongodb recipe 28# MongoDB does not build for all architectures yet keep in sync with COMPATIBLE_HOST list in mongodb recipe
29# and mongodb needs meta-python enabled as well 29# and mongodb needs meta-python enabled as well
30PACKAGECONFIG:remove:riscv32 = "MongoDB" 30PACKAGECONFIG:remove:riscv32 = "MongoDB"
@@ -49,6 +49,7 @@ PACKAGECONFIG[DNSSDAvahi] = "-DENABLE_DNSSD=ON -DENABLE_DNSSD_AVAHI=ON,-DENABLE_
49PACKAGECONFIG[Zip] = "-DENABLE_ZIP=ON,-DENABLE_ZIP=OFF" 49PACKAGECONFIG[Zip] = "-DENABLE_ZIP=ON,-DENABLE_ZIP=OFF"
50PACKAGECONFIG[Encodings] = "-DENABLE_ENCODINGS=ON,-DENABLE_ENCODINGS=OFF" 50PACKAGECONFIG[Encodings] = "-DENABLE_ENCODINGS=ON,-DENABLE_ENCODINGS=OFF"
51PACKAGECONFIG[Prometheus] = "-DENABLE_PROMETHEUS=ON,-DENABLE_PROMETHEUS=OFF" 51PACKAGECONFIG[Prometheus] = "-DENABLE_PROMETHEUS=ON,-DENABLE_PROMETHEUS=OFF"
52PACKAGECONFIG[FastLogger] = "-DENABLE_FASTLOGGER=ON,-DENABLE_FASTLOGGER=OFF"
52 53
53# Additional components not build by default, 54# Additional components not build by default,
54# they might have dependencies not included in oe-core 55# they might have dependencies not included in oe-core