All of lore.kernel.org
 help / color / mirror / Atom feed
From: amit.kucheria@verdurent.com
To: yocto@lists.yoctoproject.org, wojciech.zmuda@huawei.com,
	andrei.gherzan@huawei.com, naveen.kumar.saini@intel.com,
	zbigniew.bodek@huawei.com
Cc: Amit Kucheria <amit.kucheria.ext@huawei.com>
Subject: [meta-zephyr][PATCH 0/5] Add mbedtls support and sample applications
Date: Wed, 26 May 2021 21:06:18 +0530	[thread overview]
Message-ID: <cover.1621953714.git.amit.kucheria.ext@huawei.com> (raw)

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


             reply	other threads:[~2021-05-26 15:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26 15:36 amit.kucheria [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1621953714.git.amit.kucheria.ext@huawei.com \
    --to=amit.kucheria@verdurent.com \
    --cc=amit.kucheria.ext@huawei.com \
    --cc=andrei.gherzan@huawei.com \
    --cc=naveen.kumar.saini@intel.com \
    --cc=wojciech.zmuda@huawei.com \
    --cc=yocto@lists.yoctoproject.org \
    --cc=zbigniew.bodek@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.