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 /meta-agl-core/README-AGL.md | |
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
Diffstat (limited to 'meta-agl-core/README-AGL.md')
-rw-r--r-- | meta-agl-core/README-AGL.md | 12 |
1 files changed, 12 insertions, 0 deletions
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> |