* [Buildroot] [PATCHv2] package: add comment about ipkg/opkg/rpm
@ 2015-08-23 18:58 Yann E. MORIN
2015-08-23 19:01 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2015-08-23 18:58 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>
Cc: Arnout Vandecappelle <arnout@mind.be>
---
Changes v1 -> v2:
- don't use U+00A0 as first char on empty lines (Arnout)
---
package/Config.in | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/package/Config.in b/package/Config.in
index b9437d7..6a37c84 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1370,6 +1370,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
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCHv2] package: add comment about ipkg/opkg/rpm
2015-08-23 18:58 [Buildroot] [PATCHv2] package: add comment about ipkg/opkg/rpm Yann E. MORIN
@ 2015-08-23 19:01 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-08-23 19:01 UTC (permalink / raw)
To: buildroot
Dear Yann E. MORIN,
On Sun, 23 Aug 2015 20:58:01 +0200, Yann E. MORIN wrote:
> 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>
>
> ---
> Changes v1 -> v2:
> - don't use U+00A0 as first char on empty lines (Arnout)
> ---
> package/Config.in | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-23 19:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-23 18:58 [Buildroot] [PATCHv2] package: add comment about ipkg/opkg/rpm Yann E. MORIN
2015-08-23 19:01 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox