From: Peter Hoyes <Peter.Hoyes@...>
Hello World and Philosophers do not have a SUMMARY or DESCRIPTION, so
add these to both recipes.
Signed-off-by: Peter Hoyes <Peter.Hoyes@...>
---
.../recipes-kernel/zephyr-kernel/zephyr-helloworld.bb | 4 ++++
.../recipes-kernel/zephyr-kernel/zephyr-philosophers.bb | 5 +++++
2 files changed, 9 insertions(+)
diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-hellowo=
rld.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-helloworld.=
bb
index ac5ce62..20d1700 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 =3D "Hello World Zephyr Sample"
+DESCRIPTION =3D "A simple Zephyr application that prints 'Hello World' o=
n the \
+console"
+
include zephyr-sample.inc
=20
ZEPHYR_SRC_DIR =3D "${S}/samples/hello_world"
diff --git a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-philoso=
phers.bb b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-philosoph=
ers.bb
index a2afb57..5a2ac70 100644
--- a/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-philosophers.b=
b
+++ b/meta-zephyr-core/recipes-kernel/zephyr-kernel/zephyr-philosophers.b=
b
@@ -1,3 +1,8 @@
+SUMMARY =3D "Philosophers Zephyr Sample"
+DESCRIPTION =3D "A simple Zephyr application that demonstrates basic san=
ity of \
+the kernel. It demonstrates that kernel scheduling, communication and ti=
ming \
+operate correctly by printing a greeting to the console from two threads=
."
+
include zephyr-sample.inc
=20
ZEPHYR_SRC_DIR =3D "${S}/samples/philosophers"
--=20
2.25.1