diff options
author | 2021-06-11 10:30:17 +0200 | |
---|---|---|
committer | 2021-06-15 14:18:31 +0800 | |
commit | 00d8b2fbf39028411ae56dfaf0227766c5a76766 (patch) | |
tree | 3cad7bad9a81f8c018f64401d47f3e3a3484abe9 /recipes-kernel | |
parent | 5660376db794f400a27f50cc2ac26ea9bc56d725 (diff) | |
download | meta-zephyr-00d8b2fbf39028411ae56dfaf0227766c5a76766.tar.gz meta-zephyr-00d8b2fbf39028411ae56dfaf0227766c5a76766.tar.bz2 meta-zephyr-00d8b2fbf39028411ae56dfaf0227766c5a76766.zip |
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/zephyr-kernel/zephyr-blinky.bb | 3 |
1 files changed, 3 insertions, 0 deletions
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" |