aboutsummaryrefslogtreecommitdiffstats
path: root/classes/machine-overrides-extender.bbclass
AgeCommit message (Collapse)Author
2017-03-27machine-overrides-extender.bbclass: Add filter out supportOtavio Salvador
The allow easier enablement of mainline BSP support, we need to allow for specific overrides to be filtered out, before and during the extending process. The new MACHINEOVERRIDES_EXTENDER_FILTER_OUT variable does exactly this and will be used in a subsequent commit to enable the 'use-mainline-bsp' override. Change-Id: Ieaec9d5eb27ccc73b7b0097cb365c519978bd080 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2016-09-08machine-overrides-extender.bbclass: Automatically set extend the ↵Otavio Salvador
MACHINEOVERRIDES This allow to grouping of different settings for similar platforms. To use the class, specify, for example: MACHINEOVERRIDES_EXTENDER_soc = "group1:group2" Change-Id: I4a7dcd353b8bedf9d8f213827d7de768783c3d5d Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>