Re: [OE-core] [PATCH 1/5 v2] multilib/recipes: Use new RecipePostKeyExpansion event

2020-05-27 Thread Quentin Schulz
Hi Richard, On Tue, May 26, 2020 at 10:57:21PM +0100, Richard Purdie wrote: > There are issues with multilib due to the ordering of events where some > functions see the remapped multilib dependencies and some do not. A > significant > problem is that the multilib class needs to make some changes

Re: [OE-core] [PATCH 1/5 v2] multilib/recipes: Use new RecipePostKeyExpansion event

2020-05-26 Thread Richard Purdie
On Tue, 2020-05-26 at 15:12 -0700, Jeremy Puhlman wrote: > The one question I did have is there are a couple of places where you > add the ML prefix for > nativesdk classes. If we don't have them, it shouldn't hurt anything, > but do we actually support > multilib nativesdk packages? nativesdk act

Re: [OE-core] [PATCH 1/5 v2] multilib/recipes: Use new RecipePostKeyExpansion event

2020-05-26 Thread Jeremy Puhlman
The one question I did have is there are a couple of places where you add the ML prefix for nativesdk classes. If we don't have them, it shouldn't hurt anything, but do we actually support multilib nativesdk packages? On 5/26/2020 2:57 PM, Richard Purdie wrote: There are issues with multilib d

[OE-core] [PATCH 1/5 v2] multilib/recipes: Use new RecipePostKeyExpansion event

2020-05-26 Thread Richard Purdie
There are issues with multilib due to the ordering of events where some functions see the remapped multilib dependencies and some do not. A significant problem is that the multilib class needs to make some changes before key expansion and some afterwards but by using existing event handlers, some