Files
meta-zephyr/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-synchronization.bb
Peter Hoyes e6cef8658b zephyr-kernel: Use ZEPHYR_BASE in all application recipes
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>
2022-08-10 10:48:14 +08:00

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"