From be1cd58519a75e2df872eca5a34c1cb8602f7bec Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 17 Mar 2018 20:23:36 -0700 Subject: [PATCH] gdb-riscv: Switch to using upstream master + OE patches Signed-off-by: Khem Raj --- recipes-devtool/gdb/gdb-riscv.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtool/gdb/gdb-riscv.inc b/recipes-devtool/gdb/gdb-riscv.inc index 96403e0..4aee415 100644 --- a/recipes-devtool/gdb/gdb-riscv.inc +++ b/recipes-devtool/gdb/gdb-riscv.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674" -SRCREV = "8bfcd4c90d3f9f93cacd29344d7cf81f0474ccfe" -SRC_URI = "git://github.com/riscv/riscv-binutils-gdb;branch=riscv-binutils-2.29" +SRCREV = "5b858aaab5a71268ac1d5da638de9d865addd38f" +SRC_URI = "git://github.com/kraj/binutils-gdb;branch=oe/gdb-master;rebasable=1" S = "${WORKDIR}/git"