aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb')
-rw-r--r--recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb b/recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb
deleted file mode 100644
index 88922b8..0000000
--- a/recipes-kernel/zephyr-kernel/zephyr-openthread-echo-client.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-include zephyr-sample.inc
-
-ZEPHYR_SRC_DIR = "${S}/samples/net/sockets/echo_client"
-
-ZEPHYR_MODULES:append = "\;${S}/modules/lib/mbedtls"
-ZEPHYR_MODULES:append = "\;${S}/modules/lib/openthread"
-
-EXTRA_OECMAKE += "-DOVERLAY_CONFIG=overlay-ot.conf"
-
-# The overlay config and OpenThread itself imposes some specific requirements
-# towards the boards (e.g. flash layout and ieee802154 radio) so we need to
-# limit to known working machines here.
-COMPATIBLE_MACHINE = "(arduino-nano-33-ble)"