|
From: openocd-gerrit <ope...@us...> - 2025-02-16 16:27:52
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via a71f2b70894a8118730d912edf27fe488580bd4c (commit)
from 44e782d55bf1ce0d924c082281082496cdc2495e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a71f2b70894a8118730d912edf27fe488580bd4c
Author: Antonio Borneo <bor...@gm...>
Date: Sat Jan 25 17:26:16 2025 +0100
README: report dependency from libjim
The support for jimtcl submodule is deprecated.
Report libjim as a dependency for building OpenOCD.
Change-Id: Iaaeb03dc810451c0d72add281016c81b8cbf7059
Signed-off-by: Antonio Borneo <bor...@gm...>
Reviewed-on: https://review.openocd.org/c/openocd/+/8722
Reviewed-by: zapb <de...@za...>
Tested-by: jenkins
diff --git a/README b/README
index 950c71f70..fba758cfe 100644
--- a/README
+++ b/README
@@ -209,9 +209,7 @@ You'll also need:
- make
- libtool
- pkg-config >= 0.23 or pkgconf
-
-OpenOCD uses jimtcl library; build from git can retrieve jimtcl as git
-submodule.
+- libjim >= 0.79
Additionally, for building from git:
-----------------------------------------------------------------------
Summary of changes:
README | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|