Skip to content

Commit 2e1579f

Browse files
committed
openocd: use hosted git2cl
Now use our own git2cl. The upstream repo very often is unreachable and causes CI to fail. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 7d1520c commit 2e1579f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-zephyr-sdk/recipes-hosttools/openocd/openocd_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RDEPENDS_${PN} = "libusb1 hidapi"
66
SRC_URI = " \
77
gitsm://github.com/zephyrproject-rtos/openocd.git;protocol=https;nobranch=1 \
88
"
9-
SRCREV = "51dbf7050b34a40f28c3fc7b5f4e49326c3e3aa6"
9+
SRCREV = "b89d626c64d8674e2a8b767915e0c6fd51ac8147"
1010

1111
S = "${WORKDIR}/git"
1212

0 commit comments

Comments
 (0)