mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-18 05:02:38 +02:00
The mainline master GDB is very good now and even includes support for debugging RISC-V Linux applications. Use the master branch until the next GDB release is cut with all of this new support. Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
11 lines
478 B
PHP
11 lines
478 B
PHP
LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
|
file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
|
|
file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
|
|
|
|
SRCREV = "ed2df75c51551cf9b44f7d94179849565ab5bdda"
|
|
SRC_URI = "git://sourceware.org/git/binutils-gdb.git"
|
|
S = "${WORKDIR}/git"
|
|
|