convert release info to a table

Doug Goldstein
2017-01-28 19:34:45 -06:00
parent f842aa57fc
commit c2f21e79db
+6 -3
@@ -25,6 +25,9 @@ The maintainers of this layer do so on a voluntary basis. There is no known comm
Branches supporting different Yocto releases are supported for as long as there is maintainer effort to support them, this typically results in about 2 Yocto releases receiving support. There may be situations where a Yocto release may be supported and a newer release may not be supported due to available manpower and resources however.
Rust versions will be supported in a fashion to make it easy to upgrade Yocto releases. When Yocto release `X` has Rust versions `A` and `B` where `B > A`. Then Yocto release `X + 1` should contain at least Rust version `B`. It may also contain Rust version `C` where `C > B`. Assuming Yocto release `X + 1` did contain Rust release `C` then Yocto release `X + 2` should contain Rust release `C` but not `B`. A concrete example would be:
* `krogoth` has Rust 1.10.0 and 1.12.1
* `morty` has Rust 1.12.1 and 1.14.0
* `pyro` has Rust 1.14.0
| Yocto Release | Legacy | Stable |
| ------------- | ------ | ------ |
| krogoth | 1.10.0 | 1.12.1 |
| morty | 1.12.1 | 1.14.0 |
| pyro | 1.14.0 | ?????? |