From b10bc80808a72195b894f5f6e69bbc3ffddc42d2 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 27 Feb 2020 17:10:30 -0500 Subject: layer: Add MAINTAINERS file Signed-off-by: Bruce Ashfield --- MAINTAINERS | 34 ++++++++++++++++++++++++++++++++++ README | 1 + 2 files changed, 35 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 00000000..1bb9a24a --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,34 @@ +This file contains a list of maintainers for the meta-virtualization layer. + +See the README file in this layer for patch send details. + +You may also contact the maintainers directly. + +Descriptions of section entries: + + M: Mail patches to: FullName + F: Files and directories with wildcard patterns. + A trailing slash includes all files and subdirectory files. + F: recipes-devtools/ all files in and below recipes-devtools + F: recipes-selinux/* all files in recipes-selinux, but not below + One pattern per line. Multiple F: lines acceptable. + +Please keep this list in alphabetical order. + +Maintainers List (try to look for most precise areas first) + +COMMON +M: Bruce Ashfield +L: meta-virtualization@lists.yoctoproject.org +S: Maintained +F: conf/ +F: classes/ +F: docs/ +F: files/ +F: recipes-* + +XEN +M: Christopher Clark +F: recipes-extended/xen/ +F: recipes-extended/uxen/ +F: recipes-extended/images/*xen*.bb diff --git a/README b/README index f7e0811b..88068f30 100644 --- a/README +++ b/README @@ -81,6 +81,7 @@ Maintenance Send pull requests, patches, comments or questions to meta-virtualization@lists.yoctoproject.org Maintainer: Bruce Ashfield +see MAINTAINERS for more specific information When sending single patches, please using something like: $ git send-email -1 -M --to meta-virtualization@lists.yoctoproject.org --subject-prefix='meta-virtualization][PATCH' -- cgit v1.2.3-54-g00ecf