summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-19 10:06:09 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:51 +0000
commit6a6687d6d5cdd21e4eb150d78e2ba2874c817e2a (patch)
tree228d7ec44a8d07acd437e3b63090f2394c995a0d /documentation/dev-manual
parent3cd8d861abca27c050432b2e4ca2a3923a66d9dc (diff)
downloadast2050-yocto-poky-6a6687d6d5cdd21e4eb150d78e2ba2874c817e2a.zip
ast2050-yocto-poky-6a6687d6d5cdd21e4eb150d78e2ba2874c817e2a.tar.gz
dev-manual: Updated text to indicate patch files can end differently
Patch files can end with compressed suffixes such as diff.gz and patch.bz2. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: 69993710d1466dddc804c33c1d76f46d0982d28f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 658919d..2319be1 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1885,8 +1885,11 @@
<para>
The previous example also specifies a patch file.
- Patch files are files whose names end in
- <filename>.patch</filename> or <filename>.diff</filename>.
+ Patch files are files whose names usually end in
+ <filename>.patch</filename> or <filename>.diff</filename> but
+ can end with compressed suffixes such as
+ <filename>diff.gz</filename> and
+ <filename>patch.bz2</filename>, for example.
The build system automatically applies patches as described
in the
"<link linkend='new-recipe-patching-code'>Patching Code</link>" section.
OpenPOWER on IntegriCloud