Update various READMEs
authorScott Murray <scott.murray@konsulko.com>
Sun, 5 Dec 2021 23:27:19 +0000 (18:27 -0500)
committerScott Murray <scott.murray@konsulko.com>
Wed, 30 Mar 2022 18:08:33 +0000 (14:08 -0400)
The upstream Yocto compatibility checking now looks for "patch"
and "maintainer" in layer README files, add some documentation
in affected layers to avoid failures on the Yocto autobuilder.

Bug-AGL: SPEC-3819

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I779546316198530888788772f9355e93ea325782

meta-agl-bsp/README
meta-agl-core/README-AGL.md
meta-netboot/README
meta-pipewire/README

index 3c3d23a..69ca72c 100644 (file)
@@ -5,3 +5,15 @@ This layer holds the 'impedance-mismatch' between AGL and the BSP's.
 /dream on
 In an ideal world, this would be empty!
 /dream off
+
+Maintenance
+-----------
+
+All patches must be submitted via the AGL Gerrit instance at
+https://gerrit.automotivelinux.org.  See this wiki page for
+details:
+
+https://wiki.automotivelinux.org/agl-distro/contributing
+
+Layer maintainers:
+    Jan-Simon Möller <jsmoeller@linuxfoundation.org>
index c7fc029..e410de2 100644 (file)
@@ -19,3 +19,15 @@ This section provides information about the layers used by the AGL Project:
     ```
     $ git clone https://gerrit.automotivelinux.org/gerrit/AGL/meta-agl
     ```
+
+Maintenance
+-----------
+
+All patches must be submitted via the AGL Gerrit instance at
+<https://gerrit.automotivelinux.org>.  See this wiki page for
+details:
+
+<https://wiki.automotivelinux.org/agl-distro/contributing>
+
+Layer maintainers:
+* Jan-Simon Möller <jsmoeller@linuxfoundation.org>
index 4918276..a30238b 100644 (file)
@@ -3,6 +3,19 @@ meta-netboot
 
 This layer contains some recipes and configuration adjustments to allow network boot through NBD (network block device).
 
+Maintenance
+-----------
+
+All patches must be submitted via the AGL Gerrit instance at
+https://gerrit.automotivelinux.org.  See this wiki page for
+details:
+
+https://wiki.automotivelinux.org/agl-distro/contributing
+
+Layer maintainers:
+    Jan-Simon Möller <jsmoeller@linuxfoundation.org>
+
+
 Content and usage
 -----------------
 
index 410262e..3df3a28 100644 (file)
@@ -1,3 +1,16 @@
-This is meta-pipewire.
+meta-pipewire
+=============
 
-This layer holds the sound manager 'pipewire' and 'wireplumber'.
+This layer holds the sound manager 'pipewire' and session manager 'wireplumber'.
+
+Maintenance
+-----------
+
+All patches must be submitted via the AGL Gerrit instance at
+https://gerrit.automotivelinux.org.  See this wiki page for
+details:
+
+https://wiki.automotivelinux.org/agl-distro/contributing
+
+Layer maintainers:
+    Jan-Simon Möller <jsmoeller@linuxfoundation.org>