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

Updated commit hashes

parent 910d8d78
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ 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 = "1dbfcaea751b7cac11b166611e786450b0419b63"
SRCREV = "388838e3e6b3b0dcdb992c906c44587a735558a8"
SRCBRANCH ?= "master"
require recipes-core/rigtool/rigtool.inc
require recipes-core/rigtools/rigtools.inc
......@@ -22,11 +22,12 @@ 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/rigtools ${D}/usr/bin/rigtools
install -m 755 ${WORKDIR}/git/build/rigtool ${D}/usr/bin/rigtool
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
install -d ${D}/etc/rc5.d
install -m 755 ${WORKDIR}/git/etc/init.d/dgua_service ${D}/etc/init.d/dgua_service
ln -sf /etc/init.d/dgua_service ${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
......
......@@ -3,7 +3,7 @@
require recipes-core/scripts-vesta/scripts-vesta.inc
#Rigado scripts
SRCREV = "e3135113ad2b6cc774ae5ea26e626c7a09b190e6"
SRCREV = "5edaac08e9614912717543fef084e1e81ab666b1"
COMPATIBLE_MACHINE = "(imx6ul-vesta-v1|imx6ul-vesta-v2)"
......@@ -12,4 +12,5 @@ IMAGE_INSTALL_append = " \
avahi-daemon \
openssh \
swupdate \
rigtools \
"
......@@ -29,5 +29,6 @@ IMAGE_INSTALL_append += " \
rsyslog \
avahi-daemon \
python3-pip \
rigtools \
"
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