diff mbox series

ref-manual/yocto-project-supported-features: Update to match current status

Message ID 20250620130702.2498598-1-richard.purdie@linuxfoundation.org
State Accepted
Headers show
Series ref-manual/yocto-project-supported-features: Update to match current status | expand

Commit Message

Richard Purdie June 20, 2025, 1:07 p.m. UTC
A few items were in the wrong sections or needed clarification, tweak accordinly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../yocto-project-supported-features.rst      | 23 +++++++++++--------
 1 file changed, 13 insertions(+), 10 deletions(-)

Comments

Antonin Godard June 20, 2025, 1:26 p.m. UTC | #1
On Fri Jun 20, 2025 at 3:07 PM CEST, Richard Purdie via lists.yoctoproject.org wrote:
> A few items were in the wrong sections or needed clarification, tweak accordinly.
>
> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
> ---
>  .../yocto-project-supported-features.rst      | 23 +++++++++++--------
>  1 file changed, 13 insertions(+), 10 deletions(-)
>
> diff --git a/documentation/ref-manual/yocto-project-supported-features.rst b/documentation/ref-manual/yocto-project-supported-features.rst
> index 345280d67..cae24f3cd 100644
> --- a/documentation/ref-manual/yocto-project-supported-features.rst
> +++ b/documentation/ref-manual/yocto-project-supported-features.rst
> @@ -92,10 +92,10 @@ Below is a list of primary tested features, their maintainer(s) and builder(s):
>       - meta-exein layer testing
>       - TBD
>       - meta-exein
> -   * - `meta-virtualization <https://git.yoctoproject.org/meta-virtualization/>`__
> -     - meta-virtualization layer testing
> +   * - `meta-webosose <https://github.com/webosose/meta-webosose>`__
> +     - meta-webosose layer testing
>       - TBD
> -     - meta-virt
> +     - meta-webosose
>     * - :ref:`Multilib <dev-manual/libraries:Combining Multiple Versions of Library Files into One Image>`
>       - Multilib feature testing
>       - Collective effort
> @@ -114,7 +114,7 @@ Below is a list of primary tested features, their maintainer(s) and builder(s):
>       - pkgman-non-rpm (other builders use RPM by default)
>     * - :ref:`Patchtest <contributor-guide/submit-changes:Validating Patches with Patchtest>`
>       - Patchtest tool selftests
> -     - TBD
> +     - Collective effort
>       - patchtest-selftest
>     * - :wikipedia:`RISC-V (64-bit) <RISC-V>`
>       - RISC-V architecture testing (64-bit)
> @@ -211,20 +211,19 @@ builder(s):
>       - PowerPC architecture testing (32-bit)
>       - TBD
>       - qemuppc,
> -       qemuppc-alt,
>         qemuppc-tc
>     * - :oe_git:`meta-openembedded </meta-openembedded>`
>       - meta-openembedded layer testing
> -     - TBD
> +     - Collective effort / openembedded-devel mailing list <openebedded-devel@lists.openembedded.org>
>       - meta-oe
>     * - `meta-mingw <https://git.yoctoproject.org/meta-mingw>`__
>       - mingw based SDKs testing
>       - TBD
>       - meta-mingw
> -   * - `meta-webosose <https://github.com/webosose/meta-webosose>`__
> -     - meta-webosose layer testing
> -     - TBD
> -     - meta-webosose
> +   * - `meta-virtualization <https://git.yoctoproject.org/meta-virtualization/>`__
> +     - meta-virtualization layer testing
> +     - meta-virtualization mailing list <meta-virtualization@lists.yoctoproject.org>
> +     - meta-virt
>     * - :wikipedia:`RISC-V (32-bit) <RISC-V>`
>       - RISC-V architecture testing (32-bit)
>       - Collective effort
> @@ -256,6 +255,10 @@ it is on a best effort only basis.
>         qemumips-alt,
>         qemumips-tc,
>         qemumips64-tc
> +   * - :wikipedia:`PowerPC (32-bit) <PowerPC>` Systemd
> +     - PowerPC architecture testing (32-bit)

I guess you could update the description to:

"""
     - PowerPC architecture testing (32-bit) with systemd
"""

> +     - No maintainers
> +     - qemuppc-alt
>     * - :wikipedia:`PowerPC (64-bit) <PowerPC>`
>       - PowerPC architecture testing (64-bit)
>       - No maintainers

Otherwise LGTM!

Reviewed-by: Antonin Godard <antonin.godard@bootlin.com>

Antonin
diff mbox series

Patch

diff --git a/documentation/ref-manual/yocto-project-supported-features.rst b/documentation/ref-manual/yocto-project-supported-features.rst
index 345280d67..cae24f3cd 100644
--- a/documentation/ref-manual/yocto-project-supported-features.rst
+++ b/documentation/ref-manual/yocto-project-supported-features.rst
@@ -92,10 +92,10 @@  Below is a list of primary tested features, their maintainer(s) and builder(s):
      - meta-exein layer testing
      - TBD
      - meta-exein
-   * - `meta-virtualization <https://git.yoctoproject.org/meta-virtualization/>`__
-     - meta-virtualization layer testing
+   * - `meta-webosose <https://github.com/webosose/meta-webosose>`__
+     - meta-webosose layer testing
      - TBD
-     - meta-virt
+     - meta-webosose
    * - :ref:`Multilib <dev-manual/libraries:Combining Multiple Versions of Library Files into One Image>`
      - Multilib feature testing
      - Collective effort
@@ -114,7 +114,7 @@  Below is a list of primary tested features, their maintainer(s) and builder(s):
      - pkgman-non-rpm (other builders use RPM by default)
    * - :ref:`Patchtest <contributor-guide/submit-changes:Validating Patches with Patchtest>`
      - Patchtest tool selftests
-     - TBD
+     - Collective effort
      - patchtest-selftest
    * - :wikipedia:`RISC-V (64-bit) <RISC-V>`
      - RISC-V architecture testing (64-bit)
@@ -211,20 +211,19 @@  builder(s):
      - PowerPC architecture testing (32-bit)
      - TBD
      - qemuppc,
-       qemuppc-alt,
        qemuppc-tc
    * - :oe_git:`meta-openembedded </meta-openembedded>`
      - meta-openembedded layer testing
-     - TBD
+     - Collective effort / openembedded-devel mailing list <openebedded-devel@lists.openembedded.org>
      - meta-oe
    * - `meta-mingw <https://git.yoctoproject.org/meta-mingw>`__
      - mingw based SDKs testing
      - TBD
      - meta-mingw
-   * - `meta-webosose <https://github.com/webosose/meta-webosose>`__
-     - meta-webosose layer testing
-     - TBD
-     - meta-webosose
+   * - `meta-virtualization <https://git.yoctoproject.org/meta-virtualization/>`__
+     - meta-virtualization layer testing
+     - meta-virtualization mailing list <meta-virtualization@lists.yoctoproject.org>
+     - meta-virt
    * - :wikipedia:`RISC-V (32-bit) <RISC-V>`
      - RISC-V architecture testing (32-bit)
      - Collective effort
@@ -256,6 +255,10 @@  it is on a best effort only basis.
        qemumips-alt,
        qemumips-tc,
        qemumips64-tc
+   * - :wikipedia:`PowerPC (32-bit) <PowerPC>` Systemd
+     - PowerPC architecture testing (32-bit)
+     - No maintainers
+     - qemuppc-alt
    * - :wikipedia:`PowerPC (64-bit) <PowerPC>`
      - PowerPC architecture testing (64-bit)
      - No maintainers