All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-zephyr][PATCH 0/5] Add mbedtls support and sample applications
@ 2021-05-26 15:36 amit.kucheria
  2021-05-26 15:36 ` [meta-zephyr][PATCH 1/5] zephyr-kernel: Clone mbedtls amit.kucheria
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: amit.kucheria @ 2021-05-26 15:36 UTC (permalink / raw)
  To: yocto, wojciech.zmuda, andrei.gherzan, naveen.kumar.saini,
	zbigniew.bodek
  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.6.0-rc1.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] 7+ messages in thread

end of thread, other threads:[~2021-05-28  2:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 15:36 [meta-zephyr][PATCH 0/5] Add mbedtls support and sample applications amit.kucheria
2021-05-26 15:36 ` [meta-zephyr][PATCH 1/5] zephyr-kernel: Clone mbedtls amit.kucheria
2021-05-28  2:55   ` Naveen Saini
2021-05-26 15:36 ` [meta-zephyr][PATCH 2/5] zephyr-echo-client: Add recipe for echo client amit.kucheria
2021-05-26 15:36 ` [meta-zephyr][PATCH 3/5] zephyr-http-client: Add recipe for http client amit.kucheria
2021-05-26 15:36 ` [meta-zephyr][PATCH 4/5] zephyr-websocket-client: Add recipe for websocket client amit.kucheria
2021-05-26 15:36 ` [meta-zephyr][PATCH 5/5] zephyr-mqtt-publisher: Add recipe for mqtt publisher amit.kucheria

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.