meta-st-stm32mp/recipes-devtools/openocd/openocd-stm32mp_0.11.0.bb

24 lines
755 B
BlitzBasic

SUMMARY = "Free and Open On-Chip Debugging, In-System Programming and Boundary-Scan Testing"
HOMEPAGE = "http://openocd.org"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=599d2d1ee7fc84c0467b3d19801db870"
require openocd-stm32mp.inc
SRC_URI = "git://github.com/openocd-org/openocd.git;protocol=https;branch=master;name=openocd "
SRCREV_FORMAT = "openocd"
SRCREV_openocd = "fdf17dba569ac8aca0771c28b661e3722d776541"
PV = "0.11.0+dev.${SRCPV}"
SRC_URI += ""
# Use jimtcl master branch to fix RANLIB issue in kirkstone and commit it
# to prevent "-dirty" suffix to openocd version.
# To be removed after a new jimtcl release get used by openocd.
do_configure:prepend() {
git add jimtcl
git commit --allow-empty -m "Update jimtcl"
}