mirror of
https://github.com/OpenSolo/OpenSolo.git
synced 2025-05-20 16:17:05 +02:00
18 lines
368 B
BlitzBasic
18 lines
368 B
BlitzBasic
SUMMARY = "stm32loader.py for bootloading the stm32"
|
|
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://COPYING3;md5=4fe869ee987a340198fb0d54c55c47f1"
|
|
|
|
SRCREV = "${AUTOREV}"
|
|
SRC_URI = "git://github.com/OpenSolo/stm32loader/"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
FILES_${PN} += "${bindir}/"
|
|
|
|
do_install () {
|
|
install -d ${D}${bindir}
|
|
|
|
install -m 0755 ${S}/stm32loader.py ${D}${bindir}
|
|
}
|