diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-17 20:29:50 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-18 05:49:54 (GMT) |
commit | e7eaedb365fdb3a7df27d4221103cae3c1cdbdab (patch) | |
tree | 1a383e16690e7cc2164f2cd707f659d4e0460a3e /MAINTAINERS | |
parent | 3d02bee4169e13ee0436ab2731eb5a1392dda9bf (diff) | |
download | meta-intel-e7eaedb365fdb3a7df27d4221103cae3c1cdbdab.tar.gz |
meta-intel: add top-level MAINTAINERS file
To help people figure out where to send patches, report problems, and
ask questions relating to BSPs in the meta-intel repo.
Based on the linux-kernel MAINTAINERS file, but pared way down for
simplicity.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..328136f --- /dev/null +++ b/MAINTAINERS | |||
@@ -0,0 +1,64 @@ | |||
1 | This file contains a list of BSP maintainers for the BSPs contained in | ||
2 | the meta-intel repository. | ||
3 | |||
4 | Please submit any patches against meta-intel BSPs to the Yocto mailing | ||
5 | list (yocto@yoctoproject.org). | ||
6 | |||
7 | If you have problems with or questions about a particular BSP, feel | ||
8 | free to contact the maintainer directly (cc:ing the Yocto mailing list | ||
9 | puts it in the archive and helps other people who might have the same | ||
10 | questions in the future), but please try to do the following first: | ||
11 | |||
12 | - look in the Yocto Project Bugzilla | ||
13 | (http://bugzilla.yoctoproject.org/) to see if a problem has | ||
14 | already been reported | ||
15 | |||
16 | - look through recent entries of the Yocto mailing list archives | ||
17 | (https://lists.yoctoproject.org/pipermail/yocto/) to see if other | ||
18 | people have run into similar problems or had similar questions | ||
19 | answered. | ||
20 | |||
21 | Descriptions of section entries: | ||
22 | |||
23 | M: Mail patches to: FullName <address@domain> | ||
24 | F: Files and directories with wildcard patterns. | ||
25 | A trailing slash includes all files and subdirectory files. | ||
26 | F: meta-crownbay/ all files in and below meta-crownbay | ||
27 | F: meta-crownbay/* all files in meta-crownbay, but not below | ||
28 | One pattern per line. Multiple F: lines acceptable. | ||
29 | |||
30 | Please keep this list in alphabetical order. | ||
31 | |||
32 | Maintainers List (try to look for most precise areas first) | ||
33 | |||
34 | ----------------------------------- | ||
35 | |||
36 | COMMON | ||
37 | M: Tom Zanussi <tom.zanussi@intel.com> | ||
38 | F: common/recipes-bsp/grub/ | ||
39 | F: common/recipes-core/ | ||
40 | |||
41 | CROWNBAY | ||
42 | M: Tom Zanussi <tom.zanussi@intel.com> | ||
43 | F: meta-crownbay/ | ||
44 | |||
45 | EMENLOW | ||
46 | M: Tom Zanussi <tom.zanussi@intel.com> | ||
47 | F: meta-emenlow/ | ||
48 | |||
49 | FISHRIVER | ||
50 | M: Tom Zanussi <tom.zanussi@intel.com> | ||
51 | F: meta-fishriver/ | ||
52 | |||
53 | JASPERFOREST | ||
54 | M: Tom Zanussi <tom.zanussi@intel.com> | ||
55 | F: meta-jasperforest/ | ||
56 | |||
57 | N450 | ||
58 | M: Darren Hart <dvhart@linux.intel.com> | ||
59 | F: meta-n450/ | ||
60 | |||
61 | SUGARBAY | ||
62 | M: Tom Zanussi <tom.zanussi@intel.com> | ||
63 | F: meta-sugarbay/ | ||
64 | |||