* [Buildroot] [PATCH v2] Add new package: cpuload
@ 2012-08-06 2:26 Kelvin Cheung
2012-08-06 12:57 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Kelvin Cheung @ 2012-08-06 2:26 UTC (permalink / raw)
To: buildroot
cpuload is a simple tool to obtain intuitive vision of CPU load
(including total, user, system, irq and softirq) within a certain
time, which is especially useful for embedded system without GUI.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
---
Updated cpuload to version 0.3 to remove unnecessary
wide-character string code.
Add license info.
---
package/Config.in | 1 +
package/cpuload/Config.in | 8 ++++++++
package/cpuload/cpuload.mk | 13 +++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 package/cpuload/Config.in
create mode 100644 package/cpuload/cpuload.mk
diff --git a/package/Config.in b/package/Config.in
index f308de7..c9ad06a 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -663,6 +663,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
source "package/bootutils/Config.in"
endif
source "package/bwm-ng/Config.in"
+source "package/cpuload/Config.in"
source "package/htop/Config.in"
source "package/kmod/Config.in"
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
diff --git a/package/cpuload/Config.in b/package/cpuload/Config.in
new file mode 100644
index 0000000..82bc450
--- /dev/null
+++ b/package/cpuload/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_CPULOAD
+ bool "cpuload"
+ help
+ cpuload is a simple tool to obtain intuitive vision of CPU load
+ (including total, user, system, irq and softirq) within a certain
+ time, which is especially useful for embedded system without GUI.
+
+ https://github.com/kelvincheung/cpuload
diff --git a/package/cpuload/cpuload.mk b/package/cpuload/cpuload.mk
new file mode 100644
index 0000000..d25c504
--- /dev/null
+++ b/package/cpuload/cpuload.mk
@@ -0,0 +1,13 @@
+#############################################################
+#
+# cpuload
+#
+#############################################################
+
+CPULOAD_VERSION = v0.3
+CPULOAD_SITE = git://github.com/kelvincheung/cpuload.git
+CPULOAD_LICENSE = GPLv2
+CPULOAD_LICENSE_FILES = COPYING
+
+
+$(eval $(autotools-package))
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] Add new package: cpuload
2012-08-06 2:26 [Buildroot] [PATCH v2] Add new package: cpuload Kelvin Cheung
@ 2012-08-06 12:57 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2012-08-06 12:57 UTC (permalink / raw)
To: buildroot
Le Mon, 6 Aug 2012 10:26:26 +0800,
Kelvin Cheung <keguang.zhang@gmail.com> a ?crit :
> cpuload is a simple tool to obtain intuitive vision of CPU load
> (including total, user, system, irq and softirq) within a certain
> time, which is especially useful for embedded system without GUI.
>
> Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Applied to next.
Thanks,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-06 12:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-06 2:26 [Buildroot] [PATCH v2] Add new package: cpuload Kelvin Cheung
2012-08-06 12:57 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox