diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-01-08 08:31:05 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-21 21:57:57 +0000 |
commit | 8657f00cfa9af6a88a8593aace5074ef9e35d867 (patch) | |
tree | 5a293e2effe2f67261a97ff95793b1925e410a50 /documentation | |
parent | 8eb6e7fcbf970d205ca06f1e80f7dc86fac083c6 (diff) | |
download | poky-8657f00cfa9af6a88a8593aace5074ef9e35d867.tar.gz |
dev-manual: Edits to "Locate a Base Recipe" section.
Updated the introductory paragraph to be more general about where
a user might locate an existing recipe as a base.
(From yocto-docs rev: d6147d19785824cde29e82aa32916dcec5ae2276)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 0b9bb6bec5..d9e31baca5 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1170,12 +1170,13 @@ | |||
1170 | 1170 | ||
1171 | <para> | 1171 | <para> |
1172 | Before writing a recipe from scratch, it is often useful to | 1172 | Before writing a recipe from scratch, it is often useful to |
1173 | check whether someone else has written one already. | 1173 | discover whether someone else has already written one that |
1174 | OpenEmbedded is a good place to look as it has a wider scope | 1174 | meets (or comes close to meeting) your needs. |
1175 | and range of packages. | 1175 | The Yocto Project and OpenEmbedded communities contain |
1176 | Because the Yocto Project aims to be compatible with | 1176 | and maintain many recipes that might be candidates for what |
1177 | OpenEmbedded, most recipes you find there should work for | 1177 | you are doing. |
1178 | you. | 1178 | You can find a good central index of these recipes in the |
1179 | <ulink url='http://layers.openembedded.org/layerindex/branch/master/layer/meta-oe/'>OpenEmbedded metadata index</ulink>. | ||
1179 | </para> | 1180 | </para> |
1180 | 1181 | ||
1181 | <para> | 1182 | <para> |