From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add package dstat (python script for system stats/profiling)
Date: Tue, 07 Feb 2012 23:31:47 +0100 [thread overview]
Message-ID: <87bopas2b0.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <b75d62eb1595ea7619c5.1328647882@beantl019720> (Thomas De Schampheleire's message of "Tue, 07 Feb 2012 21:51:22 +0100")
>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> writes:
Thomas> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Thomas> ---
Thomas> package/Config.in | 1 +
Thomas> package/dstat/Config.in | 19 +++++++++++++++++++
Thomas> package/dstat/dstat.mk | 15 +++++++++++++++
Thomas> 3 files changed, 35 insertions(+), 0 deletions(-)
Thomas> v2: reduce parameters to GENTARGETS
Thomas> diff --git a/package/Config.in b/package/Config.in
Thomas> --- a/package/Config.in
Thomas> +++ b/package/Config.in
Thomas> @@ -19,6 +19,7 @@ endmenu
Thomas> menu "Debugging, profiling and benchmark"
Thomas> source "package/bonnie/Config.in"
Thomas> source "package/dhrystone/Config.in"
Thomas> +source "package/dstat/Config.in"
Thomas> source "package/dmalloc/Config.in"
Thomas> source "package/kexec/Config.in"
Thomas> source "package/lmbench/Config.in"
Thomas> diff --git a/package/dstat/Config.in b/package/dstat/Config.in
Thomas> new file mode 100644
Thomas> --- /dev/null
Thomas> +++ b/package/dstat/Config.in
Thomas> @@ -0,0 +1,19 @@
Thomas> +config BR2_PACKAGE_DSTAT
Thomas> + bool "dstat"
Thomas> + select BR2_PACKAGE_PYTHON
Python needs WCHAR, so you need to depend on it as well.
Otherwise it looks good - Committed, thanks.
--
Bye, Peter Korsgaard
next prev parent reply other threads:[~2012-02-07 22:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-07 20:51 [Buildroot] [PATCH] Add package dstat (python script for system stats/profiling) Thomas De Schampheleire
2012-02-07 22:31 ` Peter Korsgaard [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-02-06 20:48 Thomas De Schampheleire
2012-02-07 19:20 ` Thomas Petazzoni
2011-10-19 7:35 Thomas De Schampheleire
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=87bopas2b0.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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 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.