ipm moved to driver folder. Sample is no longer available.

Ref:
https://github.com/zephyrproject-rtos/zephyr/commit/131cfa2043b255246ae5c30c2c1383dff49a0442

Signed-off-by: Naveen Saini <naveen.kumar.sa...@intel.com>
---
 recipes-kernel/zephyr-kernel/zephyr-ipm.bb | 24 ----------------------
 1 file changed, 24 deletions(-)
 delete mode 100644 recipes-kernel/zephyr-kernel/zephyr-ipm.bb

diff --git a/recipes-kernel/zephyr-kernel/zephyr-ipm.bb 
b/recipes-kernel/zephyr-kernel/zephyr-ipm.bb
deleted file mode 100644
index 2f158c8..0000000
--- a/recipes-kernel/zephyr-kernel/zephyr-ipm.bb
+++ /dev/null
@@ -1,24 +0,0 @@
-require zephyr-kernel.inc
-require zephyr-kernel-common.inc
-inherit deploy
-
-SRC_DIR_IPM_arduino-101-sss = "samples/ipm/ipm_demo_arc"
-SRC_DIR_IPM_arduino-101     = "samples/ipm/ipm_demo_lmt"
-
-COMPATIBLE_MACHINE = "(arduino-101-sss|arduino-101)"
-
-ZEPHYR_SRC_DIR = "${S}/${SRC_DIR_IPM}/src"
-
-ZEPHYR_BASE = "${S}"
-
-do_compile () {
-    cd ${SRC_DIR_IPM}
-    oe_runmake ${ZEPHYR_MAKE_ARGS}
-}
-
-do_deploy () {
-    install -D ${SRC_DIR_IPM}/outdir/${BOARD}/zephyr.elf ${DEPLOYDIR}/${PN}.elf
-    install -D ${SRC_DIR_IPM}/outdir/${BOARD}/zephyr.bin ${DEPLOYDIR}/${PN}.bin
-}
-
-addtask deploy after do_compile
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#52236): https://lists.yoctoproject.org/g/yocto/message/52236
Mute This Topic: https://lists.yoctoproject.org/mt/80402214/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to