meta-st-stm32mp/recipes-devtools/stm32wrapper4dbg/stm32wrapper4dbg_1.0.0.inc

16 lines
478 B
PHP

SUMMARY = "Wrapper for FSBL to debug TF-A U-Boot and bare metal on STM32MP1"
LICENSE = "GPLv2+ | BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=7c996e24cb10a869efb08b521b20242f"
SRC_URI = "git://github.com/STMicroelectronics/stm32wrapper4dbg;protocol=https;branch=master"
SRCREV = "3ee9fa433bd9ee5f167ec969c91e00a55bb06c4b"
S = "${WORKDIR}/git"
SECTION = "devel"
do_install() {
install -d ${D}${bindir}
install -m 0755 ${S}/stm32wrapper4dbg -t ${D}${bindir}
}