[Buildroot] [git commit branch/2018.02.x] docs/manual: add external.desc to list of files needed for BR2_EXTERNAL

Peter Korsgaard peter at korsgaard.com
Wed Nov 14 22:28:39 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=ff0259774e36a30b2551b8a19224b7841f52d038
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2018.02.x

external.desc must be present when using a br2-external tree. The
documentation notes this later in the text, but the file is missing
from the initial overview of files.

Fixes bug #11481.

Signed-off-by: Philipp Wagner <mail at philipp-wagner.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit a6479d6058b75533dd68081d90cec0dbfe652ca4)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 docs/manual/customize-directory-structure.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/manual/customize-directory-structure.txt b/docs/manual/customize-directory-structure.txt
index b177319f98..a3a7ad4cb9 100644
--- a/docs/manual/customize-directory-structure.txt
+++ b/docs/manual/customize-directory-structure.txt
@@ -50,6 +50,7 @@ to you.
 |
 +-- Config.in (if using a br2-external tree)
 +-- external.mk (if using a br2-external tree)
++-- external.desc (if using a br2-external tree)
 ------
 
 Details on the files shown above are given further in this chapter.


More information about the buildroot mailing list