From 19f18491638d3f1435e649807fec3a33b2ebd133 Mon Sep 17 00:00:00 2001 From: Bagas Sanjaya Date: Sun, 11 Oct 2020 19:39:42 +0700 Subject: 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/, thus custom (local) GCC patches should be placed under $LOCAL_PATCH_DIR/gcc/. Signed-off-by: Bagas Sanjaya diff --git a/config/global/extract.in b/config/global/extract.in index ba7f5f4..4e62480 100644 --- a/config/global/extract.in +++ b/config/global/extract.in @@ -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 , place them under + $LOCAL_PATCH_DIR/gcc/. -- cgit v0.10.2-6-g49f6