diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-09-18 21:39:31 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-21 19:41:12 +0200 |
commit | 69a5343bfb8369c88d2c70b18c635318065d7075 (patch) | |
tree | 768091e92488a01680d3d6d8ebe4104f2df2af05 /docs/manual | |
parent | 5598d7f80aee23fe79875a1a048f06c3ec614c26 (diff) | |
download | buildroot-69a5343bfb8369c88d2c70b18c635318065d7075.tar.gz buildroot-69a5343bfb8369c88d2c70b18c635318065d7075.zip |
manual/user guide/customization: rename section 'Customizing packages'
This small patch renames the section 'Customizing packages' to 'Adding
project-specific patches'. Additionally, a minor change is done to the
introduction of this section.
To better reflect the contents, the source file is renamed.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/customize-patches.txt (renamed from docs/manual/customize-packages.txt) | 11 | ||||
-rw-r--r-- | docs/manual/customize.txt | 2 | ||||
-rw-r--r-- | docs/manual/patch-policy.txt | 2 |
3 files changed, 8 insertions, 7 deletions
diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-patches.txt index b4ed0b5a42..279d0794fc 100644 --- a/docs/manual/customize-packages.txt +++ b/docs/manual/customize-patches.txt @@ -1,11 +1,12 @@ // -*- mode:doc -*- ; -[[packages-custom]] -=== Customizing packages +[[customize-patches]] +=== Adding project-specific patches -It is sometimes useful to apply 'extra' patches to packages - over and -above those provided in Buildroot. This might be used to support custom -features in a project, for example, or when working on a new architecture. +It is sometimes useful to apply 'extra' patches to packages - on top of +those provided in Buildroot. This might be used to support custom +features in a project, for example, or when working on a new +architecture. The +BR2_GLOBAL_PATCH_DIR+ configuration option can be used to specify a space separated list of one or more directories containing package diff --git a/docs/manual/customize.txt b/docs/manual/customize.txt index 0a73988cb3..b389d7f7c6 100644 --- a/docs/manual/customize.txt +++ b/docs/manual/customize.txt @@ -53,6 +53,6 @@ include::customize-users-tables.txt[] include::customize-post-image.txt[] -include::customize-packages.txt[] +include::customize-patches.txt[] include::customize-store.txt[] diff --git a/docs/manual/patch-policy.txt b/docs/manual/patch-policy.txt index cb39821492..745f58d283 100644 --- a/docs/manual/patch-policy.txt +++ b/docs/manual/patch-policy.txt @@ -46,7 +46,7 @@ reference in their filename. The +BR2_GLOBAL_PATCH_DIR+ configuration file option can be used to specify a space separated list of one or more directories -containing global package patches. See xref:packages-custom[] for +containing global package patches. See xref:customize-patches[] for details. [[patch-apply-order]] |