Thanks for the input Henry,

I have BBPATH defined as expressed in the wiki:

[EMAIL PROTECTED] build]$ echo $BBPATH
/home/ehiebert/Develop/oe/build/conf:/home/ehiebert/Develop/oe/build:/home/ehiebert/Develop/oe/org.openembedded.dev

BitBake also first complains about:

[EMAIL PROTECTED] build]$ bitbake
ERROR: Please set the 'CACHE' variable.

If I don't set the CACHE variable in my .bashrc file... which should not
need to be done.

It still seems like BitBake is not finding its conf files.

TIA,
Eldon.

On Thu, 2007-11-29 at 12:23 -0800, Hans Henry von Tresckow wrote:
> 
> 
> On Nov 29, 2007 11:13 AM, Eldon Hiebert <[EMAIL PROTECTED]>
> wrote:
>         I have a new oe environment created but have a proble  with my
>         BBFILES
>         location. BitBake seems to ignore the BBFILES directive in my
>         local.conf
>         and stops with the message:
>         
>         [EMAIL PROTECTED] build]$ bitbake nano 
>         ERROR: no files to build.
>         
>         NOTE: Parsing finished. 0 cached, 0 parsed, 0 skipped, 0
>         masked.
>         NOTE: build 200711291124: started
>         Traceback (most recent call last):
>          File "/home/ehiebert/Develop/oe/bitbake/bin/bitbake", line
>         134, in 
>         <module>
>            main()
>          File "/home/ehiebert/Develop/oe/bitbake/bin/bitbake", line
>         131, in
>         main
>            cooker.cook()
>          File "/home/ehiebert/Develop/oe/bitbake/lib/bb/cooker.py",
>         line 565, 
>         in cook
>            return self.buildTargets(pkgs_to_build)
>          File "/home/ehiebert/Develop/oe/bitbake/lib/bb/cooker.py",
>         line 457,
>         in buildTargets
>            bb.event.fire(bb.event.BuildStarted(buildname, targets, 
>         self.configuration.event_data))
>          File "/home/ehiebert/Develop/oe/bitbake/lib/bb/event.py",
>         line 67, in
>         fire
>            if tmpHandler(event) == Handled:
>          File "tmpHandler(e)", line 31, in tmpHandler 
>         ValueError: substring not found
>         
>         >From my local.conf:
>         BBFILES :=
>         
> "/home/ehiebert/Develop/oe/org.openembedded.dev/packages/packages/*/*.bb"
>         
>         and from the commanline:
>         [EMAIL PROTECTED] packages]$ pwd
>         /home/ehiebert/Develop/oe/org.openembedded.dev/packages
>         [EMAIL PROTECTED] packages]$ cd nano
>         [EMAIL PROTECTED] nano]$ ls
>         nano-1.2.1/  nano_1.2.1.bb  nano-2.0.6/  nano_2.0.6.bb
>         [EMAIL PROTECTED] nano]$ pwd
>         /home/ehiebert/Develop/oe/org.openembedded.dev/packages/nano
>         [EMAIL PROTECTED] nano]$
>         
>         Any help would be appreciated.
>         
>         TIA,
>         Eldon.
>         
>         _______________________________________________
>         Openembedded-users mailing list
>         [email protected]
>         http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users
> 
> Check to make sure your BBPATH environment variable is set. otherwise
> bitbake can't find conf/local.conf
> 
> 
> -- 
> Henry von Tresckow (hvontres) 
> _______________________________________________
> Openembedded-users mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users

_______________________________________________
Openembedded-users mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-users

Reply via email to