The wrynose branch of meta-mender is now available!
Wrynose is the current long-term support (LTS) release of the Yocto Project (Yocto 6.0) and follows the scarthgap (Yocto 5.0) LTS. With the release of the meta-mender wrynose branch, the kirkstone branch of meta-mender also reaches the end of support and will no longer be maintained.
meta-mender selects the default version of each Mender component automatically when one is not previously pinned. With the move to Wrynose, two components now default to a new major version:
|
Component |
Previous default (scarthgap) |
New default (wrynose) |
|---|---|---|
|
mender-connect |
2.3.2 |
3.0.0 |
|
mender-gateway |
1.2.1 |
2.0.0 |
When building images without pinning a previous version, Mender will automatically default to the new major versions.
To stay on the previous series, pin the version explicitly in the configuration, for example:
PREFERRED_VERSION_mender-connect = "2.3.2"
PREFERRED_VERSION_mender-gateway = "1.2.1"
All other Mender components keep the same default major versions as the scarthgap branch.
For more information: Visit Supported releases for an overview of supported Mender component and subcomponent versioning.
Adding Yocto 6.0 support to meta-mender required several compatibility updates.
If maintaining custom recipes or .bbappend files, please note:
Share your feedback about the new Mender updates and suggestions for future improvements in the Mender Hub General Discussions forum. If you encounter any issues with the new release, please report them in the Mender JIRA issue tracker with detailed reproduction steps and system information.