Yocto 5.3 (whinlatter) migration: CI and recipe updates#276
Open
Yocto 5.3 (whinlatter) migration: CI and recipe updates#276
Conversation
Yocto 5.3 (whinlatter) warns on assignments without whitespace around the = operator. Fix PARALLEL_MAKEINST="" and PACKAGE_ARCH="all" across mono and nuget recipes. Ref: https://docs.yoctoproject.org/dev/migration-guides/migration-5.3.html Ref: #275 Co-authored-by: Cursor <cursoragent@cursor.com>
…COMPAT Yocto 5.3 (whinlatter) no longer maintains release branches in the poky repository. Replace the single poky clone with individual clones of: - bitbake (branch 2.16) - openembedded-core (branch whinlatter) - meta-yocto (branch whinlatter) Update oe-init-build-env path and TEMPLATECONF to use the new layout. Move meta-openembedded under layers/ for consistency. Also update LAYERSERIES_COMPAT from styhead to whinlatter. Ref: https://docs.yoctoproject.org/dev/migration-guides/migration-5.3.html Ref: #275 Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Migrate meta-mono to support Yocto 5.3 (whinlatter). The poky repository no longer maintains release branches from whinlatter onwards, requiring a new CI setup approach.
oe-init-build-envandTEMPLATECONFpaths=inPARALLEL_MAKEINSTandPACKAGE_ARCHassignments (5 files) to suppress whinlatter warningsLAYERSERIES_COMPATupdated fromstyheadtowhinlatterReferences
Test plan
Made with Cursor
Note
Medium Risk
CI now fetches and initializes Yocto from multiple upstream repos (instead of
poky), so failures are most likely due to branch/path mismatches or layer ordering; recipe changes are formatting-only but can affect parsing under newer BitBake.Overview
Updates the project to target Yocto 5.3
whinlatterby switchingLAYERSERIES_COMPAT_monoand adjusting CI to build/test against thewhinlatterbranch.The GitHub Actions workflow stops cloning
pokyand instead clonesbitbake,openembedded-core, andmeta-yoctointo alayers/layout, updatesTEMPLATECONF/oe-init-build-envpaths accordingly, and limits the build matrix towhinlatteronx86-64andarm64.Separately, recipe metadata is normalized for
whinlatterparsing (whitespace around=), includingPARALLEL_MAKEINSTin Mono include files andPACKAGE_ARCHinnuget.inc.Written by Cursor Bugbot for commit 863f4db. This will update automatically on new commits. Configure here.