From: Bernhard Reutner-Fischer Date: Tue, 14 Oct 2008 16:20:55 +0000 (-0000) Subject: - extend documentation to mention adding package/foo/Config.in to package/Config.in X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=184891efc55f6883ec2b40ba8334a5e9004e2d38;p=buildroot.git - extend documentation to mention adding package/foo/Config.in to package/Config.in --- diff --git a/docs/buildroot.html b/docs/buildroot.html index 89c59701b6..976af41cec 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -882,7 +882,19 @@ config BR2_PACKAGE_FOO

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