From: Thomas Petazzoni Date: Sun, 13 Nov 2011 08:54:44 +0000 (+0100) Subject: doc: mention how to format the Config.in file X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d031a031bdfbccec41a5d7c4c566765b4bb4b6a5;p=buildroot.git doc: mention how to format the Config.in file [Peter: s/but/should as suggested by Michael S. Zick] Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt index a262a8c627..2e8786a20c 100644 --- a/docs/manual/adding-packages-directory.txt +++ b/docs/manual/adding-packages-directory.txt @@ -24,6 +24,11 @@ config BR2_PACKAGE_LIBFOO http://foosoftware.org/libfoo/ --------------------------- +The +bool+ line, +help+ line and other meta-informations about the +configuration option must be indented with one tab. The help text +itself should be indented with one tab and two spaces, and it must +mention the upstream URL of the project. + Of course, you can add other sub-options into a +if BR2_PACKAGE_LIBFOO...endif+ statement to configure particular things in your software. You can look at examples in other packages. The