summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 17:10:30 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-27 17:10:30 -0500
commitb10bc80808a72195b894f5f6e69bbc3ffddc42d2 (patch)
treecc1ba2a746f8d0cf652033da6828c2ee601331db
parent62afe452c2567947c8e84967d6e096015978c317 (diff)
downloadmeta-virtualization-b10bc80808a72195b894f5f6e69bbc3ffddc42d2.tar.gz
layer: Add MAINTAINERS file
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--MAINTAINERS34
-rw-r--r--README1
2 files changed, 35 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 00000000..1bb9a24a
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,34 @@
1This file contains a list of maintainers for the meta-virtualization layer.
2
3See the README file in this layer for patch send details.
4
5You may also contact the maintainers directly.
6
7Descriptions of section entries:
8
9 M: Mail patches to: FullName <address@domain>
10 F: Files and directories with wildcard patterns.
11 A trailing slash includes all files and subdirectory files.
12 F: recipes-devtools/ all files in and below recipes-devtools
13 F: recipes-selinux/* all files in recipes-selinux, but not below
14 One pattern per line. Multiple F: lines acceptable.
15
16Please keep this list in alphabetical order.
17
18Maintainers List (try to look for most precise areas first)
19
20COMMON
21M: Bruce Ashfield <bruce.ashfield@gmail.com>
22L: meta-virtualization@lists.yoctoproject.org
23S: Maintained
24F: conf/
25F: classes/
26F: docs/
27F: files/
28F: recipes-*
29
30XEN
31M: Christopher Clark <christopher.w.clark@gmail.com>
32F: recipes-extended/xen/
33F: recipes-extended/uxen/
34F: recipes-extended/images/*xen*.bb
diff --git a/README b/README
index f7e0811b..88068f30 100644
--- a/README
+++ b/README
@@ -81,6 +81,7 @@ Maintenance
81Send pull requests, patches, comments or questions to meta-virtualization@lists.yoctoproject.org 81Send pull requests, patches, comments or questions to meta-virtualization@lists.yoctoproject.org
82 82
83Maintainer: Bruce Ashfield <bruce.ashfield@gmail.com> 83Maintainer: Bruce Ashfield <bruce.ashfield@gmail.com>
84see MAINTAINERS for more specific information
84 85
85When sending single patches, please using something like: 86When sending single patches, please using something like:
86$ git send-email -1 -M --to meta-virtualization@lists.yoctoproject.org --subject-prefix='meta-virtualization][PATCH' 87$ git send-email -1 -M --to meta-virtualization@lists.yoctoproject.org --subject-prefix='meta-virtualization][PATCH'