(and before you tell me to just read the appropriate page under
http://www.angstrom-distribution.org/building-angstrom, please read
the rest.)
after having been dragged away from my BB xM (rev A2) for far too
long, i want to catch up on playing with angstrom -- specifically, the
development version of the software, so i'm looking for the recipe for
building all of the components of the SD card from scratch. so let's
start simple.
rather than build based on the link above, i already *have* a full
git checkout of OE (dev branch) so i started by bringing that up to
date (git pull).
after that, i edited my build/conf/local.conf file and changed the
DISTRO value to "angstrom-2010.x" since that seemed to be the value
that represents the angstrom development branch -- is that correct?
having done that, i removed the entire "angstrom-dev" work directory
and ran a couple preliminary fetchall tasks simply for the purpose of
sanity checking:
$ bitbake -c fetchall virtual/bootloader
$ bitbake -c fetchall virtual/kernel
the first worked fine, the second is still running. so, is that a
good start for what i'm after? are these settings the correct ones
for building my own angstrom images for my xM? thanks.
rday