summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorThomas Petazzoni2011-11-13 09:54:44 +0100
committerPeter Korsgaard2011-11-13 21:28:11 +0100
commitd031a031bdfbccec41a5d7c4c566765b4bb4b6a5 (patch)
tree04816a38c88ca1f219a22c12c6e17a0e894ebf61 /docs
parentdoc: suggest how to add suboptions (diff)
downloadbuildroot-d031a031bdfbccec41a5d7c4c566765b4bb4b6a5.tar.gz
buildroot-d031a031bdfbccec41a5d7c4c566765b4bb4b6a5.tar.xz
buildroot-d031a031bdfbccec41a5d7c4c566765b4bb4b6a5.zip
doc: mention how to format the Config.in file
[Peter: s/but/should as suggested by Michael S. Zick] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/adding-packages-directory.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/manual/adding-packages-directory.txt b/docs/manual/adding-packages-directory.txt
index a262a8c62..2e8786a20 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