[oe] Problem with bitbake after update

Sledz, Steffen sledz at DResearch.DE
Mon Jan 5 14:46:49 UTC 2009


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?

Steffen


More information about the Openembedded-devel mailing list