From: "Chang, Rebecca Swee Fun" <[email protected]>
Add a new layer in dylan branch to keep BSP maintained by ISG. Signed-off-by: Chang, Rebecca Swee Fun <[email protected]> --- meta-isg/MAINTAINERS | 43 +++++++++++++++++++++++++++++++++++++++++++ meta-isg/README | 7 +++++++ 2 files changed, 50 insertions(+) create mode 100644 meta-isg/MAINTAINERS create mode 100644 meta-isg/README diff --git a/meta-isg/MAINTAINERS b/meta-isg/MAINTAINERS new file mode 100644 index 0000000..2b79c12 --- /dev/null +++ b/meta-isg/MAINTAINERS @@ -0,0 +1,43 @@ +This file contains a list of BSP maintainers for the BSPs contained in +the meta-intel/meta-isg repository. + +Please submit any patches against meta-intel/meta-isg BSPs to the +maintainer of the BSP in question and to the meta-intel mailing list +([email protected]). Also, if your patches are available +via a public git repository, please also include a URL to the repo and +branch containing your patches as that makes it easier for maintainers +to grab and test your patches. + +If you have problems with or questions about a particular BSP, feel +free to contact the maintainer directly (cc:ing the meta-intel 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 meta-intel + (https://lists.yoctoproject.org/pipermail/meta-intel/) and Yocto + (https://lists.yoctoproject.org/pipermail/yocto/) mailing list + archives 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-valleyisland/ all files in and below meta-valleyisland + F: meta-valleyisland/* all files in meta-valleyisland, 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) + + ----------------------------------- +VALLEYISLAND +M: Chang, Rebecca Swee Fun <[email protected]> +F: meta-valleyisland/ diff --git a/meta-isg/README b/meta-isg/README new file mode 100644 index 0000000..d25a87d --- /dev/null +++ b/meta-isg/README @@ -0,0 +1,7 @@ +meta-intel/meta-isg +=================== + +This is the location for Intel ISG-maintained BSPs. + +Please see the README files contained in the individual BSP layers for +BSP-specific information. -- 1.7.10.4 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
