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