summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-14 16:20:55 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-10-14 16:20:55 +0000
commit184891efc55f6883ec2b40ba8334a5e9004e2d38 (patch)
treec1530eef651ec6364c6be642fc9f0ed7913ccf00 /docs
parentb931451833b8db09153265b0c02c70dbf7bae8ba (diff)
downloadbuildroot-novena-184891efc55f6883ec2b40ba8334a5e9004e2d38.tar.gz
buildroot-novena-184891efc55f6883ec2b40ba8334a5e9004e2d38.zip
- extend documentation to mention adding package/foo/Config.in to package/Config.in
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 89c59701b..976af41ce 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -882,7 +882,19 @@ config BR2_PACKAGE_FOO
<p>Of course, you can add other options to configure particular
things in your software. </p>
-
+ <p>Finally you have to add your new <code>foo/Config.in</code> to
+ <code>package/Config.in</code>. The files included there are
+ <em>sorted alphabetically</em> per category and are <em>NOT<em>
+ supposed to contain anything but the <em>bare</em> name of the package.</p>
+<pre>
+if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
+source "package/procps/Config.in"
+endif
+</pre>
+ <p><strong>Note:</strong><br>
+ Generally all packages should live <em>directly</em> in the
+ <code>package</code> directory to make it easier to find them.
+ </p>
<h3>The real <i>Makefile</i></h3>
<p>Finally, here's the hardest part. Create a file named