move url references and tags to OpenSolo and master

This commit is contained in:
Buzz 2017-07-30 21:13:13 +10:00
parent 5f24544d29
commit 2adaa8655f
5 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
SUMMARY = "Artoo firmware binary"
LICENSE = "CLOSED"
LICENSE = "APACHE2.0"
FILESEXTRAPATHS_prepend := "${THISDIR}/files/:"
@ -36,7 +36,7 @@ do_fetch () {
# https://help.github.com/articles/creating-an-access-token-for-command-line-use/
TOKEN=$(cat ~/.ssh/github_token)
SRC_URL="https://api.github.com/repos/3drobotics/${REPO_NAME}/releases/tags/${REPO_TAG}"
SRC_URL="https://api.github.com/repos/OpenSolo/${REPO_NAME}/releases/tags/${REPO_TAG}"
BIN_URL=$(curl -s -H "Authorization: token ${TOKEN}" -H "Accept: application/json" ${SRC_URL} | jq -r '.assets[] | select(.name | endswith(".${FILE_EXT}")) | .url')

View File

@ -1,6 +1,6 @@
SUMMARY = "Axon firmware binary"
LICENSE = "CLOSED"
LICENSE = "APACHE2.0"
firmwaredir = "/firmware"
FILES_${PN} += "${firmwaredir}/"

View File

@ -29,7 +29,7 @@ do_fetch () {
# https://help.github.com/articles/creating-an-access-token-for-command-line-use/
TOKEN=$(cat ~/.ssh/github_token)
SRC_URL="https://api.github.com/repos/3drobotics/${REPO_NAME}/releases/tags/${REPO_TAG}"
SRC_URL="https://api.github.com/repos/OpenSolo/${REPO_NAME}/releases/tags/${REPO_TAG}"
BIN_URL=$(curl -s -H "Authorization: token ${TOKEN}" -H "Accept: application/json" ${SRC_URL} | jq -r '.assets[] | select(.name | endswith(".${FILE_EXT}")) | .url')

View File

@ -6,7 +6,8 @@ LIC_FILES_CHKSUM = "file://requirements.txt;md5=dc90368fff309dbbef652a1fab32f191
PROVIDES += "${PN}_${PV}"
SRCREV = "f89466ccd7addae49cf800fdf5c67ed6bdff47d6"
#SRCREV = "f89466ccd7addae49cf800fdf5c67ed6bdff47d6"
SRCREV = "master"
SRC_URI = "git://github.com/OpenSolo/sololink-python/"
S = "${WORKDIR}/git"

View File

@ -4,7 +4,8 @@ LICENSE = "Proprietary"
LIC_FILES_CHKSUM = "file://README.md;md5=1b7fb31af91cdcda8e83aefb184e69df"
# Pull from specific tag by default
SRCREV = "v2.2.4"
#SRCREV = "v2.2.4"
SRCREV = "master"
SRC_URI = "git://github.com/OpenSolo/SoloLink/"
# Or, AUTOREV means pull HEAD of the branch in the URI