mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-04-29 22:24:32 +02:00

Sololink, shotmanager, sololink-python, and stm32loader all now using the local consolidated repo. No longer using the various individual repos.
18 lines
386 B
BlitzBasic
18 lines
386 B
BlitzBasic
SUMMARY = "stm32loader.py for bootloading the stm32"
|
|
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file:///vagrant/LICENSE-APACHE;md5=3b83ef96387f14655fc854ddc3c6bd57"
|
|
|
|
SRCREV = "${AUTOREV}"
|
|
SRC_URI = "git:///vagrant/;protocol=file"
|
|
|
|
S = "${WORKDIR}/git/stm32loader"
|
|
|
|
FILES_${PN} += "${bindir}/"
|
|
|
|
do_install () {
|
|
install -d ${D}${bindir}
|
|
|
|
install -m 0755 ${S}/stm32loader.py ${D}${bindir}
|
|
}
|