All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected
@ 2016-04-26 12:02 Vicente Olivert Riera
  2016-04-26 12:02 ` [Buildroot] [PATCH 2/2] ipmitool: add an option to enable/disable ipmishell Vicente Olivert Riera
  2016-04-26 20:37 ` [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-04-26 12:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/ipmitool/ipmitool.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk
index f476ae9..60ef2f8 100644
--- a/package/ipmitool/ipmitool.mk
+++ b/package/ipmitool/ipmitool.mk
@@ -15,6 +15,7 @@ IPMITOOL_AUTORECONF = YES
 
 ifeq ($(BR2_PACKAGE_IPMITOOL_LANPLUS),y)
 IPMITOOL_DEPENDENCIES += openssl
+IPMITOOL_CONF_OPTS += --enable-intf-lanplus
 else
 IPMITOOL_CONF_OPTS += --disable-intf-lanplus
 endif
-- 
2.7.3

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

* [Buildroot] [PATCH 2/2] ipmitool: add an option to enable/disable ipmishell
  2016-04-26 12:02 [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected Vicente Olivert Riera
@ 2016-04-26 12:02 ` Vicente Olivert Riera
  2016-04-26 20:37 ` [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2016-04-26 12:02 UTC (permalink / raw)
  To: buildroot

Fixes:

  http://autobuild.buildroot.net/results/a62/a62e95619acb3d4d6be4425cf44a4628ac227494/

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/ipmitool/Config.in   | 7 +++++++
 package/ipmitool/ipmitool.mk | 7 +++++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/package/ipmitool/Config.in b/package/ipmitool/Config.in
index e9b5374..1da0ace 100644
--- a/package/ipmitool/Config.in
+++ b/package/ipmitool/Config.in
@@ -23,4 +23,11 @@ config BR2_PACKAGE_IPMITOOL_IPMIEVD
 	help
 	  IPMI event daemon for sending events to syslog
 
+config BR2_PACKAGE_IPMITOOL_IPMISHELL
+	bool "ipmishell"
+	select BR2_PACKAGE_NCURSES
+	select BR2_PACKAGE_READLINE
+	help
+	  IPMI shell interface
+
 endif
diff --git a/package/ipmitool/ipmitool.mk b/package/ipmitool/ipmitool.mk
index 60ef2f8..a246584 100644
--- a/package/ipmitool/ipmitool.mk
+++ b/package/ipmitool/ipmitool.mk
@@ -20,8 +20,11 @@ else
 IPMITOOL_CONF_OPTS += --disable-intf-lanplus
 endif
 
-ifeq ($(BR2_PACKAGE_READLINE),y)
-IPMITOOL_DEPENDENCIES += readline
+ifeq ($(BR2_PACKAGE_IPMITOOL_IPMISHELL),y)
+IPMITOOL_DEPENDENCIES += ncurses readline
+IPMITOOL_CONF_OPTS += --enable-ipmishell
+else
+IPMITOOL_CONF_OPTS += --disable-ipmishell
 endif
 
 ifeq ($(BR2_PACKAGE_IPMITOOL_IPMIEVD),)
-- 
2.7.3

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

* [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected
  2016-04-26 12:02 [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected Vicente Olivert Riera
  2016-04-26 12:02 ` [Buildroot] [PATCH 2/2] ipmitool: add an option to enable/disable ipmishell Vicente Olivert Riera
@ 2016-04-26 20:37 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-04-26 20:37 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 26 Apr 2016 13:02:39 +0100, Vicente Olivert Riera wrote:
> Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> ---
>  package/ipmitool/ipmitool.mk | 1 +
>  1 file changed, 1 insertion(+)

Both applied, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-04-26 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26 12:02 [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected Vicente Olivert Riera
2016-04-26 12:02 ` [Buildroot] [PATCH 2/2] ipmitool: add an option to enable/disable ipmishell Vicente Olivert Riera
2016-04-26 20:37 ` [Buildroot] [PATCH 1/2] ipmitool: explicitly enable lanplus when selected Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.