aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb')
-rw-r--r--meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb
index ac5ce62..68b42aa 100644
--- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb
+++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.bb
@@ -1,3 +1,7 @@
+SUMMARY = "Hello World Zephyr Sample"
+DESCRIPTION = "A simple Zephyr application that prints 'Hello World' on the \
+console"
+
include zephyr-sample.inc
-ZEPHYR_SRC_DIR = "${S}/samples/hello_world"
+ZEPHYR_SRC_DIR = "${ZEPHYR_BASE}/samples/hello_world"