[oe] Problem with bitbake after update

Philip Balister philip at balister.org
Mon Jan 5 16:08:13 UTC 2009


Sledz, Steffen wrote:
> After making an svn update from bitbake 1.8.11 (SVN r1080) to 1.8.13 (SVN r1150) i've a little problem with my environment. I use some vars to configure the it:
> 
>  export OE_HOME=$HOME/oe
>  export OE_ROOT=/opt/openembedded
>  export MY_OE_CONF="oxe810"
>  export BBPATH=$OE_HOME/:$OE_HOME/$MY_OE_CONF:$OE_HOME/common:$OE_ROOT
>  export PATH=/opt/bitbake/bin:$PATH
> 
> In the local.conf i use some of them to setup some bbfile collections.
> 
>  BBFILE_COLLECTIONS = "upstream localcommon local"
>  BBFILE_PATTERN_upstream = "^${OE_ROOT}/packages/"
>  BBFILE_PATTERN_localcommon = "^${OE_HOME}/common/packages/"
>  BBFILE_PATTERN_local = "^${OE_HOME}/oxe810/packages/"
>  BBFILE_PRIORITY_upstream = "5"
>  BBFILE_PRIORITY_localcommon = "9"
>  BBFILE_PRIORITY_local = "10"
> 
> This worked fine with bitbake 1.8.11 but results in an error with the newer version. :(
> 
>  NOTE: Psyco JIT Compiler (http://psyco.sf.net) not available. Install it to increase performance.
>  ERROR: opening ${OE_ROOT}/packages/*/*.bb: file ${OE_ROOT}/packages/*/*.bb not found
>  ERROR: opening ${OE_HOME}/oxe810/packages/*/*.bb: file ${OE_HOME}/oxe810/packages/*/*.bb not found
>  ERROR: opening ${OE_HOME}/common/packages/*/*.bb: file ${OE_HOME}/common/packages/*/*.bb not found
> 
> Hmmmm? What's wrong here?

You need to add :

export BB_ENV_EXTRAWHITE="OE_HOME"

to the environment before running bitbake.

Philip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090105/05605576/attachment-0002.bin>


More information about the Openembedded-devel mailing list