I'm following this and this links to build a Yocto customized image to galileo board on OSX 10.7 machine.
The Yocto version used is 1.0.1;
When i run bitbake image-custom
in meta-clanton_v1.0.1
dir console start like build, but returns the following:
$ ~/meta-clanton_v1.0.1 > bitbake image
The BBPATH variable is not set
DEBUG: Removed the following variables from the environment: TEX_PATH, rvm_version, rvm_path, ...
DEBUG: UI 'knotty' does not require extra cache!
DEBUG: Found bblayers.conf (~/meta-clanton_v1.0.1/conf/bblayers.conf)
DEBUG: LOAD ~/meta-clanton_v1.0.1/conf/bblayers.conf
$ ~/meta-clanton_v1.0.1 >
but stop there. if i do in build folder:
$ ~/meta-clanton_v1.0.1/yocto_build > bitbake image
ERROR: Unable to parse ./poky/meta/conf/layer.conf: file ./poky/meta/conf/layer.conf not found in ~/meta-clanton_v1.0.1/yocto_build
$ ~/meta-clanton_v1.0.1/yocto_build >
I'm doing something wrong? I changed files according instructions provided in links.
Where can i set BBPATH?
Thanks for any possible help
this is my full oe-buildend-internal: pastebin