From d2de1c5ea8835c3f7cf006c630fe886fd1a342e9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 11 Jun 2020 09:55:56 -0700 Subject: [PATCH] openocd: Update to the latest SHA Fixes build failure on rv64 Signed-off-by: Khem Raj --- .../recipes-devtools/openocd/openocd_riscv.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb b/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb index a519168..1be8b4d 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb +++ b/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 = "4f9e2d7171f3cad8d1a99dff3eee5ec5e6d8ea2b" +SRCREV_openocd = "03f943ae239f59727ef47e46fffc31dd405a642d" COMPATIBLE_HOST = "(x86_64.*|i.86.*|riscv32|riscv64).*-linux"