All of lore.kernel.org
 help / color / mirror / Atom feed
* could not include bb file even though it exists and directory included in BBPATH
@ 2010-07-25 20:13 Ossy
  2010-07-25 20:26 ` Frans Meulenbroeks
  0 siblings, 1 reply; 6+ messages in thread
From: Ossy @ 2010-07-25 20:13 UTC (permalink / raw)
  To: openembedded-devel

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"



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-07-27  7:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-25 20:13 could not include bb file even though it exists and directory included in BBPATH Ossy
2010-07-25 20:26 ` 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

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.