Re: [yocto] Additional layers with class and conf

2016-06-16 Thread Woronicz, Bartosz (Nokia - PL/Wroclaw)
. Kind regards, Bartosz Woronicz Engineer, Software Configuration (SCM) Nokia Networks - PL/Wroclaw From: Chris Z. [mailto:winotu.em...@gmail.com] Sent: Wednesday, June 15, 2016 9:21 PM To: Woronicz, Bartosz (Nokia - PL/Wroclaw) Cc: yocto@yoctoproject.org Subject: Re: [yocto] Additional layers with

Re: [yocto] Additional layers with class and conf

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

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 local.c

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> wr