Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from yongli3/cc2520
Browse files Browse the repository at this point in the history
spi-minnowmax-board: remove systemd related service files
  • Loading branch information
jlaako committed Mar 24, 2016
2 parents 7550d3c + 42ff530 commit 4d3c5f7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
31 changes: 0 additions & 31 deletions recipes-extended/spi-minnowmax-board/files/ostro-6lowpan-start.sh

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions recipes-extended/spi-minnowmax-board/files/ostro-6lowpan.service

This file was deleted.

11 changes: 0 additions & 11 deletions recipes-extended/spi-minnowmax-board/spi-minnowmax-board.bb
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,12 @@ SRC_URI = "file://spi-minnow-cc2520.c \
file://modprobe.d/spi-minnow-cc2520.conf.sample \
file://modules-load.d/at86rf230.conf.sample \
file://modprobe.d/spi-minnow-at86rf230.conf.sample \
file://ostro-6lowpan.service \
file://ostro-6lowpan-start.sh \
file://ostro-6lowpan-stop.sh \
"

FILES_${PN} += " /usr/lib/modules-load.d/cc2520.conf.sample \
/usr/lib/modules-load.d/at86rf230.conf.sample \
/lib/modprobe.d/spi-minnow-cc2520.conf.sample \
/lib/modprobe.d/spi-minnow-at86rf230.conf.sample \
${systemd_unitdir}/system/ostro-6lowpan.service \
${libdir}/ostro-scripts/ostro-6lowpan-start.sh \
${libdir}/ostro-scripts/ostro-6lowpan-stop.sh \
"

# Sample configuring file
Expand All @@ -39,11 +33,6 @@ do_install_append () {
install -m 0644 modprobe.d/spi-minnow-cc2520.conf.sample ${D}${base_libdir}/modprobe.d/
install -m 0644 modules-load.d/at86rf230.conf.sample ${D}${libdir}/modules-load.d/
install -m 0644 modprobe.d/spi-minnow-at86rf230.conf.sample ${D}${base_libdir}/modprobe.d/
install -d -m 755 ${D}${systemd_unitdir}/system/
install -m 0644 ostro-6lowpan.service ${D}${systemd_unitdir}/system/
install -d -m 755 ${D}${libdir}/ostro-scripts/
install -m 0755 ostro-6lowpan-start.sh ${D}${libdir}/ostro-scripts/
install -m 0755 ostro-6lowpan-stop.sh ${D}${libdir}/ostro-scripts/
}

S = "${WORKDIR}"

0 comments on commit 4d3c5f7

Please sign in to comment.