Re: [yocto] yocto Digest, Vol 99, Issue 26

2018-12-11 Thread Nicolas Dechesne
On Wed, Dec 12, 2018 at 2:40 AM Mohamed Youseif wrote: > > I'm asking about how to enable PACKAGECONFIG feature from local.conf file, > let's say that i have the following pacakgeconfig in a recipe > PACKAGECONFIG = " f1 f2 " > PACKAGECONFIG[f1] = "-DENABLE_f1=ON,-DENABLE_f1=OFF,f1," > > so i

Re: [yocto] yocto Digest, Vol 99, Issue 26

2018-12-11 Thread Mohamed Youseif
I'm asking about how to enable PACKAGECONFIG feature from local.conf file, let's say that i have the following pacakgeconfig in a recipe PACKAGECONFIG = " f1 f2 " PACKAGECONFIG[f1] = "-DENABLE_f1=ON,-DENABLE_f1=OFF,f1," so i need to add line in local.conf file to enable this feature for my