All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Problem with bitbake after update
Date: Mon, 05 Jan 2009 11:08:13 -0500	[thread overview]
Message-ID: <4962306D.4060008@balister.org> (raw)
In-Reply-To: <69E6C70090A0A14498CC98FAE5E06B6E3CF596@hiob.intern.dresearch.de>

[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]

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

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

  reply	other threads:[~2009-01-05 16:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-05 14:46 Problem with bitbake after update Sledz, Steffen
2009-01-05 16:08 ` Philip Balister [this message]
2009-01-06  7:28   ` Sledz, Steffen
2009-01-05 22:32 ` John Willis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4962306D.4060008@balister.org \
    --to=philip@balister.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.