Bug 11481

Summary: Docs: Is external.desc required?
Product: buildroot Reporter: Philipp Wagner <imphil>
Component: OtherAssignee: Yann E. MORIN <yann.morin.1998>
Status: RESOLVED FIXED    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2018.08.2   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Philipp Wagner 2018-11-02 11:26:30 UTC
I have a minor docs comment.

https://buildroot.org/downloads/manual/manual.html#customize

In the user guide, section "9.1. Recommended directory structure" the directory tree shows two files for a br2 external tree: 

=====
+-- Config.in (if using a br2-external tree)
+-- external.mk (if using a br2-external tree)
=====

The documentation further down suggests that three files are needed:

=====
9.2.1. Layout of a br2-external tree

A br2-external tree must contain at least those three files, described in the following chapters:

    external.desc
    external.mk
    Config.in 
=====


Most likely the external.desc file is missing from the top section?
Comment 1 Yann E. MORIN 2018-11-02 11:51:21 UTC
Philipp, All,

Indeed, external.desc is missiing from section 9.1.

Can you send a patch to fix that, to the list, please?

Regards,
Yann E. MORIN.