24 lines
741 B
BlitzBasic
24 lines
741 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 -m "Update jimtcl"
|
|
}
|