Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-30 Thread Slater, Joseph
j > Subject: Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST > support > > On Wed, 22 Jun 2016 17:45:55 Mark Hatle wrote: > > On 6/22/16 5:35 PM, Khem Raj wrote: > > > On Jun 22, 2016 2:59 PM, "Joe Slater" <jsla...@windriver.com > >

Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-23 Thread Slater, Joseph
> -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Wednesday, June 22, 2016 7:30 PM > To: openembedded-core@lists.openembedded.org > Cc: Hatle, Mark; Slater, Joseph; Khem Raj > Subject: Re: [OE-core] [oe-core][PATCH 0/1] blacklist

Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Paul Eggleton
On Wed, 22 Jun 2016 17:45:55 Mark Hatle wrote: > On 6/22/16 5:35 PM, Khem Raj wrote: > > On Jun 22, 2016 2:59 PM, "Joe Slater" > > > > wrote: > >> We have encountered some issues with the use of PNBLACKLIST in recipes. > >> In particular,

Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Khem Raj
On Wed, Jun 22, 2016 at 3:45 PM, Mark Hatle wrote: > On 6/22/16 5:35 PM, Khem Raj wrote: >> >> On Jun 22, 2016 2:59 PM, "Joe Slater" > > wrote: >>> >>> We have encountered some issues with the use of PNBLACKLIST in

Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Mark Hatle
On 6/22/16 5:35 PM, Khem Raj wrote: > > On Jun 22, 2016 2:59 PM, "Joe Slater" > wrote: >> >> We have encountered some issues with the use of PNBLACKLIST in recipes. >> In particular, PNBLACKLIST[pkg] will not suppress building of lib32-pkg >>

Re: [OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Khem Raj
On Jun 22, 2016 2:59 PM, "Joe Slater" wrote: > > We have encountered some issues with the use of PNBLACKLIST in recipes. > In particular, PNBLACKLIST[pkg] will not suppress building of lib32-pkg > or lib64-pkg so world builds can fail unexpectedly. > > One solution could be

[OE-core] [oe-core][PATCH 0/1] blacklist: add BPNBLACKLIST support

2016-06-22 Thread Joe Slater
We have encountered some issues with the use of PNBLACKLIST in recipes. In particular, PNBLACKLIST[pkg] will not suppress building of lib32-pkg or lib64-pkg so world builds can fail unexpectedly. One solution could be to implement BPNBLACKLIST[] which checks BPN instead of PN when a recipe is