Przeglądaj źródła

package/mbw: new package

Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Guillaume W. Bres 3 lat temu
rodzic
commit
e27ef76582
5 zmienionych plików z 25 dodań i 0 usunięć
  1. 1 0
      DEVELOPERS
  2. 1 0
      package/Config.in
  3. 8 0
      package/mbw/Config.in
  4. 3 0
      package/mbw/mbw.hash
  5. 12 0
      package/mbw/mbw.mk

+ 1 - 0
DEVELOPERS

@@ -1183,6 +1183,7 @@ N:	Guillaume William Brs <guillaume.bressaix@gmail.com>
 F:	package/libnids/
 F:	package/libxcrypt/
 F:	package/liquid-dsp/
+F:	package/mbw/
 F:	package/pixiewps/
 F:	package/python-beniget/
 F:	package/python-gast/

+ 1 - 0
package/Config.in

@@ -122,6 +122,7 @@ menu "Debugging, profiling and benchmark"
 	source "package/lttng-babeltrace/Config.in"
 	source "package/lttng-modules/Config.in"
 	source "package/lttng-tools/Config.in"
+	source "package/mbw/Config.in"
 	source "package/mcelog/Config.in"
 	source "package/memstat/Config.in"
 	source "package/netperf/Config.in"

+ 8 - 0
package/mbw/Config.in

@@ -0,0 +1,8 @@
+config BR2_PACKAGE_MBW
+	bool "mbw"
+	help
+	  MBW is a memory bandwidth benchmarking tool.
+	  MBW determines the "copy" memory bandwidth available
+	  to userspace programs.
+
+	  https://github.com/raas/mbw

+ 3 - 0
package/mbw/mbw.hash

@@ -0,0 +1,3 @@
+# Locally computed
+sha256  3c396ce09bb78c895e4d45e99b1ae07f80e3ea5eee59d78ed2048a7f2ae591ae  mbw-1.5.tar.gz
+sha256  1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1  mbw.spec

+ 12 - 0
package/mbw/mbw.mk

@@ -0,0 +1,12 @@
+################################################################################
+#
+# mbw
+#
+################################################################################
+
+MBW_VERSION = 1.5
+MBW_SITE = $(call github,raas,mbw,v$(MBW_VERSION))
+MBW_LICENSE = LGPL-2.1
+MBW_LICENSE_FILES = mbw.spec
+
+$(eval $(cmake-package))