mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
stm32flash: add recipe
Add recipe for version 0.5 of stm32flash, an open source flash program for STM32 using the ST serial bootloader. Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
3c31d1480e
commit
8d6b55c95c
@@ -0,0 +1,16 @@
|
|||||||
|
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 = "GPLv2"
|
||||||
|
LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
|
inherit autotools-brokensep
|
||||||
|
|
||||||
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
|
SRC_URI = "https://prdownloads.sourceforge.net/stm32flash/stm32flash-${PV}.tar.gz"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "40f673502949f3bb655d2bcc539d7b6a"
|
||||||
|
SRC_URI[sha256sum] = "97aa9422ef02e82f7da9039329e21a437decf972cb3919ad817f70ac9a49e306"
|
||||||
|
|
||||||
|
FILES_${PN} = "/usr/local/bin/stm32flash"
|
||||||
Reference in New Issue
Block a user