Re: [yocto] configuration for a layer apart from local.conf

2019-05-22 Thread Alexander Kanavin
Yes - your distro configuration file is the correct place to do it. Alex On Wed, 22 May 2019 at 07:12, Pandey, Kamal wrote: > > Hi, > > I want to know if there is any other place where we can set configuration for > a particular layer, apart from local.conf. For example if I want to set > LICE

[yocto] configuration for a layer apart from local.conf

2019-05-21 Thread Pandey, Kamal
Hi, I want to know if there is any other place where we can set configuration for a particular layer, apart from local.conf. For example if I want to set LICENSE_FLAGS_WHITELIST can I do that in layer.conf, or do I need to do that in local.conf only. Similarly for BBMASK too. So basically my que