From: Jerzy Grzegorek Date: Thu, 20 Mar 2014 22:07:26 +0000 (+0100) Subject: manual/customize-packages.txt: reword part about applying patches X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f1335f0c80170f5b570a0830cada5392236979d;p=buildroot.git manual/customize-packages.txt: reword part about applying patches Signed-off-by: Jerzy Grzegorek Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/docs/manual/customize-packages.txt b/docs/manual/customize-packages.txt index 5e622f1010..f141b7e045 100644 --- a/docs/manual/customize-packages.txt +++ b/docs/manual/customize-packages.txt @@ -59,9 +59,9 @@ directory. The exception to +BR2_GLOBAL_PATCH_DIR+ being the preferred method for specifying custom patches is +BR2_LINUX_KERNEL_PATCH+. +BR2_LINUX_KERNEL_PATCH+ should be used to specify kernel patches that -are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCHES+ are applied -after patches available in +BR2_GLOBAL_PATCH_DIR+, as it is done -from a post-patch hook of the Linux package. +are available at an URL. *Note:* +BR2_LINUX_KERNEL_PATCH+ specifies kernel +patches that are applied after patches available in +BR2_GLOBAL_PATCH_DIR+, +as it is done from a post-patch hook of the Linux package. An example directory structure for where a user has multiple directories specified for +BR2_GLOBAL_PATCH_DIR+ may look like this: