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

Update rigtool commit hash, build instructions

parent 7f4951b8
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 = "1cef52130f712c9b5bfb62210945a5407b638a99"
SRCREV = "648e6c36300375f3fa05146b28d81908dcf5ae41"
SRCBRANCH ?= "master"
require recipes-core/rigtool/rigtool.inc
......
......@@ -18,12 +18,8 @@ do_compile() {
}
do_install() {
# install -d ${D}/etc/init.d
# install -m 755 git/swupdate/etc/init.d/swupdate ${D}/etc/init.d/swupdate
# ln -sf /etc/init.d/swupdate ${D}/etc/rc5.d/S70swupdate
install -d ${D}/usr/bin
install -m 755 ${WORKDIR}/git/rigtool ${D}/usr/bin/rigtool
install -m 755 ${WORKDIR}/git/build/rigtool ${D}/usr/bin/rigtool
ln -sf /usr/bin/rigtool ${D}/usr/bin/boot_counter
ln -sf /usr/bin/rigtool ${D}/usr/bin/boot_toggle
ln -sf /usr/bin/rigtool ${D}/usr/bin/dgua
......
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