[Buildroot] [PATCH] m68k: fix open issues with qemu coldfire

Waldemar Brodkorb wbx at openadk.org
Tue May 10 19:39:29 UTC 2016


Hi Thomas,
Thomas Petazzoni wrote,

> Hello,
> 
> On Mon, 9 May 2016 21:51:02 +0200, Waldemar Brodkorb wrote:
> > Enable kernel drivers for networking and add a simple
> > busybox config with basic network tools.
> > 
> > Add kernel patch from Linux git to fix hush segfaults while
> > using signal handler.
> > 
> > Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
> > ---
> >  board/qemu/m68k-mcf5208/linux-4.5.config           |    7 +
> >  .../patches/linux/0001-fix-do_sigreturn.patch      |  100 ++
> >  configs/qemu_m68k_mcf5208_defconfig                |    8 +-
> >  .../busybox/busybox-minimal-with-network.config    | 1057 ++++++++++++++++++++
> >  4 files changed, 1168 insertions(+), 4 deletions(-)
> >  create mode 100644 board/qemu/m68k-mcf5208/patches/linux/0001-fix-do_sigreturn.patch
> >  create mode 100644 package/busybox/busybox-minimal-with-network.config
> 
> Thanks for the patch! However, I am not super happy with the
> busybox-minimal-with-network.config. I don't want to see an increasing
> number of Busybox default configurations.
> 
> If you have a STM32 platform handy, could you test if your
> busybox-minimal-with-network.config works fine for it? If it does, then
> please simply update busybox-minimal.config with whatever is needed for
> basic networking to work.
> 
> Thanks!

Okay, verified on my STM32F429discovery, resulting image is not too
big. Will resend the patch.

best regards
 Waldemar



More information about the buildroot mailing list