mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-14 06:49:32 +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>
9 lines
361 B
BlitzBasic
9 lines
361 B
BlitzBasic
SUMMARY = "Synchronization Zephyr Sample"
|
|
DESCRIPTION = "A simple Zephyr application that demonstrates basic sanity of \
|
|
the kernel. It demonstrates that kernel scheduling, communication and timing \
|
|
operate correctly by printing a greeting to the console from two threads."
|
|
|
|
include zephyr-sample.inc
|
|
|
|
ZEPHYR_SRC_DIR = "${ZEPHYR_BASE}/samples/synchronization"
|