From d613875f540f724156755b6d0629ba3cdd2261af Mon Sep 17 00:00:00 2001 From: Johannes Kauffmann Date: Tue, 13 Jun 2023 09:26:46 +0200 Subject: open62541: add multithreading PACKAGECONFIG option By default, open62541 is built without multithreading support. Make this configurable. Signed-off-by: Johannes Kauffmann Signed-off-by: Khem Raj --- meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') diff --git a/meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb b/meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb index 75cf25c773..26b738b57c 100644 --- a/meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb +++ b/meta-networking/recipes-protocols/opcua/open62541_1.3.6.bb @@ -36,6 +36,7 @@ PACKAGECONFIG ?= "encryption-mbedtls pubsub pubsub-eth" PACKAGECONFIG[amalgamation] = "-DUA_ENABLE_AMALGAMATION=ON, -DUA_ENABLE_AMALGAMATION=OFF" PACKAGECONFIG[encryption-mbedtls] = "-DUA_ENABLE_ENCRYPTION=MBEDTLS, , mbedtls, , , encryption-openssl" PACKAGECONFIG[encryption-openssl] = "-DUA_ENABLE_ENCRYPTION=OPENSSL, , openssl, , , encryption-mbedtls" +PACKAGECONFIG[multithreading] = "-DUA_MULTITHREADING=100, -DUA_MULTITHREADING=0" PACKAGECONFIG[pubsub] = "-DUA_ENABLE_PUBSUB=ON, -DUA_ENABLE_PUBSUB=OFF" PACKAGECONFIG[pubsub-eth] = "-DUA_ENABLE_PUBSUB_ETH_UADP=ON, -DUA_ENABLE_PUBSUB_ETH_UADP=OFF" PACKAGECONFIG[werror] = "-DUA_FORCE_WERROR=ON, -DUA_FORCE_WERROR=OFF" -- cgit v1.2.3-54-g00ecf