Re: [OE-core] [PATCH] qemu: Enable ppc64le support for qemu-usermode

2020-01-19 Thread Richard Purdie
On Sun, 2020-01-19 at 02:06 -0800, Khem Raj wrote: > glibc defines minimum kernel needed to be 3.10.0 for LE ppc64 > > Signed-off-by: Khem Raj > --- > meta/classes/qemu.bbclass | 3 +++ > meta/conf/bitbake.conf | 1 + > meta/recipes-devtools/qemu/qemu.inc | 2 +- > 3 files

[OE-core] [PATCH] qemu: Enable ppc64le support for qemu-usermode

2020-01-19 Thread Khem Raj
glibc defines minimum kernel needed to be 3.10.0 for LE ppc64 Signed-off-by: Khem Raj --- meta/classes/qemu.bbclass | 3 +++ meta/conf/bitbake.conf | 1 + meta/recipes-devtools/qemu/qemu.inc | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/classes