Re: [yocto] Enable PACKAGECONFIG Feature

2018-12-12 Thread Burton, Ross
On Wed, 12 Dec 2018 at 03:42, 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 need t

[yocto] Enable PACKAGECONFIG Feature

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 image