Re: [OE-core] [PATCH] features_check: Factorize code for checking features

2020-06-01 Thread Jacob Kroon
On 5/26/20 9:36 AM, Jacob Kroon wrote: The DISTRO/MACHINE/COMBINED features should be treated identically, so convert the expanded code to a loop. This fixes some of the COMBINED error messages which were previously referring to MACHINE features. There should be no functional changes. Signed-off

[OE-core] [PATCH] features_check: Factorize code for checking features

2020-05-26 Thread Jacob Kroon
The DISTRO/MACHINE/COMBINED features should be treated identically, so convert the expanded code to a loop. This fixes some of the COMBINED error messages which were previously referring to MACHINE features. There should be no functional changes. Signed-off-by: Jacob Kroon --- meta/classes/featu