diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-02-08 17:04:02 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-08 22:17:00 +0100 |
commit | 6dd52bf8deb806fa52e154fa92b93f750160b019 (patch) | |
tree | b9c7dc972de69d6bd03ac2ba589a660552e558a4 /docs/manual | |
parent | 8c2534c50cbd82bcb18dca4f22835a7b461d4083 (diff) | |
download | buildroot-6dd52bf8deb806fa52e154fa92b93f750160b019.tar.gz buildroot-6dd52bf8deb806fa52e154fa92b93f750160b019.zip |
manual: $(BR2_EXTERNAL)/{Config.in, external.mk} are mandatory
The manual is a bit vague about whether Config.in and external.mk
are mandatory or optional.
Make it explicit in the manual that they are mandatory.
Reported-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/customize-outside-br.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/manual/customize-outside-br.txt b/docs/manual/customize-outside-br.txt index 19257e690e..585eedffef 100644 --- a/docs/manual/customize-outside-br.txt +++ b/docs/manual/customize-outside-br.txt @@ -83,6 +83,7 @@ Or disable the usage of external definitions: logic. Buildroot automatically includes +BR2_EXTERNAL/Config.in+ to make it appear in the top-level configuration menu, and includes +BR2_EXTERNAL/external.mk+ with the rest of the makefile logic. + Providing those two files is mandatory, but they can be empty. + The main usage of this is to store package recipes. The recommended way to do this is to write a +BR2_EXTERNAL/Config.in+ that looks |