mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 11:31:43 +00:00
openocd: Upgrade to latest
Switch to gitsm fetcher Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
fdb862d329
commit
2b4462e0d7
1 changed files with 5 additions and 9 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue