Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-07-18 Thread Burton, Ross
On 18 July 2012 12:44, Axel Beierlein belatro...@freenet.de wrote: Hello, when i start bitbake core-image-minimal i get the Error PATH contains '.' or '', which will break the build, please remove this. But there is definitly no '' a whitespace or a point in my PATH. That error could be

[yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Elvis Dowson
Hi, I just updated my yocto repos and tried a fresh build. My bblayers.conf file looks like this: # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = 4 BBFILES ?= BBLAYERS ?= \ /tool/yocto/poky/meta \ /tool/yocto/poky/meta-yocto

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Mark Hatle
On 6/21/12 10:25 AM, Elvis Dowson wrote: Hi, I just updated my yocto repos and tried a fresh build. There are two errors, see below: My bblayers.conf file looks like this: # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly LCONF_VERSION = 4

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Jack Mitchell
On 21/06/12 16:41, Mark Hatle wrote: On 6/21/12 10:25 AM, Elvis Dowson wrote: Hi, I just updated my yocto repos and tried a fresh build. There are two errors, see below: My bblayers.conf file looks like this: # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf #

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Khem Raj
On Thu, Jun 21, 2012 at 8:25 AM, Elvis Dowson elvis.dow...@gmail.com wrote: BBFILES ?= BBLAYERS ?= \  /tool/yocto/poky/meta \  /tool/yocto/poky/meta-yocto \  /tool/yocto/meta-openembedded/meta-oe \  /tool/yocto/meta-xilinx \   what does bitbake -e image | grep -e ^BBPATH= show

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Elvis Dowson
Hi Khem, On Jun 21, 2012, at 8:09 PM, Khem Raj wrote: On Thu, Jun 21, 2012 at 8:25 AM, Elvis Dowson elvis.dow...@gmail.com wrote: BBFILES ?= BBLAYERS ?= \ /tool/yocto/poky/meta \ /tool/yocto/poky/meta-yocto \ /tool/yocto/meta-openembedded/meta-oe \ /tool/yocto/meta-xilinx \

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Elvis Dowson
Hi Khem, I noticed that my PATH variable had an extra colon : , once I fixed that, bitbake starts to work. However, I still get the following warnings: WARNING: BBPATH references the current directory, either through an empty entry, or a '.'. This is unsafe and

Re: [yocto] Error: PATH contains '.' or '', which will break the build, please remove this.

2012-06-21 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 6/21/2012 8:05 PM, Elvis Dowson wrote: Hi Khem, On Jun 21, 2012, at 8:09 PM, Khem Raj wrote: On Thu, Jun 21, 2012 at 8:25 AM, Elvis Dowson elvis.dow...@gmail.com wrote: BBFILES ?= BBLAYERS ?= \ /tool/yocto/poky/meta \