diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-05 18:27:19 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:08:33 -0400 |
commit | 6c546aa68a4c0281cb74e2b2dc68f82b102fbbbd (patch) | |
tree | a1418618f4458ef463f3e4bc23ddd76aa97c485f | |
parent | aac207c39cfe5726000a54c9849b927fe15aa3ce (diff) |
Update various READMEs
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
-rw-r--r-- | meta-agl-bsp/README | 12 | ||||
-rw-r--r-- | meta-agl-core/README-AGL.md | 12 | ||||
-rw-r--r-- | meta-netboot/README | 13 | ||||
-rw-r--r-- | meta-pipewire/README | 17 |
4 files changed, 52 insertions, 2 deletions
diff --git a/meta-agl-bsp/README b/meta-agl-bsp/README index 3c3d23af8..69ca72c9d 100644 --- a/meta-agl-bsp/README +++ b/meta-agl-bsp/README @@ -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> diff --git a/meta-agl-core/README-AGL.md b/meta-agl-core/README-AGL.md index c7fc029e7..e410de29a 100644 --- a/meta-agl-core/README-AGL.md +++ b/meta-agl-core/README-AGL.md @@ -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> diff --git a/meta-netboot/README b/meta-netboot/README index 4918276ba..a30238b9d 100644 --- a/meta-netboot/README +++ b/meta-netboot/README @@ -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 ----------------- diff --git a/meta-pipewire/README b/meta-pipewire/README index 410262e3a..3df3a289c 100644 --- a/meta-pipewire/README +++ b/meta-pipewire/README @@ -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> |