Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] ipmiutil: new package
Date: Sun, 5 Oct 2014 23:47:27 +0200	[thread overview]
Message-ID: <20141005234727.1ed88b20@free-electrons.com> (raw)
In-Reply-To: <1411033115-6914-1-git-send-email-david.bachelart@bbright.com>

Dear David Bachelart,

Any news about this patch? I made some comments on September, 21st, but
unless I missed you haven't resent a new version. Do you intend to do
so in the near future?

Thanks a lot for your contribution,

Thomas

On Thu, 18 Sep 2014 11:38:35 +0200, David Bachelart wrote:
> 
> Signed-off-by: David Bachelart <david.bachelart@bbright.com>
> ---
>  package/Config.in            |    1 +
>  package/ipmiutil/Config.in   |   15 +++++++++++++++
>  package/ipmiutil/ipmiutil.mk |   15 +++++++++++++++
>  3 files changed, 31 insertions(+)
>  create mode 100644 package/ipmiutil/Config.in
>  create mode 100644 package/ipmiutil/ipmiutil.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index 73ba86a..3eafabb 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -322,6 +322,7 @@ endif
>  	source "package/intel-microcode/Config.in"
>  	source "package/iostat/Config.in"
>  	source "package/ipmitool/Config.in"
> +	source "package/ipmiutil/Config.in"
>  	source "package/irda-utils/Config.in"
>  	source "package/iucode-tool/Config.in"
>  	source "package/kbd/Config.in"
> diff --git a/package/ipmiutil/Config.in b/package/ipmiutil/Config.in
> new file mode 100644
> index 0000000..29d6e26
> --- /dev/null
> +++ b/package/ipmiutil/Config.in
> @@ -0,0 +1,15 @@
> +config BR2_PACKAGE_IPMIUTIL
> +	bool "ipmiutil"
> +	depends on BR2_TOOLCHAIN_HAS_SSP
> +	select BR2_PACKAGE_OPENSSL
> +	select BR2_PACKAGE_ZLIB
> +	help
> +	  The ipmiutil package provides easy-to-use utilities to view the SEL,
> +	  perform an IPMI chassis reset, set up the IPMI LAN and Platform Event Filter
> +	  entries to allow SNMP alerts, Serial-Over-LAN console, event daemon, and
> +	  other IPMI tasks.
> +
> +	  http://ipmiutil.sourceforge.net/
> +
> +comment "ipmiutil needs a toolchain w/ ssp"
> +	depends on !BR2_TOOLCHAIN_HAS_SSP
> diff --git a/package/ipmiutil/ipmiutil.mk b/package/ipmiutil/ipmiutil.mk
> new file mode 100644
> index 0000000..9bf7325
> --- /dev/null
> +++ b/package/ipmiutil/ipmiutil.mk
> @@ -0,0 +1,15 @@
> +################################################################################
> +#
> +# ipmiutil
> +#
> +################################################################################
> +
> +IPMIUTIL_VERSION = 2.9.4
> +IPMIUTIL_SITE = http://sourceforge.net/projects/ipmiutil/files/
> +
> +IPMIUTIL_DEPENDENCIES = openssl zlib
> +
> +IPMIUTIL_LICENSE = BSD-2c
> +IPMIUTIL_LICENSE_FILES = COPYING
> +
> +$(eval $(autotools-package))



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

  parent reply	other threads:[~2014-10-05 21:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-18  9:38 [Buildroot] [PATCH 1/1] ipmiutil: new package David Bachelart
2014-09-21 20:06 ` Thomas Petazzoni
2014-10-05 21:47 ` Thomas Petazzoni [this message]
2014-10-06  8:37   ` David Bachelart
2014-10-06 10:33     ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141005234727.1ed88b20@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox