Am 04.04.2011 um 16:43 schrieb Gary Thomas: > On 04/04/2011 08:37 AM, Sachin Kamboj wrote: >> The problem is "angstrom-2008.1" has been retired and is no longer available >> in the master branch. Use "angstrom-2010.x" instead as your distro. >> Alternatively, use the maintenance branch: >> >> http://www.angstrom-distribution.org/angstrom-20081-moves-maintenance-branch > > Thanks, that got me going. > > Why didn't I get an error when I selected DISTRO="angstrom-2008.1"? There is > no > longer a .../conf/distro/angstrom-2008.1.conf file on the master branch.
Take a look at bitbake.conf The DISTRO configuration is included via the 'include' directive, which is a permissive include – in contrast to 'require', which is a mandatory include. I don't recall our reasons for keeping it like that, but I remember that 'require' wasn't present at the time we wrote bitbake.conf. Perhaps we should reconsider that 'include'. Cheers, :M: _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
