summaryrefslogtreecommitdiffstats
path: root/package/stress-ng
Commit message (Collapse)AuthorAgeFilesLines
* package/stress-ng: add libbsd optional dependencyBaruch Siach2019-02-261-0/+4
| | | | | | | | stress-ng optionally detects and uses BSD wcsl* wchar string functions. Cc: Romain Naour <romain.naour@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/stress-ng: Fix author email in 0003-test-test-bsd-wchar-...patchVadim Kochan2019-02-251-1/+1
| | | | | | | | Author's and sign-off's emails differs, so fix the author's one which is not valid anymore. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/stress-ng: Fix build issue with libbsd wchar checkVadim Kochan2019-02-231-0/+29
| | | | | | | | | | | | | stress-ng uses test/test-bsd-wchar.c program to check if there is support for libbsd's wchar, but the test fails because wchar.h also requires the FILE* definition from stdio.h which is not included automatically, so fix it by include stdio.h explicitly. Fixes: http://autobuild.buildroot.net/results/6def1bba8e7ec05682e74c4edc3a35c8c118d28b Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* stress-ng: fix build without swapcontextFabrice Fontaine2018-12-081-0/+29
| | | | | | | | Fixes: - http://autobuild.buildroot.org/results/f2d3b06afa6e31527a71c03671c8f08eb3f46c36 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/stress-ng: fix build without threadsFabrice Fontaine2018-12-061-0/+34
| | | | | | | | | | | | semaphore.h is available only if HAVE_LIB_PTHREAD and HAVE_SEM_POSIX are defined Fixes: - http://autobuild.buildroot.org/results/1c95898b2833683a22bbe2ff8471fa08d94210e1 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> [Thomas: update upstream status of the patch.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* stress-ng: bump to version 0.09.47Carlos Santos2018-11-253-6/+5
| | | | | | | | | | | | | - Enable for uClibc, which is supported now. - Keep microblaze, nios2 and arc restrictions, since it was not possible to test on those architectures (no hardware available). - Keep musl restriction, since it was possible to compile the code (with some patches) but it failed at run time with Cannot set scheduler: errno=38 (Function not implemented) Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/stress-ng: really remove patch merged upstreamCarlos Santos2018-11-251-0/+0
| | | | | | | | Should have been removed in commit 27bce5fc8e (package/stress-ng: bump to version 0.09.39) but was left as an empty file. Signed-off-by: Carlos Santos <casantos@datacom.com.br> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* stress-ng: add hash for license fileThomas Petazzoni2018-09-121-0/+1
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/stress-ng: bump to version 0.09.39Florian La Roche2018-09-123-40/+2
| | | | | | | | | | - package/stress-ng: bump to version 0.09.39 - remove patch, which was merged upstream in commit http://kernel.ubuntu.com/git/cking/stress-ng.git/commit/stress-netlink-proc.c?id=cbfc5a9d648ae639e3aebf2354eac5b3c015c0fb Signed-off-by: Florian La Roche <F.LaRoche@pilz.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* stress-ng: fix build with kernel headers v3.9Baruch Siach2018-07-021-0/+38
| | | | | | | | | | | | | Add a patch correcting the kernel headers version test macro. Fixes: http://autobuild.buildroot.net/results/cbf/cbfb80117840bddd5712bcda3caeaaff61745b0b/ http://autobuild.buildroot.net/results/649/64941ac5b7dcd9c100bdc47cdfe73cce5f23c3d8/ http://autobuild.buildroot.net/results/741/741f5881d3cb745d1003ede3f762c20eb72de0b5/ Cc: Romain Naour <romain.naour@gmail.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/stress-ng: bump versionYann E. MORIN2018-06-302-2/+3
| | | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* stress-ng: not available on ARCThomas Petazzoni2017-11-021-2/+3
| | | | | | | | | | | | | Now that ARC supports glibc, stress-ng can be built. Unfortunately, like NIOS2, it doesn't implement FE_INVALID and a bunch of other <fenv.h> definitions, so let's prevent stress-ng from being built on ARC. Fixes: http://autobuild.buildroot.net/results/296b14584c200593f88af75cdda65c4ca03cd863/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/stress-ng: bump to 0.06.15Romain Naour2016-09-072-2/+2
| | | | | Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/stress-ng: fix install commandeRomain Naour2016-09-071-1/+4
| | | | | | | | | | | | Don't use make install otherwise stress-ng will be rebuild without required link libraries if any. Furthermore, using INSTALL allow to set the file permission correcly on the target. Fixes: http://autobuild.buildroot.net/results/bba/bba4d0b635ab6849f969b8a0363ebe9f5fafd82e Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/stress-ng: mark as not available on nios2Bernd Kuhls2016-05-221-1/+3
| | | | | | | | | | | | For technical details see https://git.busybox.net/buildroot/commit/package/ffmpeg/Config.in?id=8b58ec016973bee87a4fc1cc99a32b206bdee136 Fixes http://autobuild.buildroot.net/results/bb3/bb3b748a14465a6168917bfbed90b2ff84fbdedf/ http://autobuild.buildroot.net/results/0ee/0ee3132f4ee6b5f21851f93516e0d0c419b36b1b/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* stress-ng: update to 0.06.02Waldemar Brodkorb2016-05-162-2/+2
| | | | | | | | | Fixes following autobuilder errors: http://autobuild.buildroot.net/results/b527ccdbdfeaba6789528e68df93d9c7216e758a/ http://autobuild.buildroot.net/results/d658f82c66d93515276dcb6cec8d3690459fbf05/ Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: Remove trailing slash from all package site URLsLuca Ceresoli2015-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The recommended form is without the trailing slash, and will become mandatory in a coming commit. This avoids the need for the $$($(2)_SITE:/=) magic in package/pkg-generic.mk to avoid double slashes in download URLs, like "https://mosh.mit.edu//mosh-1.2.5.tar.gz". ^^ Note: this work has already been done in b0b9606530dfc6de4030 a few months ago and earlier in c7f4b964718bc5a3329b and 4a9eb20de817fa64, but no check has been added at that time to avoid new slashes to slip in, and so they did. This time a patch will follow immediately to prevent future mistakes from being unnoticed. Mass-replaced with the following command: git grep -l '_SITE.*/$' | xargs sed -i '/_SITE.*=/s|/$||' Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* stress-ng: Depend on kernel headers >= 3.3Julien CORJON2015-09-141-4/+4
| | | | | | | | | | | | | | | perf.c need PERF_COUNT_HW_REF_CPU_CYCLES generic PMU event which is available only since 3.3 kernel version Fixes: http://autobuild.buildroot.net/results/88909b118dc927f31ed5c3b5f3513734a88085a9 http://autobuild.buildroot.net/results/dac6a85fdd721b959175caf5629b91dee717c3c6 http://autobuild.buildroot.net/results/88909b118dc927f31ed5c3b5f3513734a88085a9 Signed-off-by: Julien Corjon <corjon.j@ecagroup.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/stress-ng: new packageRomain Naour2015-09-093-0/+49
[Peter: license is GPLv2+] Signed-off-by: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud