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 4/5] zephyr-websocket-client: Add recipe for websocket client
Date: Wed, 26 May 2021 21:06:22 +0530	[thread overview]
Message-ID: <fc8857e23119f2c47ca0f3e3badfa3dcc7fbf320.1621953714.git.amit.kucheria.ext@huawei.com> (raw)
In-Reply-To: <cover.1621953714.git.amit.kucheria.ext@huawei.com>

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

This sample application provides an example of using the the MBEDTLS library.

Signed-off-by: Amit Kucheria <amit.kucheria.ext@huawei.com>
---
 recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb

diff --git a/recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb b/recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb
new file mode 100644
index 000000000000..428f75e18adb
--- /dev/null
+++ b/recipes-kernel/zephyr-kernel/zephyr-websocket-client.bb
@@ -0,0 +1,5 @@
+include zephyr-sample.inc
+
+ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/websocket_client"
+
+ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls"
-- 
2.25.1


  parent 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 [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 ` amit.kucheria [this message]
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=fc8857e23119f2c47ca0f3e3badfa3dcc7fbf320.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.