[Buildroot] [PATCH] ipkg: fix ARM MMU-less build

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 26 19:17:32 UTC 2016


Hello,

On Tue, 26 Jul 2016 11:14:16 -0700, Khem Raj wrote:
> > On Jul 26, 2016, at 5:27 AM, Baruch Siach <baruch at tkos.co.il> wrote:
> > 
> > The code incorrectly tests for __ARCH_HAS_MMU__ which is true for the ARM
> > architecture, instead of __ARCH_USE_MMU__ which applies to this specific
> > build. Add a patch making direct use of HAVE_FORK that configure defines when
> > fork() is detected.
> > 
> > Fixes:
> > http://autobuild.buildroot.net/results/6cf/6cf75e08795d9ab194ce4e882c0f4858bad979c3/
> > http://autobuild.buildroot.net/results/964/964d8f694bc7d05b35411eabfbadf40bbf6337ae/
> > http://autobuild.buildroot.net/results/0f2/0f2cddf89af3ad4330556acd04ab6cb080370e24/
> > 
> > Signed-off-by: Baruch Siach <baruch at tkos.co.il>
> > ---
> > package/ipkg/0002-fix-arm-nommu.patch | 22 ++++++++++++++++++++++  
> 
> 
> ipkg has been superceded by opkg. May be it should just be removed?

Agreed. I'm hesitating between removing entirely, or marking as
deprecated.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list