This sample application provides an example coap-client using the the MBEDTLS library.
Signed-off-by: Amit Kucheria <[email protected]> --- recipes-kernel/zephyr-kernel/zephyr-coap-client.bb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-coap-client.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-coap-client.bb b/recipes-kernel/zephyr-kernel/zephyr-coap-client.bb new file mode 100644 index 000000000000..4140c0f89eae --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-coap-client.bb @@ -0,0 +1,5 @@ +include zephyr-sample.inc + +ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/coap_client" + +ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53928): https://lists.yoctoproject.org/g/yocto/message/53928 Mute This Topic: https://lists.yoctoproject.org/mt/83681939/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
