docs/manual: add external.desc to list of files needed for BR2_EXTERNAL
authorPhilipp Wagner <mail@philipp-wagner.com>
Fri, 2 Nov 2018 12:59:46 +0000 (13:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 2 Nov 2018 20:30:13 +0000 (21:30 +0100)
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@philipp-wagner.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
docs/manual/customize-directory-structure.txt

index b177319f98284ccbdbdcda1d97342a9751a28cc3..a3a7ad4cb9edb77e2a233d8383ec93825ca0abd9 100644 (file)
@@ -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.