diff --git a/recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb b/recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb new file mode 100644 index 0000000..e6ef7b8 --- /dev/null +++ b/recipes-kernel/zephyr-kernel/zephyr-peripheral-hr.bb @@ -0,0 +1,5 @@ +include zephyr-sample.inc + +ZEPHYR_SRC_DIR = "${S}/samples/bluetooth/peripheral_hr" + +ZEPHYR_MODULES_append = "\;${S}/modules/crypto/tinycrypt"