summaryrefslogtreecommitdiffstats
path: root/docs/manual/customize-patches.txt
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-29 19:33:23 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-04-06 11:05:16 +0200
commita5fd21d2e58fa6a5f9aa861c7c4638a5b7952c3f (patch)
treea0b268e183ab3dd7a68de9448ad722a8e584d563 /docs/manual/customize-patches.txt
parent0eba4759fab9d093afacac77a0ac31f1f0b3cceb (diff)
downloadbuildroot-a5fd21d2e58fa6a5f9aa861c7c4638a5b7952c3f.tar.gz
buildroot-a5fd21d2e58fa6a5f9aa861c7c4638a5b7952c3f.zip
docs/manual: update documentation about applying patches
The Buildroot manual is currently wrong when describing how patches are applied: it says that <packagename>-*.patch is applied, and that <packagename>-<seq>-*.patch is the recommended name for patches. This is incorrect, since we're now using just <seq>-*.patch. This commit adjusts the documentation accordingly. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'docs/manual/customize-patches.txt')
-rw-r--r--docs/manual/customize-patches.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/manual/customize-patches.txt b/docs/manual/customize-patches.txt
index e129a64855..fa63541110 100644
--- a/docs/manual/customize-patches.txt
+++ b/docs/manual/customize-patches.txt
@@ -33,12 +33,11 @@ follows:
* If a +series+ file exists in the package directory, then patches are
applied according to the +series+ file;
+
-* Otherwise, patch files matching +<packagename>-*.patch+
- are applied in alphabetical order.
- So, to ensure they are applied in the right order, it is highly
- recommended to name the patch files like this:
- +<packagename>-<number>-<description>.patch+, where +<number>+
- refers to the 'apply order'.
+* Otherwise, patch files matching +*.patch+ are applied in
+ alphabetical order. So, to ensure they are applied in the right
+ order, it is highly recommended to name the patch files like this:
+ +<number>-<description>.patch+, where +<number>+ refers to the
+ 'apply order'.
For information about how patches are applied for a package, see
xref:patch-apply-order[]
OpenPOWER on IntegriCloud