Re: [yocto] conf/machine/ in my custom layer doesn't get parsed

2018-01-15 Thread Isaac Nickaein
Hi Anuj, On Mon, Jan 15, 2018 at 5:47 PM, Anuj Mittal wrote: > I hope that this machine name, colibri-imx6, isn't being used in some > other included layer as well ... > > meta-freescale-3rdparty/conf/machine/colibri-imx6.conf? Can you try > changing the name? > You are a lifesaver. Bitbake was

Re: [yocto] conf/machine/ in my custom layer doesn't get parsed

2018-01-15 Thread Anuj Mittal
On 01/15/2018 09:13 PM, Isaac Nickaein wrote: > Hi Anuj, > > On Mon, Jan 15, 2018 at 4:00 PM, Mittal, Anuj wrote: >> Have you defined BBPATH in your layer.conf correctly? > > > I guess so. Here is relevant lines in layer.conf for BBPATH: > > # We have a conf and classes directory, add to BBPAT

Re: [yocto] conf/machine/ in my custom layer doesn't get parsed

2018-01-15 Thread Isaac Nickaein
Hi Anuj, On Mon, Jan 15, 2018 at 4:00 PM, Mittal, Anuj wrote: > Have you defined BBPATH in your layer.conf correctly? I guess so. Here is relevant lines in layer.conf for BBPATH: # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, ad

Re: [yocto] conf/machine/ in my custom layer doesn't get parsed

2018-01-15 Thread Isaac Nickaein
On Mon, Jan 15, 2018 at 4:00 PM, Mittal, Anuj wrote: > > Have you defined BBPATH in your layer.conf correctly? Hi Anuj, I guess so. Here is relevant lines in layer.conf for BBPATH: # We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories,

Re: [yocto] conf/machine/ in my custom layer doesn't get parsed

2018-01-15 Thread Mittal, Anuj
Hi Issac, > I've created a custom meta layer over poky rocko and added it to > bblayer.conf. I've > also set the appropriate MACHINE value in > conf/local.conf: > > MACHINE = "colibri-imx6" > > There is a machine specific conf file in this meta layer, but it doesn't get > parsed. This > file

[yocto] conf/machine/ in my custom layer doesn't get parsed

2018-01-15 Thread Isaac Nickaein
Hi, I've created a custom meta layer over poky rocko and added it to bblayer.conf. I've also set the appropriate MACHINE value in conf/local.conf: MACHINE = "colibri-imx6" There is a machine specific conf file in this meta layer, but it doesn't get parsed. This file is located at "conf/machine/c