[oe] [PATCH 3/3] syslinux: upgrade to 3.82 and split into a few packages

Roman I Khimov khimov at altell.ru
Tue Aug 18 09:04:08 UTC 2009


В сообщении от Понедельник 17 августа 2009 22:45:40 автор Michael Smith 
написал:
> Roman I Khimov wrote:
> > В сообщении от Понедельник 17 августа 2009 19:35:41 автор Michael Smith
> > написал:
> >
> > You can also do bootable USB drive images with GRUB (not GRUB2,
> > unfortunately) with something like this added to standard ext2 image for
> > drive FS:
>
> .....
> That alone probably wouldn't have stopped me (SanDisk Cruzers always
> work :) but it's not really possible to build GRUB for x86_64, and GRUB2
> will only build with a fight.

Well, for x86_64 we build GRUB like this:

========
LDFLAGS += "-static"
CFLAGS += "${CFLAGS_MULTILIB}"
========

where

==========
CFLAGS_MULTILIB = "-march=i686 -m32"
==========


More information about the Openembedded-devel mailing list