public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: isar-users@googlegroups.com
Subject: Re: [PATCH] doc: Added Supported_Configurations and Test Matrix
Date: Tue, 25 Sep 2018 20:39:43 +0300	[thread overview]
Message-ID: <88ff91b6-29e5-a3b6-8851-79dff9429d60@ilbers.de> (raw)
In-Reply-To: <20180919134638.980-1-mosipov@ilbers.de>

Applied to the 'next'.

Maxim.


On 9/19/18 4:46 PM, Maxim Yu. Osipov wrote:
> Signed-off-by: Maxim Yu. Osipov <mosipov@ilbers.de>
> ---
>   README.md                   |  4 ++++
>   Supported_Configurations.md | 57 +++++++++++++++++++++++++++++++++++++++++++++
>   Tested_Status.md            | 57 +++++++++++++++++++++++++++++++++++++++++++++
>   3 files changed, 118 insertions(+)
>   create mode 100644 Supported_Configurations.md
>   create mode 100644 Tested_Status.md
> 
> diff --git a/README.md b/README.md
> index 716e31c..7094c88 100644
> --- a/README.md
> +++ b/README.md
> @@ -24,6 +24,10 @@ To test the RPi board, flash the image to an SD card using the instructions from
>   section "WRITING AN IMAGE TO THE SD CARD":
>    https://www.raspberrypi.org/documentation/installation/installing-images/README.md
>   
> +# Supported distributions
> +
> +List of supported distributions, architectures and features can be found in the [Supported_Configurations](Supported_Configurations.md).
> +
>   # Support
>   
>   Mailing lists:
> diff --git a/Supported_Configurations.md b/Supported_Configurations.md
> new file mode 100644
> index 0000000..eeef37d
> --- /dev/null
> +++ b/Supported_Configurations.md
> @@ -0,0 +1,57 @@
> +Supported Configurations
> +========================
> +
> +Release v0.6-beta
> +-----------------
> +
> +### Host System : debian-jessie-amd64
> +
> +|Target System         |Native Build |Cross Build  |QEMU test    |SDK Support  |Notes                        |
> +|:--------------------:|:-----------:|:------------|:-----------:|:-----------:|:---------------------------:|
> +| debian-wheezy-armhf  |YES          |NO           |UNKNOWN      |NO           | not supported since 9fc721a |
> +| debian-jessie-i386   |YES          |NO           |YES          |NO           |                             |
> +| debian-jessie-amd64  |YES          |NO           |YES          |NO           |                             |
> +| debian-jessie-armhf  |YES          |NO           |YES          |NO           |                             |
> +| debian-jessie-arm64  |UNKNOWN      |NO           |UNKNOWN      |UNKNOWN      |                             |
> +| debian-stretch-i386  |YES          |NO           |YES          |UNKNOWN      |                             |
> +| debian-stretch-amd64 |YES          |NO           |YES          |UNKNOWN      |                             |
> +| debian-stretch-armhf |YES          |NO           |YES          |UNKNOWN      |                             |
> +| debian-stretch-arm64 |YES          |NO           |YES          |UNKNOWN      |                             |
> +| debian-buster-i386   |YES          |NO           |YES          |UNKNOWN      | supported since 4808430     |
> +| debian-buster-amd64  |YES          |NO           |YES          |UNKNOWN      | supported since 4808430     |
> +| debian-buster-armhf  |YES          |NO           |YES          |UNKNOWN      | supported since 4808430     |
> +| debian-buster-arm64  |YES          |NO           |YES          |UNKNOWN      | supported since 4808430     |
> +
> +
> +### Host System : debian-stretch-amd64
> +
> +|Target System         |Native Build |Cross Build  |QEMU test    |SDK Support  |Notes                        |
> +|:--------------------:|:-----------:|:------------|:-----------:|:-----------:|:---------------------------:|
> +| debian-wheezy-armhf  |YES          |UNKNOWN      |UNKNOWN      |NO           | not supported since 9fc721a |
> +| debian-jessie-i386   |YES          |UNKNOWN      |YES          |NO           |                             |
> +| debian-jessie-amd64  |YES          |YES          |YES          |NO           |                             |
> +| debian-jessie-armhf  |YES          |YES          |YES          |NO           |                             |
> +| debian-jessie-arm64  |UNKNOWN      |UNKNOWN      |UNKNOWN      |UNKNOWN      |                             |
> +| debian-stretch-i386  |YES          |UNKNOWN      |YES          |UNKNOWN      |                             |
> +| debian-stretch-amd64 |YES          |YES          |YES          |UNKNOWN      |                             |
> +| debian-stretch-armhf |YES          |YES          |YES          |YES          |                             |
> +| debian-stretch-arm64 |YES          |YES          |YES          |YES          |                             |
> +| debian-buster-i386   |YES          |UNKWNOWN     |YES          |UNKNOWN      | supported since 4808430     |
> +| debian-buster-amd64  |YES          |YES          |YES          |UNKNOWN      | supported since 4808430     |
> +| debian-buster-armhf  |YES          |UNKNOWN      |YES          |UNKNOWN      | supported since 4808430     |
> +| debian-buster-arm64  |YES          |UNKNOWN      |YES          |UNKNOWN      | supported since 4808430     |
> +
> +### Host System : debian-buster-amd64
> +
> +TBD
> +
> +### Host System : debian-jessie-i386
> +
> +TBD
> +
> +### Host System : debian-stretch-i386
> +
> +TBD
> +
> +### Host System : debian-buster-i386
> +TBD
> diff --git a/Tested_Status.md b/Tested_Status.md
> new file mode 100644
> index 0000000..a639aaf
> --- /dev/null
> +++ b/Tested_Status.md
> @@ -0,0 +1,57 @@
> +Tested Status
> +=============
> +
> +Release v0.6-beta
> +-----------------
> +
> +### Host System : debian-jessie-amd64
> +
> +|Target System         |Native Build |QEMU test    |SDK Support  |Version |
> +|:--------------------:|:-----------:|:-----------:|:-----------:|:------:|
> +| debian-wheezy-armhf  |PASSED       |UNTESTED     |NO           |3cd5798 |
> +| debian-jessie-i386   |PASSED       |PASSED       |NO           |422b0be |
> +| debian-jessie-amd64  |PASSED       |PASSED       |NO           |422b0be |
> +| debian-jessie-armhf  |PASSED       |PASSED       |NO           |422b0be |
> +| debian-jessie-arm64  |UNTESTED     |UNTESTED     |UNTESTED     |UNTESTED|
> +| debian-stretch-i386  |PASSED       |PASSED       |UNTESTED     |422b0be |
> +| debian-stretch-amd64 |PASSED       |PASSED       |UNTESTED     |422b0be |
> +| debian-stretch-armhf |PASSED       |PASSED       |UNTESTED     |422b0be |
> +| debian-stretch-arm64 |PASSED       |PASSED       |UNTESTED     |422b0be |
> +| debian-buster-i386   |PASSED       |PASSED       |UNTESTED     |422b0be |
> +| debian-buster-amd64  |PASSED       |PASSED       |UNTESTED     |422b0be |
> +| debian-buster-armhf  |PASSED       |FAILED       |UNTESTED     |422b0be |
> +| debian-buster-arm64  |PASSED       |FAILED       |UNTESTED     |422b0be |
> +
> +
> +### Host System : debian-stretch-amd64
> +
> +|Target System         |Native Build |Cross Build  |QEMU test    |SDK Support  |Version |
> +|:--------------------:|:-----------:|:------------|:-----------:|:-----------:|:------:|
> +| debian-wheezy-armhf  |PASSED       |UNTESTED     |UNTESTED     |NO           |3cd5798 |
> +| debian-jessie-i386   |PASSED       |UNTESTED     |PASSED       |NO           |e231e88 |
> +| debian-jessie-amd64  |PASSED       |PASSED       |PASSED       |NO           |e231e88 |
> +| debian-jessie-armhf  |PASSED       |PASSED       |PASSED       |NO           |e231e88 |
> +| debian-jessie-arm64  |UNTESTED     |UNTESTED     |UNTESTED     |UNTESTED     |UNTESTED|
> +| debian-stretch-i386  |PASSED       |UNTESTED     |PASSED       |UNTESTED     |e231e88 |
> +| debian-stretch-amd64 |PASSED       |PASSED       |PASSED       |UNTESTED     |e231e88 |
> +| debian-stretch-armhf |PASSED       |PASSED       |PASSED       |PASSED       |e231e88 |
> +| debian-stretch-arm64 |PASSED       |PASSED       |PASSED       |PASSED       |e231e88 |
> +| debian-buster-i386   |PASSED       |UNTESTED     |PASSED       |UNTESTED     |e231e88 |
> +| debian-buster-amd64  |PASSED       |PASSED       |PASSED       |UNTESTED     |e231e88 |
> +| debian-buster-armhf  |PASSED       |NTESTED      |PASSED       |UNTESTED     |e231e88 |
> +| debian-buster-arm64  |PASSED       |UNTESTED     |FAILED       |UNTESTED     |e231e88 |
> +
> +### Host System : debian-buster-amd64
> +
> +TBD
> +
> +### Host System : debian-jessie-i386
> +
> +TBD
> +
> +### Host System : debian-stretch-i386
> +
> +TBD
> +
> +### Host System : debian-buster-i386
> +TBD
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

      parent reply	other threads:[~2018-09-25 17:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-19 13:46 Maxim Yu. Osipov
2018-09-19 19:02 ` Jan Kiszka
2018-09-20  7:04   ` Maxim Yu. Osipov
2018-09-25 17:39 ` Maxim Yu. Osipov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=88ff91b6-29e5-a3b6-8851-79dff9429d60@ilbers.de \
    --to=mosipov@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox