- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
14 lines
516 B
BlitzBasic
14 lines
516 B
BlitzBasic
SUMMARY = "Open source flash program for STM32 using the ST serial bootloader"
|
|
HOMEPAGE = "https://sourceforge.net/projects/stm32flash/"
|
|
BUGTRACKER = "https://sourceforge.net/p/stm32flash/tickets/"
|
|
LICENSE = "GPL-2.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
|
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
|
|
|
|
do_install() {
|
|
oe_runmake install DESTDIR=${D} PREFIX=${prefix}
|
|
}
|
|
|
|
SRC_URI[sha256sum] = "c4c9cd8bec79da63b111d15713ef5cc2cd947deca411d35d6e3065e227dc414a"
|