diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 2319be1d84..4696dd5d76 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1935,7 +1935,9 @@ | |||
1935 | fetched. | 1935 | fetched. |
1936 | Any files mentioned in <filename>SRC_URI</filename> whose | 1936 | Any files mentioned in <filename>SRC_URI</filename> whose |
1937 | names end in <filename>.patch</filename> or | 1937 | names end in <filename>.patch</filename> or |
1938 | <filename>.diff</filename> are treated as patches. | 1938 | <filename>.diff</filename> or compressed versions of these |
1939 | suffixes (e.g. <filename>diff.gz</filename> are treated as | ||
1940 | patches. | ||
1939 | The | 1941 | The |
1940 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-patch'><filename>do_patch</filename></ulink> | 1942 | <ulink url='&YOCTO_DOCS_REF_URL;#ref-tasks-patch'><filename>do_patch</filename></ulink> |
1941 | task automatically applies these patches. | 1943 | task automatically applies these patches. |
@@ -1959,7 +1961,9 @@ | |||
1959 | using <filename>file://</filename>, you should place | 1961 | using <filename>file://</filename>, you should place |
1960 | patch files in a directory next to the recipe either | 1962 | patch files in a directory next to the recipe either |
1961 | named the same as the base name of the recipe | 1963 | named the same as the base name of the recipe |
1962 | (<ulink url='&YOCTO_DOCS_REF_URL;#var-BPN'><filename>BPN</filename></ulink>), | 1964 | (<ulink url='&YOCTO_DOCS_REF_URL;#var-BP'><filename>BP</filename></ulink> |
1965 | and | ||
1966 | <ulink url='&YOCTO_DOCS_REF_URL;#var-BPN'><filename>BPN</filename></ulink>) | ||
1963 | or "files". | 1967 | or "files". |
1964 | </para> | 1968 | </para> |
1965 | </section> | 1969 | </section> |