summaryrefslogtreecommitdiffstats
path: root/classes/machine-overrides-extender.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* machine-overrides-extender.bbclass: Fix multilib parsingOtavio Salvador2018-06-011-1/+6
| | | | | | | | | | | | The 'ConfigParsed' event was too early and when we mangled the MACHINEOVERRIDES using the extender, we ended overriding some values when using together with multilib. This fixes the multilib use-case and keep current ones working. Reported-by: Cristinel Panfir <cristinel.panfir@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit a59a2059850c493772da39d2fd9ee71494326d12)
* Revert "machine-overrides-extender.bbclass: Postpone until 'RecipeParsed' event"Otavio Salvador2018-05-221-1/+1
| | | | | | | | | | | This reverts commit 65144beb63673d215221d800e1905eedb9f2f8ed. The commit has side effects and must be better investigated. For now, we are reverting it so we don't cause problems for other use cases. Change-Id: I63333c974746bd7f95fa7a56153099256e206912 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit eeaa4b69ca399206f9e87d5104262eadb8808235)
* machine-overrides-extender.bbclass: Postpone until 'RecipeParsed' eventOtavio Salvador2018-05-221-1/+1
| | | | | | | | | | | | | The 'ConfigParsed' event was too early and when we mangled the MACHINEOVERRIDES using the extender, we ended overriding some values when using together with multilib. This fixes the multilib use-case and keep current ones working. Change-Id: I6f1d952dfe2d04fa10229a86763af4ca6b1e601f Reported-by: Cristinel Panfir <cristinel.panfir@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 65144beb63673d215221d800e1905eedb9f2f8ed)
* machine-overrides-extender.bbclass: Add filter out supportOtavio Salvador2017-03-271-5/+24
| | | | | | | | | | | | | 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>
* machine-overrides-extender.bbclass: Automatically set extend the ↵Otavio Salvador2016-09-081-0/+29
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>