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>
This commit is contained in:
Guillaume W. Bres 2022-07-28 13:28:40 +02:00 committed by Yann E. MORIN
parent fa4dba4aa2
commit e27ef76582
5 changed files with 25 additions and 0 deletions

View File

@ -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/

View File

@ -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
package/mbw/Config.in Normal file
View File

@ -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
package/mbw/mbw.hash Normal file
View File

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

12
package/mbw/mbw.mk Normal file
View File

@ -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))