trying to get gimbal recipe to include a binary.

This commit is contained in:
Buzz 2017-07-31 03:06:52 +10:00
parent 4949cccbea
commit 6d98efe80b

View File

@ -39,8 +39,8 @@ do_fetch () {
#echo 'curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC}' #echo 'curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC}'
#curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC} #curl -v -L -H "Accept: application/octet-stream" ${BIN_URL}?access_token=${TOKEN} -o ${WORKDIR}/${FILE_SRC}
# fake it: # fake it, by copying existing gimbal binary to whatever was asked for:
touch ${WORKDIR}/${FILE_SRC} cp /vagrant/gimbal_firmware_1.3.6.ax ${WORKDIR}/${FILE_SRC}
} }
do_install () { do_install () {