Skip to content

layer.conf: set dotnet 10.0.100 as default preferred version#271

Merged
ajlennon merged 1 commit intomasterfrom
ajl/dotnet10-default-version
Feb 11, 2026
Merged

layer.conf: set dotnet 10.0.100 as default preferred version#271
ajlennon merged 1 commit intomasterfrom
ajl/dotnet10-default-version

Conversation

@ajlennon
Copy link
Member

@ajlennon ajlennon commented Feb 9, 2026

Add PREFERRED_VERSION_dotnet and PREFERRED_VERSION_dotnet-native defaulting to 10.0.100 (.NET 10) now that the recipe is available. Uses weak assignment (?=) so users can override in local.conf.


Note

Low Risk
Conf-only change that only adjusts default recipe version selection; impact is limited to which dotnet version gets built by default.

Overview
Sets default Yocto PREFERRED_VERSION_dotnet and PREFERRED_VERSION_dotnet-native in conf/layer.conf to 10.0.100 using weak assignment (?=), so builds in this layer prefer .NET 10 unless a downstream config overrides it.

Written by Cursor Bugbot for commit 6590d90. This will update automatically on new commits. Configure here.

Add PREFERRED_VERSION_dotnet and PREFERRED_VERSION_dotnet-native
defaulting to 10.0.100 (.NET 10) now that the recipe is available.
Uses weak assignment (?=) so users can override in local.conf.

Co-authored-by: Cursor <cursoragent@cursor.com>
@ajlennon ajlennon merged commit 020f5e9 into master Feb 11, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant