summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-03-28 18:54:50 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2015-03-28 18:54:50 +0100
commitdda6acebb84450a47f6d196cdaf885241c6ae289 (patch)
tree0fc68563a3b3050a8f45c6292b02b4f8229866bb
parentcffad3f63d7822fcc6f5ddc26e3813fa702b4ccb (diff)
downloadembtoolkit-dda6acebb84450a47f6d196cdaf885241c6ae289.tar.gz
embtoolkit-dda6acebb84450a47f6d196cdaf885241c6ae289.tar.bz2
embtoolkit-dda6acebb84450a47f6d196cdaf885241c6ae289.tar.xz
Toolchain: gdb: add sha256 for gdbserver and gdbhost
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--core/toolchain/addons/gdb/gdb.kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/toolchain/addons/gdb/gdb.kconfig b/core/toolchain/addons/gdb/gdb.kconfig
index c5e0c6b..023dff1 100644
--- a/core/toolchain/addons/gdb/gdb.kconfig
+++ b/core/toolchain/addons/gdb/gdb.kconfig
@@ -104,6 +104,11 @@ config EMBTK_GDBSERVER_VERSION_STRING
depends on EMBTK_HAVE_GDBSERVER
default EMBTK_GDB_VERSION_STRING
+config EMBTK_GDBSERVER_SHA256
+ string
+ depends on EMBTK_HAVE_GDBSERVER
+ default EMBTK_GDB_SHA256
+
config EMBTK_GDBSERVER_CATEGORY
string
depends on EMBTK_HAVE_GDBSERVER
@@ -122,6 +127,11 @@ config EMBTK_GDB_HOST_VERSION_STRING
depends on EMBTK_HOST_HAVE_GDB
default EMBTK_GDB_VERSION_STRING
+config EMBTK_GDB_HOST_SHA256
+ string
+ depends on EMBTK_HOST_HAVE_GDB
+ default EMBTK_GDB_SHA256
+
config EMBTK_GDB_HOST_CATEGORY
string
depends on EMBTK_HOST_HAVE_GDB