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

2019-09-12 Thread Alistair Francis
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 > > --- > > meta/recipes-devtools/gdb/gdb.inc | 1 + > >

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

2019-09-12 Thread Ross Burton
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 --- meta/recipes-devtools/gdb/gdb.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/gdb/gdb.inc b/m

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

2019-09-11 Thread Alistair Francis
riscv64 already has gdbserver set as ALLOW_EMPTY, so let's set it for riscv32 as well. Signed-off-by: Alistair Francis --- 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