diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2013-10-02 14:23:13 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-10-18 13:22:19 -0500 |
| commit | 77d48f772e8a3299e72228c3e99bbfc32e69134b (patch) | |
| tree | cd7aedd726bda3cc204424be924113895b965ea6 | |
| parent | 5443899905678c054d7da969f19d796fb7e030fc (diff) | |
| download | meta-intel-77d48f772e8a3299e72228c3e99bbfc32e69134b.tar.gz | |
meta-intel/meta-isg: new area for ISG BSPs
This creates meta-intel/meta-isg, a dedicated area within meta-intel
for ISG to house and maintain their ISG-specific BSPs.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-isg/MAINTAINERS | 43 | ||||
| -rw-r--r-- | meta-isg/README | 7 |
2 files changed, 50 insertions, 0 deletions
diff --git a/meta-isg/MAINTAINERS b/meta-isg/MAINTAINERS new file mode 100644 index 00000000..9b00c5d0 --- /dev/null +++ b/meta-isg/MAINTAINERS | |||
| @@ -0,0 +1,43 @@ | |||
| 1 | This file contains a list of BSP maintainers for the BSPs contained in | ||
| 2 | the meta-intel/meta-isg repository. | ||
| 3 | |||
| 4 | Please submit any patches against meta-intel/meta-isg BSPs to the | ||
| 5 | maintainer of the BSP in question and to the meta-intel mailing list | ||
| 6 | (meta-intel@yoctoproject.org). Also, if your patches are available | ||
| 7 | via a public git repository, please also include a URL to the repo and | ||
| 8 | branch containing your patches as that makes it easier for maintainers | ||
| 9 | to grab and test your patches. | ||
| 10 | |||
| 11 | If you have problems with or questions about a particular BSP, feel | ||
| 12 | free to contact the maintainer directly (cc:ing the meta-intel mailing | ||
| 13 | list puts it in the archive and helps other people who might have the | ||
| 14 | same questions in the future), but please try to do the following | ||
| 15 | first: | ||
| 16 | |||
| 17 | - look in the Yocto Project Bugzilla | ||
| 18 | (http://bugzilla.yoctoproject.org/) to see if a problem has | ||
| 19 | already been reported | ||
| 20 | |||
| 21 | - look through recent entries of the meta-intel | ||
| 22 | (https://lists.yoctoproject.org/pipermail/meta-intel/) and Yocto | ||
| 23 | (https://lists.yoctoproject.org/pipermail/yocto/) mailing list | ||
| 24 | archives to see if other people have run into similar problems or | ||
| 25 | had similar questions answered. | ||
| 26 | |||
| 27 | Descriptions of section entries: | ||
| 28 | |||
| 29 | M: Mail patches to: FullName <address@domain> | ||
| 30 | F: Files and directories with wildcard patterns. | ||
| 31 | A trailing slash includes all files and subdirectory files. | ||
| 32 | F: meta-haswell-wc/ all files in and below meta-haswell-wc | ||
| 33 | F: meta-haswell-wc/* all files in meta-haswell-wc, but not below | ||
| 34 | One pattern per line. Multiple F: lines acceptable. | ||
| 35 | |||
| 36 | Please keep this list in alphabetical order. | ||
| 37 | |||
| 38 | Maintainers List (try to look for most precise areas first) | ||
| 39 | |||
| 40 | ----------------------------------- | ||
| 41 | HASWELL-WC | ||
| 42 | M: Ong Boon Leong <boon.leong.ong@intel.com> | ||
| 43 | F: meta-haswwell-wc/ | ||
diff --git a/meta-isg/README b/meta-isg/README new file mode 100644 index 00000000..d25a87d2 --- /dev/null +++ b/meta-isg/README | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | meta-intel/meta-isg | ||
| 2 | =================== | ||
| 3 | |||
| 4 | This is the location for Intel ISG-maintained BSPs. | ||
| 5 | |||
| 6 | Please see the README files contained in the individual BSP layers for | ||
| 7 | BSP-specific information. | ||
