Re: [yocto] Recipe re-build when variable in local.conf changes

2018-08-22 Thread Khem Raj
On Wed, Aug 22, 2018 at 8:21 AM Amol Lad wrote: > > Hi, > > > > Is there a way to re-build a recipe if I change a variable in local.conf? > > > > I’ve defined a variable – BUILDVERSION = “1.0.0” in local.conf. There is a > recipe which uses this variable, creates a version file and populates it

[yocto] Recipe re-build when variable in local.conf changes

2018-08-22 Thread Amol Lad
Hi, Is there a way to re-build a recipe if I change a variable in local.conf? I've defined a variable - BUILDVERSION = "1.0.0" in local.conf. There is a recipe which uses this variable, creates a version file and populates it in the root file system. Now if I change this variable to say