Is anybody able to actually BUILD the Angstrom release?
Cliff Brake
cliff.brake at gmail.com
Fri Dec 19 21:16:09 UTC 2008
On Fri, Dec 19, 2008 at 2:10 PM, David Hagood <david.hagood at aeroflex.com> wrote:
> On Fri, 2008-12-19 at 13:29 -0500, Cliff Brake wrote:
>> Probably means your OE meta dir is not in the BBPATH or BBFILES ...
>>
> Evidently having the actual Bitbake dir in the BBPATH was causing this.
>
>> I have my own OE env setup scripts, but just out of curiosity I ran
>> through http://wiki.openembedded.net/index.php/Getting_Started, and
>> everything seems to work as advertised.
>
> I have. I get an error on bitbake.
>
> Let's take it from the top:
>
> ls
> build cache download downloads openembedded set_env
> ddhagood at sage:/space/OpenEmbedded> ls /space/bitbake-1.8.12/
> AUTHORS ChangeLog conf COPYING lib PKG-INFO
> bin classes contrib doc MANIFEST setup.py
> ddhagood at sage:/space/OpenEmbedded> ls /space/OpenEmbedded/openembedded/
> classes contrib files packages removal.txt
> conf COPYING.MIT MAINTAINERS README site
> ddhagood at sage:/space/OpenEmbedded> unset CDPATH
> ddhagood at sage:/space/OpenEmbedded> OE_BASE="/space/OpenEmbedded/"
> ddhagood at sage:/space/OpenEmbedded> BITBAKE_BASE="/space/bitbake-1.8.12"
> ddhagood at sage:/space/OpenEmbedded>
> BBFILES="${OE_BASE}openembedded/packages/*/*.bb"
> ddhagood at sage:/space/OpenEmbedded> BBPATH="${OE_BASE}build:
> ${OE_BASE}openembedded"
> ddhagood at sage:/space/OpenEmbedded>
> ddhagood at sage:/space/OpenEmbedded> PATH=$PATH:${BITBAKE_BASE}/bin
> ddhagood at sage:/space/OpenEmbedded>
> ddhagood at sage:/space/OpenEmbedded> CACHE="${OE_BASE}cache"
> ddhagood at sage:/space/OpenEmbedded> export OE_BASE BBFILES BBPATH CACHE
The latest versions of bitbake clean your env to keep host env
variables from contaminating the build environment. If you following
the wiki page exactly, it will work. Otherwise, you need to
whiltelist all of the above vars.
I'm already to linux-omap-2.6.27 package in my clean build I just
started, so the native stuff appears to have build fine. (Ubuntu 8.10
32 bit machine).
Cliff
--
=======================
Cliff Brake
http://bec-systems.com
More information about the Openembedded-users
mailing list