Skip to content

Commit

Permalink
openocd: Update to recent upstream (20210630)
Browse files Browse the repository at this point in the history
Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
  • Loading branch information
galak committed Jul 1, 2021
1 parent fd4d880 commit 52086e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-zephyr-sdk/recipes-hosttools/openocd/openocd_0.10.0.bb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
LIC_FILES_CHKSUM = "file://LICENSES/preferred/GPL-2.0;md5=71ce3767d42ca42cd575f91c56eefe79"
DEPENDS = "libusb-compat hidapi libftdi"
RDEPENDS_${PN} = "libusb1 hidapi"

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

S = "${WORKDIR}/git"

Expand Down
3 changes: 3 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Notes / Changes in various releases

- openocd:
* Update to upstream 20210630 snapshot

- qemu:
* Pull in fixes from upstream for:
hw/arm: Fix modelling of SSE-300 TCMs and SRAM
Expand Down

0 comments on commit 52086e1

Please sign in to comment.