Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-23 Thread Bruce Ashfield
On 08/23/2017 02:31 PM, Denys Dmytriyenko wrote: On Sun, Aug 20, 2017 at 10:58:21PM -0400, Bruce Ashfield wrote: There was a bug in the search routines responsible for locating BSP definitions which returned a valid match if only the ktype matched. This meant that someone looking for "qemux86fo

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-23 Thread Denys Dmytriyenko
On Sun, Aug 20, 2017 at 10:58:21PM -0400, Bruce Ashfield wrote: > There was a bug in the search routines responsible for locating > BSP definitions which returned a valid match if only the ktype > matched. > > This meant that someone looking for "qemux86foo" (which is an > invalid definition) woul

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-23 Thread Khem Raj
On Wed, Aug 23, 2017 at 7:58 AM, Richard Purdie wrote: > On Wed, 2017-08-23 at 10:42 -0400, Bruce Ashfield wrote: >> On 08/23/2017 10:40 AM, Khem Raj wrote: >> > >> > On Wed, Aug 23, 2017 at 5:37 AM, Bruce Ashfield >> > wrote: >> > > >> > > On 08/22/2017 11:40 PM, Khem Raj wrote: >> > > > >> > >

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-23 Thread Bruce Ashfield
On 08/23/2017 10:58 AM, Richard Purdie wrote: On Wed, 2017-08-23 at 10:42 -0400, Bruce Ashfield wrote: On 08/23/2017 10:40 AM, Khem Raj wrote: On Wed, Aug 23, 2017 at 5:37 AM, Bruce Ashfield wrote: On 08/22/2017 11:40 PM, Khem Raj wrote: On Sun, Aug 20, 2017 at 7:58 PM, Bruce Ashfield w

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-23 Thread Richard Purdie
On Wed, 2017-08-23 at 10:42 -0400, Bruce Ashfield wrote: > On 08/23/2017 10:40 AM, Khem Raj wrote: > > > > On Wed, Aug 23, 2017 at 5:37 AM, Bruce Ashfield > > wrote: > > > > > > On 08/22/2017 11:40 PM, Khem Raj wrote: > > > > > > > > > > > > On Sun, Aug 20, 2017 at 7:58 PM, Bruce Ashfield > >

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-23 Thread Bruce Ashfield
On 08/23/2017 10:40 AM, Khem Raj wrote: On Wed, Aug 23, 2017 at 5:37 AM, Bruce Ashfield wrote: On 08/22/2017 11:40 PM, Khem Raj wrote: On Sun, Aug 20, 2017 at 7:58 PM, Bruce Ashfield wrote: There was a bug in the search routines responsible for locating BSP definitions which returned a val

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-23 Thread Khem Raj
On Wed, Aug 23, 2017 at 5:37 AM, Bruce Ashfield wrote: > On 08/22/2017 11:40 PM, Khem Raj wrote: >> >> On Sun, Aug 20, 2017 at 7:58 PM, Bruce Ashfield >> wrote: >>> >>> There was a bug in the search routines responsible for locating >>> BSP definitions which returned a valid match if only the kty

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-23 Thread Bruce Ashfield
On 08/22/2017 11:40 PM, Khem Raj wrote: On Sun, Aug 20, 2017 at 7:58 PM, Bruce Ashfield wrote: There was a bug in the search routines responsible for locating BSP definitions which returned a valid match if only the ktype matched. This meant that someone looking for "qemux86foo" (which is an i

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-22 Thread Khem Raj
On Sun, Aug 20, 2017 at 7:58 PM, Bruce Ashfield wrote: > There was a bug in the search routines responsible for locating > BSP definitions which returned a valid match if only the ktype > matched. > > This meant that someone looking for "qemux86foo" (which is an > invalid definition) would potenti

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-21 Thread Bruce Ashfield
ard.pur...@linuxfoundation.org; openembedded-core@lists. > openembedded.org > *Subject:* Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid > BSPs are built > > > > > > > > On Mon, Aug 21, 2017 at 11:03 AM, Bruce Ashfield > wrote: > > &g

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-21 Thread Peter Kjellerstedt
-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built On Mon, Aug 21, 2017 at 11:03 AM, Bruce Ashfield mailto:bruce.ashfi...@gmail.com>> wrote: On Mon, Aug 21, 2017 at 11:00 AM, Peter Kjellerstedt mailto:peter.kjellerst...@ax

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-21 Thread Bruce Ashfield
org >> > [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of >> > Bruce Ashfield >> > Sent: den 21 augusti 2017 04:58 >> > To: richard.pur...@linuxfoundation.org >> > Cc: openembedded-core@lists.openembedded.org >> > Subject: [OE-core] [

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-21 Thread Bruce Ashfield
ruce Ashfield > > Sent: den 21 augusti 2017 04:58 > > To: richard.pur...@linuxfoundation.org > > Cc: openembedded-core@lists.openembedded.org > > Subject: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid > > BSPs are built > > > > There was a bug i

Re: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-21 Thread Peter Kjellerstedt
ists.openembedded.org > Subject: [OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid > BSPs are built > > There was a bug in the search routines responsible for locating > BSP definitions which returned a valid match if only the ktype > matched. > > This meant that

[OE-core] [PATCH 8/9] kernel-yocto: ensure that only valid BSPs are built

2017-08-20 Thread Bruce Ashfield
There was a bug in the search routines responsible for locating BSP definitions which returned a valid match if only the ktype matched. This meant that someone looking for "qemux86foo" (which is an invalid definition) would potentially end up building "qemuarm" and be none the wiser (until it didn