From: Davide Ricci <[email protected]> Blinky is the most referenced sample in Zephyr's documentation and recall Arduino's first sketch example. This .bb file allows to build such example.
Signed-off-by: Davide Ricci <[email protected]> --- recipes-kernel/zephyr-kernel/zephyr-blinky.bb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes-kernel/zephyr-kernel/zephyr-blinky.bb diff --git a/recipes-kernel/zephyr-kernel/zephyr-blinky.bb b/recipes-kernel/zephyr-kernel/zephyr-blinky.bb new file mode 100644 index 0000000..bd5ce4f --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-blinky.bb @@ -0,0 +1,3 @@ +include zephyr-sample.inc + +ZEPHYR_SRC_DIR = "${S}/samples/basic/blinky" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53833): https://lists.yoctoproject.org/g/yocto/message/53833 Mute This Topic: https://lists.yoctoproject.org/mt/83464339/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
