
http://cgit.openembedded.org/cgit.cgi/openembedded/tree/conf/machine?h=
stable/2009.
(c) Start building. Use
# set environment variables
source source-me.txt
#Go to the OE tree
cd ${OETREE}/openembedded
#Make sure it’s up to date
git pull --rebase
#Start building
# you can specify machine on the cmdline:
MACHINE=yourmachine bitbake base-image ; MACHINE=yourmachine bitbake console-image x11-image
# If you have set it in local.conf you can do:
bitbake base-image ; bitbake console-image x11-image
Building for a different machine or C library is just a matter of changing the
MACHINE=
or
ANGSTROMLIBC
statement in
local.conf
to a new value. There is ABSOLUTELY no need for
using different directories for that; Angstrom takes care of all the details, it was specifically
designed for this.
29
Comentários a estes Manuais