Clarify tree layout of local patches directory

Currently the help for LOCAL_PATCH_DIR did not specify the tree layout
of custom patches directory. This commit adds such explanation.

For example, the bundled patches for GCC are placed under
packages/gcc/<gcc-version>, thus custom (local) GCC patches should be
placed under $LOCAL_PATCH_DIR/gcc/<gcc-version>.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
This commit is contained in:
Bagas Sanjaya 2020-10-11 19:39:42 +07:00
parent 99ce9d3861
commit 19f1849163
No known key found for this signature in database
GPG Key ID: D7B55A665D5C863D

View File

@ -107,5 +107,7 @@ config LOCAL_PATCH_DIR
help
Enter the custom patch directory here.
Note that you must ensure that the directory containing your custom
patches is arranged the same way the official directory is.
Note that you must ensure that tree layout of the directory containing
your custom patches match the bundled patches one. For example, if you
have custom GCC patches for <gcc-version>, place them under
$LOCAL_PATCH_DIR/gcc/<gcc-version>.