瀏覽代碼

openocd: Update to the latest SHA

Update the RISC-V fork of OpenOCD to the SHA.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Alistair Francis 4 年之前
父節點
當前提交
a2b88b2959
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb

+ 1 - 1
dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb

@@ -9,6 +9,6 @@ SRC_URI = " \
     git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \
 "
 
-SRCREV_openocd = "f93ede5401c711e55d9852986aa399c0318efb22"
+SRCREV_openocd = "4f9e2d7171f3cad8d1a99dff3eee5ec5e6d8ea2b"
 
 COMPATIBLE_HOST = "(riscv32|riscv64).*-linux"