From mboxrd@z Thu Jan 1 00:00:00 1970 From: aldot at uclibc.org Date: Tue, 14 Oct 2008 09:20:55 -0700 (PDT) Subject: [Buildroot] svn commit: trunk/buildroot/docs Message-ID: <20081014162055.A36573C873@busybox.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Author: aldot Date: 2008-10-14 09:20:55 -0700 (Tue, 14 Oct 2008) New Revision: 23678 Log: - extend documentation to mention adding package/foo/Config.in to package/Config.in Modified: trunk/buildroot/docs/buildroot.html Changeset: Modified: trunk/buildroot/docs/buildroot.html =================================================================== --- trunk/buildroot/docs/buildroot.html 2008-10-14 15:16:20 UTC (rev 23677) +++ trunk/buildroot/docs/buildroot.html 2008-10-14 16:20:55 UTC (rev 23678) @@ -882,7 +882,19 @@

Of course, you can add other options to configure particular things in your software.

- +

Finally you have to add your new foo/Config.in to + package/Config.in. The files included there are + sorted alphabetically per category and are NOT + supposed to contain anything but the bare name of the package.

+
+if !BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
+source "package/procps/Config.in"
+endif
+
+

Note:
+ Generally all packages should live directly in the + package directory to make it easier to find them. +

The real Makefile

Finally, here's the hardest part. Create a file named