[Buildroot] [PATCH] Permit building grub with an external toolchain.

Lionel Landwerlin llandwerlin at gmail.com
Sun Jan 3 04:08:14 UTC 2010


Here is one example :

http://git.buildroot.org/buildroot/commit/?id=21bab8862f3c2906af347e5a993ce4cd36c1b063

You can find a lot like this in the recent git history.
I'm think to the new infrastructure because it provides all the glue to
configure the package, especially the 2 lines you added.

Regards,


Le samedi 02 janvier 2010 à 21:15 -0500, Clark Rawlins a écrit :
> I could give that a shot.  I thought as a start I would go with the
> smallest change possible.  Any suggestions for an example to look at for
> switching grub to the autotools macros?
> 
> 
> On Sun, 2010-01-03 at 01:13 +0100, Lionel Landwerlin wrote:
> > Le samedi 02 janvier 2010 à 17:46 -0500, Clark Rawlins a écrit :
> > > Grub build failed at the link stage because it
> > > couldn't find libcurses. Adding these variable
> > > invocations to the configure line make it work.
> > > 
> > > Signed-off-by: Clark Rawlins <clark.rawlins at escient.com>
> > > ---
> > >  target/x86/grub/grub.mk |    2 ++
> > >  1 files changed, 2 insertions(+), 0 deletions(-)
> > > 
> > > diff --git a/target/x86/grub/grub.mk b/target/x86/grub/grub.mk
> > > index af46244..21f089f 100644
> > > --- a/target/x86/grub/grub.mk
> > > +++ b/target/x86/grub/grub.mk
> > > @@ -81,6 +81,8 @@ $(GRUB_DIR)/.unpacked: $(DL_DIR)/$(GRUB_SOURCE) $(DL_DIR)/$(GRUB_PATCH)
> > >  $(GRUB_DIR)/.configured: $(GRUB_DIR)/.unpacked
> > >  	(cd $(GRUB_DIR); rm -rf config.cache; \
> > >  		$(TARGET_CONFIGURE_OPTS) \
> > > +		$(TARGET_CONFIGURE_ARGS) \
> > > +		$(TARGET_CONFIGURE_ENV) \
> > >  		CFLAGS="$(TARGET_CFLAGS)" \
> > >  		CPPFLAGS="$(GRUB_CFLAGS)" \
> > >  		./configure $(QUIET) \
> > 
> > Maybe you should consider switching grub to the autotool infrastructure.
> > 
> > -- 
> > Lionel Landwerlin
> > 
> > _______________________________________________
> > buildroot mailing list
> > buildroot at busybox.net
> > http://lists.busybox.net/mailman/listinfo/buildroot
> 

-- 
Lionel Landwerlin




More information about the buildroot mailing list