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 59592ba..a14a531 100644 --- a/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb +++ b/dynamic-layers/openembedded-layer/recipes-devtools/openocd/openocd_riscv.bb @@ -1,16 +1,12 @@ require recipes-devtools/openocd/openocd_git.bb +LIC_FILES_CHKSUM = "file://COPYING;md5=599d2d1ee7fc84c0467b3d19801db870" + PV = "riscv" -SRC_URI = " \ - git://github.com/riscv/riscv-openocd.git;protocol=https;branch=riscv;name=openocd \ - git://repo.or.cz/r/git2cl.git;protocol=http;branch=master;destsuffix=tools/git2cl;name=git2cl \ - git://repo.or.cz/r/jimtcl.git;protocol=http;branch=master;destsuffix=git/jimtcl;name=jimtcl \ - git://repo.or.cz/r/libjaylink.git;protocol=http;branch=master;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \ -" +SRCREV = "b8f4b8887b0ad51e657bbbbc244ff69455984a50" +SRC_URI = "gitsm://github.com/riscv/riscv-openocd.git;protocol=https;branch=riscv" -SRCREV_openocd = "50a5971be27ff11061776afc8014bbff22870b7c" - -EXTRA_OECONF = "--enable-ftdi --disable-doxygen-html --disable-werror --enable-jtag_vpi" +EXTRA_OECONF += "--enable-jtag_vpi" COMPATIBLE_HOST = "(x86_64.*|i.86.*|riscv32|riscv64).*-linux"