Re: [OE-core] Changing DISTRO_FEATURES / build directory

2020-04-24 Thread Richard Purdie
On Fri, 2020-04-24 at 14:20 +, chris.lapla...@agilent.com wrote: > > "contains" has special magic where it caches the specific value > > presence > > rather than the whole string. I'd therefore recommend using the > > contains > > functions where at all possible for that reason. > > So then re

Re: [OE-core] Changing DISTRO_FEATURES / build directory

2020-04-24 Thread Chris Laplante via lists.openembedded.org
> "contains" has special magic where it caches the specific value presence > rather than the whole string. I'd therefore recommend using the contains > functions where at all possible for that reason. So then regarding my other points, it is correctly handled by the signature code? If so, why doe

Re: [OE-core] Changing DISTRO_FEATURES / build directory

2020-04-24 Thread Richard Purdie
On Fri, 2020-04-24 at 13:59 +, chris.lapla...@agilent.com wrote: > > > So, is changing DISTRO_FEATURES but not changing the build > > > directory > > > expected to work? > > > > Should work but has bugs. > > > > There were some fixed around the thud/zeus timeframe. > > > > https://bugzilla.y

Re: [OE-core] Changing DISTRO_FEATURES / build directory

2020-04-24 Thread Chris Laplante via lists.openembedded.org
> > So, is changing DISTRO_FEATURES but not changing the build directory > > expected to work? > > Should work but has bugs. > > There were some fixed around the thud/zeus timeframe. > > https://bugzilla.yoctoproject.org/show_bug.cgi?id=13702 > > is a recently reported one that has patches in m

Re: [OE-core] Changing DISTRO_FEATURES / build directory

2020-04-23 Thread Richard Purdie
On Thu, 2020-04-23 at 19:12 +, Chris Laplante via lists.openembedded.org wrote: > There is a familiar message in sstate.bbclass that explains: “… It > may be you changed DISTRO_FEATURES from systemd to udev or vice > versa. Cleaning those recipes should again resolve this error, > however switc

[OE-core] Changing DISTRO_FEATURES / build directory

2020-04-23 Thread Chris Laplante via lists.openembedded.org
There is a familiar message in sstate.bbclass that explains: "... It may be you changed DISTRO_FEATURES from systemd to udev or vice versa. Cleaning those recipes should again resolve this error, however switching DISTRO_FEATURES on an existing build directory is not supported - you should reall