mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-mqtt-publisher: Add recipe for mqtt publisher
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
f9fcc08ec4
commit
a55ccd8097
5
recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb
Normal file
5
recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb
Normal file
@@ -0,0 +1,5 @@
|
||||
include zephyr-sample.inc
|
||||
|
||||
ZEPHYR_SRC_DIR = "${S}/samples/net/mqtt_publisher"
|
||||
|
||||
ZEPHYR_MODULES_append = "\;${S}/modules/lib/mbedtls"
|
||||
Reference in New Issue
Block a user