Releases¶
Canonical uses an Ubuntu-style year and month for Zephyr LTS releases. The
product name 26.04 identifies this LTS release series.
Release identifiers¶
Item |
Identifier |
|---|---|
Product release |
Zephyr 26.04 LTS |
Workshop SDK channel |
|
Manifest repository |
|
Source tag |
|
Upstream base |
Zephyr 4.4 |
Upstream SDK |
1.0.1 |
Updates¶
Canonical publishes compatible tool updates to the 26.04.0/stable
SDK channel. Apply an SDK update with workshop refresh:
$ workshop refresh zephyr-26-04
Each Zephyr 26.04 LTS source update has a new immutable tag. To move an existing workspace to a newer source tag, fetch and check out the tag in the manifest repository:
$ git -C zephyr-manifest fetch origin tag <source-tag>
$ git -C zephyr-manifest switch --detach <source-tag>
Then synchronize the other projects with the revisions in that tagged manifest:
$ workshop run zephyr-26-04 -- sync
To record a reproducible source identifier, query the manifest repository tag from the workspace root:
$ git -C zephyr-manifest describe --tags --exact-match
Previous Releases¶
Zephyr 26.04 LTS is Canonical’s inaugural Zephyr LTS release! Future releases will list Release Identifiers here.
See also¶
Explanation:
Reference: