Update mquickjs - #56
Conversation
Moving to latest SHA (still no upstream formal release or tag).
There was a problem hiding this comment.
Pull request overview
Updates the Yocto recipe for mquickjs to build from a newer upstream git commit (since there is still no formal release/tag), aligning the layer with the commit expected by dependent work (noted as BartonCore PR #244).
Changes:
- Bumped
mquickjsSRCREVto203d5bb79789bc47b74855d9207415dab71661a0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mquickjs has no upstream tags or releases. Version using the YYYYMMDD of the upstream commit per Yocto convention for unversioned git-only projects. - Rename mquickjs_git.bb -> mquickjs_0.0+git20260115.bb (SHA ee50431) - Add mquickjs_0.0+git20260604.bb (SHA 203d5bb) with breaking API changes - Pin PREFERRED_VERSION in layer.conf to 0.0+git20260115 so the stable version remains the default; opt in to the new API by setting PREFERRED_VERSION_mquickjs = "0.0+git20260604"
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.
Comments suppressed due to low confidence (1)
recipes-support/mquickjs/mquickjs_0.0+git20260115.bb:14
- This recipe is meant to represent the older/stable mquickjs version (and is referenced by
PREFERRED_VERSION_mquickjs = "0.0+git20260115"), but it now points at the sameSRCREVas the newer 20260604 recipe. Additionally, overridingPVto0.0.1+git${SRCPV}means the recipe’s effective version won’t match the layer’sPREFERRED_VERSION, and it may even sort newer than0.0+git20260604.
To make the “stable vs breaking” split (and the layer pin) work, keep this recipe on the older SRCREV and align PV with the filename (or drop the PV override entirely).
|
b'## WARNING: A Blackduck scan failure has been waived A prior failure has been upvoted
|
mquickjs does not tag or version yet, so we use the YYYYMMDD of the
upstream commit per Yocto convention for unversioned git-only projects.