mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-18 00:49:31 +02:00
Change ${S} -> ${ZEPHYR_BASE} in all application recipes, as Zephyr
might not always be found at the root of the source directory.
Signed-off-by: Peter Hoyes <Peter.Hoyes@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
11 lines
386 B
BlitzBasic
11 lines
386 B
BlitzBasic
include zephyr-sample.inc
|
|
|
|
ZEPHYR_SRC_DIR = "${ZEPHYR_BASE}/samples/net/sockets/echo_client"
|
|
|
|
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)"
|