Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package: add comment about ipkg/opkg/rpm
@ 2015-08-20 15:51 Yann E. MORIN
  2015-08-22 22:40 ` Arnout Vandecappelle
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2015-08-20 15:51 UTC (permalink / raw)
  To: buildroot

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>

---
Please note the little dirty trick to avoid kconfig eating up all spaces
on empty lines: the first space in those is U+00A0 (NO-BREAK SPACE). It
differs from the legacy menu, where we use a single '*' to avoid that.
---
 package/Config.in | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/package/Config.in b/package/Config.in
index 47d14d7..c32c989 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1371,6 +1371,19 @@ endif
 endmenu
 
 menu "Package managers"
+comment "------------------------------------------------------------------------"
+comment "Please note:                                                            "
+comment "- Buildroot does *not* generate binary packages,                        "
+comment "- Buildroot does *not* install any package database.                    "
+# First space is U+00A0 (NO-BREAK SPACE), otherwise kconfig eats
+# up all spaces:
+comment "?                                                                       "
+comment "It is up to you to provide those by yourself if you want                "
+comment "to use any of those package managers.                                   "
+comment "?                                                                       "
+comment "See the manual:                                                         "
+comment "http://buildroot.org/downloads/manual/manual.html#faq-no-binary-packages"
+comment "------------------------------------------------------------------------"
 	source "package/ipkg/Config.in"
 	source "package/opkg/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-25  8:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 15:51 [Buildroot] [PATCH] package: add comment about ipkg/opkg/rpm Yann E. MORIN
2015-08-22 22:40 ` Arnout Vandecappelle
2015-08-23  9:47   ` Yann E. MORIN
2015-08-24 19:44     ` Arnout Vandecappelle
2015-08-24 20:34       ` Yann E. MORIN
2015-08-25  8:30         ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox