Skip to content

Commit 52086e1

Browse files
committed
openocd: Update to recent upstream (20210630)
Signed-off-by: Kumar Gala <[email protected]>
1 parent fd4d880 commit 52086e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

meta-zephyr-sdk/recipes-hosttools/openocd/openocd_0.10.0.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
LICENSE = "GPLv2"
2-
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
2+
LIC_FILES_CHKSUM = "file://LICENSES/preferred/GPL-2.0;md5=71ce3767d42ca42cd575f91c56eefe79"
33
DEPENDS = "libusb-compat hidapi libftdi"
44
RDEPENDS_${PN} = "libusb1 hidapi"
55

@@ -9,7 +9,7 @@ RDEPENDS_${PN} = "libusb1 hidapi"
99
SRC_URI = " \
1010
git://github.com/zephyrproject-rtos/openocd.git;protocol=https;nobranch=1 \
1111
"
12-
SRCREV = "f79c902686f3ae500f3426dc2e552fdec80796d1"
12+
SRCREV = "7036ed509aa7297262eb7b91062e849bedcfed39"
1313

1414
S = "${WORKDIR}/git"
1515

release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Notes / Changes in various releases
22

3+
- openocd:
4+
* Update to upstream 20210630 snapshot
5+
36
- qemu:
47
* Pull in fixes from upstream for:
58
hw/arm: Fix modelling of SSE-300 TCMs and SRAM

0 commit comments

Comments
 (0)