Re: [OE-core] [yocto] 2.6 migration guide

2018-11-08 Thread Paul Eggleton
On Friday, 9 November 2018 11:41:42 AM NZDT Paul Eggleton wrote: > You could accomplish the latter using PACKAGECONFIG_pn-python3 = "pgo" at > the configuration level Oops, I meant PACKAGECONFIG_remove_pn-python3 = "pgo" here. Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre

Re: [OE-core] [yocto] 2.6 migration guide

2018-11-08 Thread Paul Eggleton
On Monday, 5 November 2018 4:32:26 PM NZDT Paul Eggleton wrote: > On Wednesday, 31 October 2018 11:06:31 AM NZDT Scott Rifenbark wrote: > > I have an initial section at > > https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#moving-to-the-yocto-project-2.6-release, > > which is based on

Re: [OE-core] [yocto] 2.6 migration guide

2018-10-31 Thread Scott Rifenbark
Got it, thanks. On Wed, Oct 31, 2018 at 9:02 AM Bas Mevissen wrote: > On 2018-10-31 16:50, Scott Rifenbark wrote: > > > Can you tell me why "123456" is also not removed? That string contains > > instances of "123" and "456" > > > Because it removes all occurrences of the list value "123" and

Re: [OE-core] [yocto] 2.6 migration guide

2018-10-31 Thread Bas Mevissen
On 2018-10-31 16:50, Scott Rifenbark wrote: Can you tell me why "123456" is also not removed? That string contains instances of "123" and "456" Because it removes all occurrences of the list value "123" and not of value "123456" or any part of it. Otherwise, it would be impossible to use

Re: [OE-core] [yocto] 2.6 migration guide

2018-10-31 Thread Scott Rifenbark
Can you tell me why "123456" is also not removed? That string contains instances of "123" and "456" Thanks, Scott On Wed, Oct 31, 2018 at 12:15 AM Robert Berger < yocto.user.mailingl...@gmail.com> wrote: > Hi Scott, > > On 31.10.18 00:06, Scott Rifenbark wrote: > > > > I have an initial

Re: [OE-core] [yocto] 2.6 migration guide

2018-10-31 Thread Scott Rifenbark
Thanks Robert... I will do that. Scott On Wed, Oct 31, 2018 at 12:15 AM Robert Berger < yocto.user.mailingl...@gmail.com> wrote: > Hi Scott, > > On 31.10.18 00:06, Scott Rifenbark wrote: > > > > I have an initial section at > > >