From c2f21e79db8017e81652baecf681ee5335c51df3 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sat, 28 Jan 2017 19:34:45 -0600 Subject: [PATCH] convert release info to a table --- Home.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Home.md b/Home.md index e0dd8a8..bb5d834 100644 --- a/Home.md +++ b/Home.md @@ -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 \ No newline at end of file + +| Yocto Release | Legacy | Stable | +| ------------- | ------ | ------ | +| krogoth | 1.10.0 | 1.12.1 | +| morty | 1.12.1 | 1.14.0 | +| pyro | 1.14.0 | ?????? |