aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 62c2a3ffbba2b8cb9a9f895906e10931e1bf8865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Yocto Project Documentation
===========================

This repository contains documentation materials for a variety of the Yocto
Project components. In particular see the README under documentation/.

An online version of the documentation can be found at:
    http://yoctoproject.org/documentation

Where to Send Patches
=====================

When sending single patches, please using something like:
'git send-email -1 --to docs@lists.yoctoproject.org --subject-prefix=yocto-docs][PATCH'

These values can be set as defaults for this repository:

$ git config sendemail.to docs@lists.yoctoproject.org
$ git config format.subjectPrefix yocto-docs][PATCH

Now you can just do 'git send-email origin/master' to send all local patches.

Git repository: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-docs/
Mailing list: docs@lists.yoctoproject.org
Please cc: Scott Rifenbark <srifenbark@gmail.com> on changes.