mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-18 05:02:38 +02:00
openocd: Move to dynamic-layer for meta-oe
currently meta-riscv does not parse unless meta-oe is present. It does not appear that anything explictly depends on openocd in the layer. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
require recipes-devtools/openocd/openocd_git.bb
|
||||
|
||||
SRC_URI = " \
|
||||
git://github.com/riscv/riscv-openocd.git;protocol=http;branch=riscv;name=openocd \
|
||||
git://repo.or.cz/r/git2cl.git;protocol=http;destsuffix=tools/git2cl;name=git2cl \
|
||||
git://repo.or.cz/r/jimtcl.git;protocol=http;destsuffix=git/jimtcl;name=jimtcl \
|
||||
git://repo.or.cz/r/libjaylink.git;protocol=http;destsuffix=git/src/jtag/drivers/libjaylink;name=libjaylink \
|
||||
"
|
||||
|
||||
SRCREV_openocd = "f93ede5401c711e55d9852986aa399c0318efb22"
|
||||
Reference in New Issue
Block a user