mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-echo-client: Add recipe for echo client
This sample application provides an example of using the the MBEDTLS library. Signed-off-by: Amit Kucheria <amit.kucheria.ext@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
committed by
Naveen Saini
parent
20e58fedfe
commit
df7b83f4e9
5
recipes-kernel/zephyr-kernel/zephyr-echo-client.bb
Normal file
5
recipes-kernel/zephyr-kernel/zephyr-echo-client.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
include zephyr-sample.inc
|
||||
|
||||
ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/echo_client"
|
||||
|
||||
ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls"
|
||||
Reference in New Issue
Block a user