@@ -41,36 +41,33 @@ PACKAGECONFIG:pn-cc-commsdsl = "commsdsl2swig commsdsl2emscripten"
4141```
4242
4343# PACKAGECONFIG of cc-mqttsn-libs
44- By default the ` cc-mqttsn-libs ` recipe produces static libraries for both client and gateway. The recipe also allows
45- adding Qt5 based applications for UDP I/O link. To enable them use appropriate ** PACKAGECONFIG** assignment in the
44+ By default the ` cc-mqttsn-libs ` recipe produces static libraries for both client and gateway as well as relevant
45+ ` boost ` based applications. To disable unnecessary libraries and/or applications use ** PACKAGECONFIG** assignment in the
4646` local.conf ` or machine configuration file.
4747```
48- PACKAGECONFIG:append: pn-cc-mqttsn-libs = " cc_mqttsn_client_udp_apps cc_mqttsn_gateway_udp_apps "
48+ PACKAGECONFIG:pn-cc-mqttsn-libs = "cc_mqttsn_client_lib "
4949```
50- Note that it will bring up ` qt5base ` package as a dependency.
5150
5251# PACKAGECONFIG of cc-mqtt311-libs
53- By default the ` cc-mqtt311-libs ` recipe produces static mqtt v3.1.1 client library. The recipe also allows
54- adding example applications. To enable them use appropriate ** PACKAGECONFIG** assignment in the
52+ By default the ` cc-mqtt311-libs ` recipe produces static mqtt v3.1.1 client library as well as
53+ ` boost ` based client applications. To disable unnecessary components use ** PACKAGECONFIG** assignment in the
5554` local.conf ` or machine configuration file.
5655```
57- PACKAGECONFIG:append: pn-cc-mqtt311-libs = " cc_mqtt311_client_lib cc_mqtt311_client_apps "
56+ PACKAGECONFIG:pn-cc-mqtt311-libs = "cc_mqtt311_client_lib"
5857```
59- Note that applications will bring up ` boost ` package as a dependency.
6058
6159# PACKAGECONFIG of cc-mqtt5-libs
62- By default the ` cc-mqtt5-libs ` recipe produces static mqtt v5 client library. The recipe also allows
63- adding example applications. To enable them use appropriate ** PACKAGECONFIG** assignment in the
60+ By default the ` cc-mqtt5-libs ` recipe produces static mqtt v5 client library as well as
61+ ` boost ` based client applications. To disable unnecessary components use ** PACKAGECONFIG** assignment in the
6462` local.conf ` or machine configuration file.
6563```
66- PACKAGECONFIG:append: pn-cc-mqtt5-libs = " cc_mqtt5_client_lib cc_mqtt5_client_apps "
64+ PACKAGECONFIG:pn-cc-mqtt5-libs = "cc_mqtt5_client_lib"
6765```
68- Note that applications will bring up ` boost ` package as a dependency.
6966
7067# Extra Tips
7168When generating and using SDK for the external target application development add the following lines to the image recipe:
7269```
73- # Add the required headers only libraries from the CommsChampion Ecosystem
70+ # Add the required libraries from the CommsChampion Ecosystem
7471TOOLCHAIN_TARGET_TASK += "cc-comms-dev"
7572TOOLCHAIN_TARGET_TASK += "cc-ublox-dev"
7673...
0 commit comments