mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 09:49:32 +02:00
zephyr-blinky: add sample app recipe
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 <davide.ricci@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
committed by
Naveen Saini
parent
5660376db7
commit
00d8b2fbf3
3
recipes-kernel/zephyr-kernel/zephyr-blinky.bb
Normal file
3
recipes-kernel/zephyr-kernel/zephyr-blinky.bb
Normal file
@@ -0,0 +1,3 @@
|
||||
include zephyr-sample.inc
|
||||
|
||||
ZEPHYR_SRC_DIR = "${S}/samples/basic/blinky"
|
||||
Reference in New Issue
Block a user