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:
Jeremy Puhlman
2020-02-21 20:48:37 +00:00
committed by Khem Raj
parent 590357c49b
commit 0cc3fb1439
2 changed files with 2 additions and 0 deletions

View File

@@ -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"