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

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Nov 2 20:30:13 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=a6479d6058b75533dd68081d90cec0dbfe652ca4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
---
 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