From 256ae75d912c95fdcade7e4e5a2442ddaa13f92a Mon Sep 17 00:00:00 2001 From: Yong Li Date: Mon, 28 Mar 2016 11:38:10 +0800 Subject: [PATCH] Use ostro-6lowpan package to configure the 802.15.4 ostro-6lowpan provides the related systemd service files to configure 802.15.4, spi-quark-baord and spi-minnowmax-board can use it as a runtime recommend Signed-off-by: Yong Li --- recipes-extended/spi-minnowmax-board/spi-minnowmax-board.bb | 2 ++ recipes-extended/spi-quark-board/spi-quark-board.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-extended/spi-minnowmax-board/spi-minnowmax-board.bb b/recipes-extended/spi-minnowmax-board/spi-minnowmax-board.bb index 405f965..3444dbe 100644 --- a/recipes-extended/spi-minnowmax-board/spi-minnowmax-board.bb +++ b/recipes-extended/spi-minnowmax-board/spi-minnowmax-board.bb @@ -11,6 +11,8 @@ inherit module FILESEXTRAPATHS_prepend := "${THISDIR}/files/:" +RRECOMMENDS_${PN} = "ostro-6lowpan" + SRC_URI = "file://spi-minnow-cc2520.c \ file://spi-minnow-at86rf230.c \ file://spi-minnow-board.c \ diff --git a/recipes-extended/spi-quark-board/spi-quark-board.bb b/recipes-extended/spi-quark-board/spi-quark-board.bb index edde1aa..483a18e 100644 --- a/recipes-extended/spi-quark-board/spi-quark-board.bb +++ b/recipes-extended/spi-quark-board/spi-quark-board.bb @@ -11,6 +11,8 @@ inherit module FILESEXTRAPATHS_prepend := "${THISDIR}/files/:" +RRECOMMENDS_${PN} = "ostro-6lowpan" + SRC_URI = "file://spi-quark-at86rf230.c \ file://spi-quark-board.c \ file://spi-quark-board.h \