Commit 1282a6e5 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+ELPHELGITHOST

parent 8c8c66ab
......@@ -9,11 +9,13 @@ RDEPENDS_${PN} += "\
LIC_FILES_CHKSUM = "file://LICENSE;md5=891e49b3c2a8c133ffe7985e54245aff"
SRC_URI = "git://github.com/Elphel/python-elphel-extensions.git"
ELPHELGITHOST ??= "git.elphel.com"
SRC_URI = "git://${ELPHELGITHOST}/Elphel/python-elphel-extensions.git;protocol=https"
#SRCREV = "fbb514aa775b2d07e14403c996810ec1fddb0fa1"
SRCREV = "${AUTOREV}"
SRC_URI[md5sum] = "63120c2923a1dd174dfb7ebaf2d44a76"
SRC_URI[sha256sum] = "b5a0827002a9060e77c55a2e857af4550215c283a3bf94f69f4d7eed22ef1de0"
SRC_URI[md5sum] = "d54320af9331c798310e083f2e1ffea5"
#SRC_URI[sha256sum] = "b5a0827002a9060e77c55a2e857af4550215c283a3bf94f69f4d7eed22ef1de0"
FILES_${PN} = "${libdir}"
......
......@@ -12,7 +12,9 @@ SRC_URI_append += " file://libata-eh.c.patch"
SRC_URI_append += " file://${MACHINE}.scc"
KERNEL_FEATURES_append = " ${MACHINE}.scc"
linux-elphel_label= "git://github.com/Elphel/linux-elphel.git"
ELPHELGITHOST ??= "git.elphel.com"
linux-elphel_label= "https://${ELPHELGITHOST}/Elphel/linux-elphel.git"
linux-elphel_branch= "master"
linux-elphel_gitdir= "${WORKDIR}/linux-elphel"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment