All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ossy <ossy1980@gmx.net>
To: openembedded-devel@lists.openembedded.org
Subject: could not include bb file even though it exists and directory included in BBPATH
Date: Sun, 25 Jul 2010 22:13:11 +0200	[thread overview]
Message-ID: <4C4C9AD7.7010603@gmx.net> (raw)

Dear oe mailinglist,

I tried to set up oe and the sanity checker hasn't reported any 
anomalies. But when building a simple image, bitbake wasn't able to 
include console-base-image.bb.

But in fact this file is present in oe/recipes/images/* and BBPATH 
includes the path to oe (which hopefully dives into recipes there).

I used kom to setup a new overlay project. Since listing the images 
gives all images in oe, I'm sure that bitbake has access to those 
bb-files. The conf/bbplayers.conf includes BBFILES to oe, too.

Where may I misconfigured the setup?

Thanks for any hint.

Kind regards,
Marcus



ossy@debian-virtual:~/buildroot/kom-dockstar$ ll
insgesamt 0
drwxr-xr-x 4 ossy ossy 27 23. Jul 20:37 build
drwxr-xr-x 4 ossy ossy 53 23. Jul 00:11 conf
drwxr-xr-x 3 ossy ossy 19 23. Jul 00:11 recipes
ossy@debian-virtual:~/buildroot/kom-dockstar$ echo $BBPATH
/home/ossy/kom/openembedded/:/home/ossy/buildroot/kom-dockstar/build:/home/ossy/buildroot/kom-dockstar
ossy@debian-virtual:~/buildroot/kom-dockstar$ ll 
/home/ossy/kom/openembedded/recipes/images/console-*
-rw-r--r-- 1 ossy ossy 416 23. Jul 02:34 
/home/ossy/kom/openembedded/recipes/images/console-base-image.bb
-rw-r--r-- 1 ossy ossy 184 23. Jul 02:34 
/home/ossy/kom/openembedded/recipes/images/console-image.bb
-rw-r--r-- 1 ossy ossy 168 23. Jul 02:34 
/home/ossy/kom/openembedded/recipes/images/console-mipv6-image.bb
ossy@debian-virtual:~/buildroot/kom-dockstar$ kom -L
990     oe      ${oe}/recipes/*/*.bb
1000    PRJDIR  ${PRJDIR}/recipes/*/*.bb
ossy@debian-virtual:~/buildroot/kom-dockstar$ bitbake minimal-image
NOTE: Handling BitBake files: \ (8414/8416) [99 %]ERROR: Could not 
include required file console-base-image.bb while parsing 
/home/ossy/buildroot/kom-dockstar/build/tmp/deploy/glibc/sources/MIT/console-image/console-image.bb
ERROR: Could not include required file console-base-image.bb while 
parsing 
/home/ossy/buildroot/kom-dockstar/build/tmp/deploy/glibc/sources/MIT/console-image/console-image.bb

NOTE: Parsing finished. 7606 cached, 474 parsed, 334 skipped, 176 masked.
ERROR: Parsing errors found, exiting...

ossy@debian-virtual:~/buildroot/kom-dockstar$ cat conf/bblayers.conf | 
grep BBFILE
BBFILES = " \
BBFILE_COLLECTIONS = " oe PRJDIR"
BBFILE_PATTERN_PRJDIR = "${PRJDIR}/recipes"
BBFILE_PRIORITY_PRJDIR = "1000"
BBFILE_PATTERN_oe = "recipes/*/*.bb"
BBFILE_PRIORITY_oe = "990"



             reply	other threads:[~2010-07-25 20:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-25 20:13 Ossy [this message]
2010-07-25 20:26 ` could not include bb file even though it exists and directory included in BBPATH Frans Meulenbroeks
2010-07-26 18:39   ` Ossy
2010-07-26 19:15     ` Frans Meulenbroeks
2010-07-26 21:09       ` Ossy
2010-07-27  7:06         ` Frans Meulenbroeks

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=4C4C9AD7.7010603@gmx.net \
    --to=ossy1980@gmx.net \
    --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.