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?
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.
Fixed by https://git.buildroot.org/buildroot/commit/?id=a6479d6058b75533dd68081d90cec0dbfe652ca4. Thanks!