aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md5
-rw-r--r--documentation/MAINTAINERS.md28
-rw-r--r--documentation/reporting_bugs.md2
-rw-r--r--documentation/submitting_patches.md2
4 files changed, 6 insertions, 31 deletions
diff --git a/README.md b/README.md
index ef1dd842..3ec3992b 100644
--- a/README.md
+++ b/README.md
@@ -28,5 +28,8 @@ Dynamic additional dependencies:
- [Guidelines for submitting patches](documentation/submitting_patches.md)
- [Reporting bugs](documentation/reporting_bugs.md)
- [Reporting security bugs](SECURITY.md)
-- [Maintainers](documentation/MAINTAINERS.md)
+
+## Maintainers
+
+- Anuj Mittal <anuj.mittal@intel.com>
diff --git a/documentation/MAINTAINERS.md b/documentation/MAINTAINERS.md
deleted file mode 100644
index ea435849..00000000
--- a/documentation/MAINTAINERS.md
+++ /dev/null
@@ -1,28 +0,0 @@
-The purpose of this file is to provide contact information for
-specific BSPs and other code contained within meta-intel. You should
-address questions and patches for a particular BSP or other code to
-the appropriate maintainer listed in this file, cc'ing the meta-intel
-mailing list. This ensures that your question or patch will be
-addressed by the appropriate person, and that it will be seen by other
-users who may be facing similar problems or questions.
-
-Please see the [Guidelines for submitting patches](submitting_patches.md)
-and [Reporting bugs](reporting_bugs.md) guidelines relating to the
-details of submitting patches, reporting problems, or asking questions
-about any of the BSPs or other recipes contained within meta-intel.
-
-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: common/ all files in and below common
- F: common/* all files in common, 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)
-
-M: Anuj Mittal <anuj.mittal@intel.com>
-F: *
diff --git a/documentation/reporting_bugs.md b/documentation/reporting_bugs.md
index 59621c1e..5fbc3d27 100644
--- a/documentation/reporting_bugs.md
+++ b/documentation/reporting_bugs.md
@@ -1,7 +1,7 @@
## Reporting bugs
If you have problems with or questions about a particular BSP, please
-contact the maintainer listed in the [Maintainers](MAINTAINERS.md) file directly (cc:ing
+contact the maintainer listed in the [Maintainer](../README.md#maintainers) section 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:
diff --git a/documentation/submitting_patches.md b/documentation/submitting_patches.md
index 41a039bd..f36c4b08 100644
--- a/documentation/submitting_patches.md
+++ b/documentation/submitting_patches.md
@@ -22,5 +22,5 @@ a patch or patch sets within 24 hours of the time it was posted. For
larger and/or more involved patches and patch sets, the review process
may take longer.
-Please see the [MAINTAINERS](MAINTAINERS.md) for the list of maintainers. It's also
+Please see the [maintainers](../README.md#maintainers) section for the list of maintainers. It's also
a good idea to cc: the maintainer, if applicable.