Skip to content
Snippets Groups Projects
Commit 910d8d78 authored by Mick Michalski's avatar Mick Michalski Committed by David Mondou
Browse files

Updated commit hash for swupdate and rigtools

parent 8b514ff6
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ SUMMARY = "Rigado's general purpose tool"
DESCRIPTION = "A tool for the gateway which changes functionality based on how it is linked"
# The latest commit
SRCREV = "8a2057913cf73479c8a6d2f4058be329e038f3cc"
SRCREV = "1dbfcaea751b7cac11b166611e786450b0419b63"
SRCBRANCH ?= "master"
require recipes-core/rigtool/rigtool.inc
......
......@@ -22,7 +22,11 @@ do_install() {
install -m 755 ${WORKDIR}/git/etc/dgua.conf ${D}/etc/dgua.conf
install -d ${D}/usr/bin
install -m 755 ${WORKDIR}/git/build/rigtool ${D}/usr/bin/rigtool
install -m 755 ${WORKDIR}/git/build/rigtools ${D}/usr/bin/rigtools
install -d ${D}/etc/init.d
install -m 755 ${WORKDIR}/git/etc/dgua_service ${D}/etc/init.d/dgua_service
ln -sf /etc/init.d/swupdate ${D}/etc/rc5.d/S70dgua_service
ln -sf /usr/bin/rigtool ${D}/usr/bin/boot_counter
ln -sf /usr/bin/rigtool ${D}/usr/bin/boot_toggle
......
......@@ -48,11 +48,9 @@ do_install() {
install -d ${D}/etc/init.d
install -d ${D}/etc/profile.d
install -m 755 git/swupdate/etc/init.d/swupdate ${D}/etc/init.d/swupdate
install -m 755 git/swupdate/etc/init.d/gateway.sh ${D}/etc/init.d/gateway.sh
install -m 755 git/swupdate/etc/init.d/hostname.sh ${D}/etc/init.d/hostname.sh
install -m 755 git/swupdate/etc/gateway.conf ${D}/etc/gateway.conf
ln -sf /etc/init.d/swupdate ${D}/etc/rc5.d/S70swupdate
}
FILES_${PN} += " \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment