diff mbox series

[3/3] gdb: Do not disable lttng-ust on risc-v

Message ID 20190318165803.10375-3-raj.khem@gmail.com
State Superseded
Headers show
Series [1/3] lttng: Enable on musl and riscv | expand

Commit Message

Khem Raj March 18, 2019, 4:58 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>

---
 meta/recipes-devtools/gdb/gdb-common.inc | 1 -
 1 file changed, 1 deletion(-)

-- 
2.21.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Comments

Jonathan Rajotte-Julien March 18, 2019, 5:11 p.m. UTC | #1
On Mon, Mar 18, 2019 at 09:58:03AM -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>

> ---

>  meta/recipes-devtools/gdb/gdb-common.inc | 1 -

>  1 file changed, 1 deletion(-)

> 

> diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc

> index 57bc0dc773..a07625bb8d 100644

> --- a/meta/recipes-devtools/gdb/gdb-common.inc

> +++ b/meta/recipes-devtools/gdb/gdb-common.inc

> @@ -6,7 +6,6 @@ DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"

>  LTTNGUST = "lttng-ust"


I did not know that gdb depends on lttng-ust, I know gdb can depend on
libbabeltrace*. I'll check that a bit more.

Cheers.

>  LTTNGUST_arc = ""

>  LTTNGUST_aarch64 = ""

> -LTTNGUST_riscv64 = ""

>  LTTNGUST_mipsarch = ""

>  LTTNGUST_sh4 = ""

>  LTTNGUST_libc-musl = ""

> -- 

> 2.21.0

> 

> -- 

> _______________________________________________

> Openembedded-core mailing list

> Openembedded-core@lists.openembedded.org

> http://lists.openembedded.org/mailman/listinfo/openembedded-core


-- 
Jonathan Rajotte-Julien
EfficiOS
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
Jonathan Rajotte-Julien March 19, 2019, 8:37 p.m. UTC | #2
Hi Khem,

On Mon, Mar 18, 2019 at 01:11:19PM -0400, Jonathan Rajotte-Julien wrote:
> On Mon, Mar 18, 2019 at 09:58:03AM -0700, Khem Raj wrote:

> > Signed-off-by: Khem Raj <raj.khem@gmail.com>

> > ---

> >  meta/recipes-devtools/gdb/gdb-common.inc | 1 -

> >  1 file changed, 1 deletion(-)

> > 

> > diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc

> > index 57bc0dc773..a07625bb8d 100644

> > --- a/meta/recipes-devtools/gdb/gdb-common.inc

> > +++ b/meta/recipes-devtools/gdb/gdb-common.inc

> > @@ -6,7 +6,6 @@ DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"

> >  LTTNGUST = "lttng-ust"

> 

> I did not know that gdb depends on lttng-ust, I know gdb can depend on

> libbabeltrace*. I'll check that a bit more.


Gdb can indeed depend on lttng-ust for gdbserver for tracpoint.

This answer my question.

> 

> Cheers.

> 

> >  LTTNGUST_arc = ""

> >  LTTNGUST_aarch64 = ""

> > -LTTNGUST_riscv64 = ""

> >  LTTNGUST_mipsarch = ""

> >  LTTNGUST_sh4 = ""

> >  LTTNGUST_libc-musl = ""

> > -- 

> > 2.21.0

> > 

> > -- 

> > _______________________________________________

> > Openembedded-core mailing list

> > Openembedded-core@lists.openembedded.org

> > http://lists.openembedded.org/mailman/listinfo/openembedded-core

> 

> -- 

> Jonathan Rajotte-Julien

> EfficiOS

> -- 

> _______________________________________________

> Openembedded-core mailing list

> Openembedded-core@lists.openembedded.org

> http://lists.openembedded.org/mailman/listinfo/openembedded-core


-- 
Jonathan Rajotte-Julien
EfficiOS
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc
index 57bc0dc773..a07625bb8d 100644
--- a/meta/recipes-devtools/gdb/gdb-common.inc
+++ b/meta/recipes-devtools/gdb/gdb-common.inc
@@ -6,7 +6,6 @@  DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST} bison-native"
 LTTNGUST = "lttng-ust"
 LTTNGUST_arc = ""
 LTTNGUST_aarch64 = ""
-LTTNGUST_riscv64 = ""
 LTTNGUST_mipsarch = ""
 LTTNGUST_sh4 = ""
 LTTNGUST_libc-musl = ""