Re: [yocto] Additional layers with class and conf

2016-06-16 Thread Woronicz, Bartosz (Nokia - PL/Wroclaw)
[yocto] Additional layers with class and conf HI, Have you checked full output of -e bitbake run ? Were INHERIT variable is resolved ? To check if *.conf file was checked ? Maybe some confs change INHERIT variables during parsing. Br, KZ On Wed, Jun 15, 2016 at 4:50 PM, Woronicz, Bartosz ( NS

Re: [yocto] Additional layers with class and conf

2016-06-16 Thread Woronicz, Bartosz (Nokia - PL/Wroclaw)
: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] Sent: Wednesday, June 15, 2016 10:29 PM To: Woronicz, Bartosz (Nokia - PL/Wroclaw) <bartosz.woron...@nokia.com> Cc: yocto@yoctoproject.org Subject: Re: [yocto] Additional layers with class and conf On Wed, 15 Jun 2016 16:50:57 Woronicz, B

Re: [yocto] Additional layers with class and conf

2016-06-15 Thread Paul Eggleton
On Wed, 15 Jun 2016 16:50:57 Woronicz, Bartosz wrote: > I got two layers, meta-x and meta-y , meta-x got meta-y in > bblayers.conf. in meta-y contains conf/layer.conf with BBPATH .= > ":${LAYERDIR}", plus classes/my.bbclass plus local.conf containing > INHERIT += "my" Do you mean you put

Re: [yocto] Additional layers with class and conf

2016-06-15 Thread Chris Z.
HI, Have you checked full output of -e bitbake run ? Were INHERIT variable is resolved ? To check if *.conf file was checked ? Maybe some confs change INHERIT variables during parsing. Br, KZ On Wed, Jun 15, 2016 at 4:50 PM, Woronicz, Bartosz ( NSN - PL/Wroclaw) < bartosz.woron...@nokia.com>

[yocto] Additional layers with class and conf

2016-06-15 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
I got two layers, meta-x and meta-y , meta-x got meta-y in bblayers.conf. in meta-y contains conf/layer.conf with BBPATH .= ":${LAYERDIR}", plus classes/my.bbclass plus local.conf containing INHERIT += "my" when I ran bitbake -e my-image, the INHERIT doesn't seem to contain "my" When I put