diff options
author | 2011-05-17 15:29:50 -0500 | |
---|---|---|
committer | 2011-05-18 00:49:54 -0500 | |
commit | e7eaedb365fdb3a7df27d4221103cae3c1cdbdab (patch) | |
tree | 1a383e16690e7cc2164f2cd707f659d4e0460a3e /MAINTAINERS | |
parent | 3d02bee4169e13ee0436ab2731eb5a1392dda9bf (diff) | |
download | meta-intel-e7eaedb365fdb3a7df27d4221103cae3c1cdbdab.tar.gz meta-intel-e7eaedb365fdb3a7df27d4221103cae3c1cdbdab.tar.bz2 meta-intel-e7eaedb365fdb3a7df27d4221103cae3c1cdbdab.zip |
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 00000000..328136f5 --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,64 @@ +This file contains a list of BSP maintainers for the BSPs contained in +the meta-intel repository. + +Please submit any patches against meta-intel BSPs to the Yocto mailing +list (yocto@yoctoproject.org). + +If you have problems with or questions about a particular BSP, feel +free to contact the maintainer directly (cc:ing the Yocto mailing list +puts it in the archive and helps other people who might have the same +questions in the future), but please try to do the following first: + + - look in the Yocto Project Bugzilla + (http://bugzilla.yoctoproject.org/) to see if a problem has + already been reported + + - look through recent entries of the Yocto mailing list archives + (https://lists.yoctoproject.org/pipermail/yocto/) to see if other + people have run into similar problems or had similar questions + answered. + +Descriptions of section entries: + + M: Mail patches to: FullName <address@domain> + F: Files and directories with wildcard patterns. + A trailing slash includes all files and subdirectory files. + F: meta-crownbay/ all files in and below meta-crownbay + F: meta-crownbay/* all files in meta-crownbay, 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: Tom Zanussi <tom.zanussi@intel.com> +F: common/recipes-bsp/grub/ +F: common/recipes-core/ + +CROWNBAY +M: Tom Zanussi <tom.zanussi@intel.com> +F: meta-crownbay/ + +EMENLOW +M: Tom Zanussi <tom.zanussi@intel.com> +F: meta-emenlow/ + +FISHRIVER +M: Tom Zanussi <tom.zanussi@intel.com> +F: meta-fishriver/ + +JASPERFOREST +M: Tom Zanussi <tom.zanussi@intel.com> +F: meta-jasperforest/ + +N450 +M: Darren Hart <dvhart@linux.intel.com> +F: meta-n450/ + +SUGARBAY +M: Tom Zanussi <tom.zanussi@intel.com> +F: meta-sugarbay/ + |