Yocto Project Discussions
 help / color / mirror / Atom feed
* [meta-zephyr][PATCHv2 0/5] zephyr-kernel: Clone mbedtls
@ 2021-06-07  6:00 amit.kucheria
  2021-06-07  6:00 ` [meta-zephyr][PATCHv2 1/5] " amit.kucheria
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: amit.kucheria @ 2021-06-07  6:00 UTC (permalink / raw)
  To: yocto, wojciech.zmuda, andrei.gherzan, naveen.kumar.saini; +Cc: Amit Kucheria

From: Amit Kucheria <amit.kucheria.ext@huawei.com>


MBed TLS is a library that implements cryptographic primitives and SSL/TLS
and DTLS protocols that are needed in secure network communications.

Add it to the kernel include files to build and link against applications
that need mbedtls. Add a few sample applications that utilize mbedtls
library too.


Amit Kucheria (5):
  zephyr-kernel: Clone mbedtls
  zephyr-echo-client: Add recipe for echo client
  zephyr-http-client: Add recipe for http client
  zephyr-websocket-client: Add recipe for websocket client
  zephyr-mqtt-publisher: Add recipe for mqtt publisher

 recipes-kernel/zephyr-kernel/zephyr-echo-client.bb       | 5 +++++
 recipes-kernel/zephyr-kernel/zephyr-http-client.bb       | 5 +++++
 recipes-kernel/zephyr-kernel/zephyr-kernel-common.inc    | 1 +
 recipes-kernel/zephyr-kernel/zephyr-kernel-src-2.5.0.inc | 1 +
 recipes-kernel/zephyr-kernel/zephyr-kernel-src.inc       | 1 +
 recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb    | 5 +++++
 recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb  | 5 +++++
 7 files changed, 23 insertions(+)
 create mode 100644 recipes-kernel/zephyr-kernel/zephyr-echo-client.bb
 create mode 100644 recipes-kernel/zephyr-kernel/zephyr-http-client.bb
 create mode 100644 recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb
 create mode 100644 recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb

-- 
2.25.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-06-09  2:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-07  6:00 [meta-zephyr][PATCHv2 0/5] zephyr-kernel: Clone mbedtls amit.kucheria
2021-06-07  6:00 ` [meta-zephyr][PATCHv2 1/5] " amit.kucheria
2021-06-08 10:36   ` Naveen Saini
2021-06-08 10:39   ` Naveen Saini
     [not found]     ` <21f4e4928aa1406c98c6d0ae974b5d9c@huawei.com>
2021-06-09  2:41       ` Naveen Saini
2021-06-07  6:00 ` [meta-zephyr][PATCHv2 2/5] zephyr-echo-client: Add recipe for echo client amit.kucheria
2021-06-07  6:00 ` [meta-zephyr][PATCHv2 3/5] zephyr-http-client: Add recipe for http client amit.kucheria
2021-06-07  6:00 ` [meta-zephyr][PATCHv2 4/5] zephyr-websocket-client: Add recipe for websocket client amit.kucheria
2021-06-07  6:00 ` [meta-zephyr][PATCHv2 5/5] zephyr-mqtt-publisher: Add recipe for mqtt publisher amit.kucheria

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox