Files
meta-zephyr/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-synchronization.bb
Sandeep Gundlupet Raju bbeeb12eb8 classes-recipe: Convert zephyr-sample inc file to bbclass
Convert recipes-kernel/zephyr-kernel/zephyr-sample.inc file to
classes-recipe/zephyr-sample.bbclass. Using this bbclass user can
inherit this bbclass from any layer to build custom or out-of-tree
zephyr applications.

Also update the recipes to inherit zephyr-sample bbclass.

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
2025-08-18 07:55:33 +08:00

9 lines
357 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."
inherit zephyr-sample
ZEPHYR_SRC_DIR = "${ZEPHYR_BASE}/samples/synchronization"