diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-08-23 20:58:01 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-08-23 20:59:43 +0200 |
commit | 8c1bff77f47f3d031b8f9471fdf4fa8c2da4a8c7 (patch) | |
tree | 35eb6fce0601257b082c1240ce442bf83a4642c6 | |
parent | 42f1e5ce5b60c3b62c410e2d4702df6f3cb3a869 (diff) | |
download | buildroot-8c1bff77f47f3d031b8f9471fdf4fa8c2da4a8c7.tar.gz buildroot-8c1bff77f47f3d031b8f9471fdf4fa8c2da4a8c7.zip |
package: add comment about ipkg/opkg/rpm
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>
-rw-r--r-- | package/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 47d14d7d31..2c92439ab2 100644 --- a/package/Config.in +++ b/package/Config.in @@ -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 |