[OE-core] [PATCH] gdb: Mark gdbserver as ALLOW_EMPTY for riscv32

Alistair Francis Alistair.Francis at wdc.com
Thu Sep 12 13:59:28 UTC 2019


On Thu, 2019-09-12 at 12:05 +0100, Ross Burton wrote:
> On 11/09/2019 18:22, Alistair Francis wrote:
> > riscv64 already has gdbserver set as ALLOW_EMPTY, so let's set it
> > for
> > riscv32 as well.
> > 
> > Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
> > ---
> >   meta/recipes-devtools/gdb/gdb.inc | 1 +
> >   1 file changed, 1 insertion(+)
> > 
> > diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-
> > devtools/gdb/gdb.inc
> > index 0f10b41734..249e24dc52 100644
> > --- a/meta/recipes-devtools/gdb/gdb.inc
> > +++ b/meta/recipes-devtools/gdb/gdb.inc
> > @@ -10,4 +10,5 @@ PACKAGES =+ "gdbserver"
> >   FILES_gdbserver = "${bindir}/gdbserver"
> >   
> >   ALLOW_EMPTY_gdbserver_riscv64 = "1"
> > +ALLOW_EMPTY_gdbserver_riscv32 = "1"
> 
> Is this because gdbserver doesn't build for RISCV?  The recipe
> doesn't 
> appear to make that explict anywhere.

Yes, gdbserver doesn't support RISC-V.

Alistair

> 
> Ross


More information about the Openembedded-core mailing list