[meta-zephyr][PATCH 05/10] 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
Signed-off-by: Naveen Saini
recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb
diff –git a/recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb b/recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb
new file mode 100644
index 0000000..b4e3067
— /dev/null
+++ b/recipes-kernel/zephyr-kernel/zephyr-mqtt-publisher.bb
@@ -0,0 +1,5 @@
+include zephyr-sample.inc
+
+ZEPHYR_SRC_DIR = “${S}/samples/net/mqtt_publisher”
+
+ZEPHYR_MODULES_append = “\;${S}/modules/lib/mbedtls”
—
2.17.1
Read more here: Source link
