package: add comment about ipkg/opkg/rpm
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 23 Aug 2015 18:58:01 +0000 (20:58 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 23 Aug 2015 18:59:43 +0000 (20:59 +0200)
Too often the question is raised, that ipkg, opkg and rpm do not work,
and users complain they can not install packages.

Even though we do have a clear and clearly explained section in our
manual, people do not read it (when will users read manuals? sigh...).

So, add a big fat comment about ipkg/opkg/rpm, that Buildroot does not
generate binary packages and does not provide any package database for
any of those package manager.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in

index 47d14d7d31189ff41dc6d4227f26583283b80030..2c92439ab2e2436acc5c92f36c38b70acfcb3d8e 100644 (file)
@@ -1371,6 +1371,18 @@ endif
 endmenu
 
 menu "Package managers"
+comment "-----------------------------------------------------"
+comment "Please note:                                         "
+comment "- Buildroot does *not* generate binary packages,     "
+comment "- Buildroot does *not* install any package database. "
+comment "*                                                    "
+comment "It is up to you to provide those by yourself if you  "
+comment "want to use any of those package managers.           "
+comment "*                                                    "
+comment "See the manual:                                      "
+comment "http://buildroot.org/downloads/manual/manual.html#faq"
+comment "-no-binary-packages                                  "
+comment "-----------------------------------------------------"
        source "package/ipkg/Config.in"
        source "package/opkg/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS