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

spi-minnowmax-board: remove systemd related service files #14

Merged
merged 1 commit into from
Mar 24, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}"