diff options
Diffstat (limited to 'meta/lib/bblayers/templates/README')
| -rw-r--r-- | meta/lib/bblayers/templates/README | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/meta/lib/bblayers/templates/README b/meta/lib/bblayers/templates/README new file mode 100644 index 0000000000..5a77f8d347 --- /dev/null +++ b/meta/lib/bblayers/templates/README | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | This README file contains information on the contents of the %s layer. | ||
| 2 | |||
| 3 | Please see the corresponding sections below for details. | ||
| 4 | |||
| 5 | Dependencies | ||
| 6 | ============ | ||
| 7 | |||
| 8 | URI: <first dependency> | ||
| 9 | branch: <branch name> | ||
| 10 | |||
| 11 | URI: <second dependency> | ||
| 12 | branch: <branch name> | ||
| 13 | |||
| 14 | . | ||
| 15 | . | ||
| 16 | . | ||
| 17 | |||
| 18 | Patches | ||
| 19 | ======= | ||
| 20 | |||
| 21 | Please submit any patches against the %s layer to the xxxx mailing list (xxxx@zzzz.org) | ||
| 22 | and cc: the maintainer: | ||
| 23 | |||
| 24 | Maintainer: XXX YYYYYY <xxx.yyyyyy@zzzzz.com> | ||
| 25 | |||
| 26 | Table of Contents | ||
| 27 | ================= | ||
| 28 | |||
| 29 | I. Adding the %s layer to your build | ||
| 30 | II. Misc | ||
| 31 | |||
| 32 | |||
| 33 | I. Adding the %s layer to your build | ||
| 34 | ================================================= | ||
| 35 | |||
| 36 | Run 'bitbake-layers add-layer %s' | ||
| 37 | |||
| 38 | II. Misc | ||
| 39 | ======== | ||
| 40 | |||
| 41 | --- replace with specific information about the %s layer --- | ||
