Skip to content

Commit

Permalink
Merge pull request ostroproject#19 from yongli3/cc2520
Browse files Browse the repository at this point in the history
Use ostro-6lowpan package to configure the 802.15.4
  • Loading branch information
jlaako committed Apr 7, 2016
2 parents dc3bff2 + 256ae75 commit 14b1148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes-extended/spi-minnowmax-board/spi-minnowmax-board.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 2 additions & 0 deletions recipes-extended/spi-quark-board/spi-quark-board.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 14b1148

Please sign in to comment.