firefox: update to 140ESR and 141, whinlatter #903
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a bit busier PR than usual:
-Qunused-arguments
added to CCARGS by default, which is missing from oe-core (and it fails the configuration for 32-bit arm targets). I have added a small patch to compensate this in Firefox. Still checking if there is anything that is affected in meta-oe and oe-core by this, so it might worth to submit a patch to oe-core, or we should just live with this.S
for some recipes that need different one in whinlatter and pre-whinlatter. Initially I planned to include it conditionally, depending on the value of LAYERSERIES_CORENAMES - however it seems that require and include directives are processed before this variable would get a value, so I couldn't rely on this, it is always empty at the time when the includes are processed. So the folders are now set both pre- and post-whinlatter, and they are set based on the current version.Dropped the v128 ESR series, and switched to the new ESR series, v140.
Updated the regular, latest release from 140 to 141.
@jcalvinowens Unfortunately I am running out of storage space, and unable to keep the old master build artifacts further around, had to do the upgrade. I have added you as a co-author to the whinlatter upgrade. Hope you don't mind.