summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2014-02-10 16:37:24 +0800
committerDarren Hart <dvhart@linux.intel.com>2014-02-13 11:10:01 -0800
commit0a0605d258783bfd18c75029d9d1ccb663ffd139 (patch)
tree91fd40dfa477d98a1db088fac6f98a6519e02cec
parent200b9623046689cb8e3f85a86efdb4480aee1e8e (diff)
downloadmeta-intel-0a0605d258783bfd18c75029d9d1ccb663ffd139.tar.gz
meta-isg: add new meta-isg layer in dylan branch
Add a new layer in dylan branch to keep BSP maintained by ISG. Signed-off-by: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
-rw-r--r--meta-isg/MAINTAINERS43
-rw-r--r--meta-isg/README7
2 files changed, 50 insertions, 0 deletions
diff --git a/meta-isg/MAINTAINERS b/meta-isg/MAINTAINERS
new file mode 100644
index 00000000..2b79c122
--- /dev/null
+++ b/meta-isg/MAINTAINERS
@@ -0,0 +1,43 @@
1This file contains a list of BSP maintainers for the BSPs contained in
2the meta-intel/meta-isg repository.
3
4Please submit any patches against meta-intel/meta-isg BSPs to the
5maintainer of the BSP in question and to the meta-intel mailing list
6(meta-intel@yoctoproject.org). Also, if your patches are available
7via a public git repository, please also include a URL to the repo and
8branch containing your patches as that makes it easier for maintainers
9to grab and test your patches.
10
11If you have problems with or questions about a particular BSP, feel
12free to contact the maintainer directly (cc:ing the meta-intel mailing
13list puts it in the archive and helps other people who might have the
14same questions in the future), but please try to do the following
15first:
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
27Descriptions 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-valleyisland/ all files in and below meta-valleyisland
33 F: meta-valleyisland/* all files in meta-valleyisland, but not below
34 One pattern per line. Multiple F: lines acceptable.
35
36Please keep this list in alphabetical order.
37
38Maintainers List (try to look for most precise areas first)
39
40 -----------------------------------
41VALLEYISLAND
42M: Chang, Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>
43F: meta-valleyisland/
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 @@
1meta-intel/meta-isg
2===================
3
4This is the location for Intel ISG-maintained BSPs.
5
6Please see the README files contained in the individual BSP layers for
7BSP-specific information.