summaryrefslogtreecommitdiffstats
path: root/package/blktrace
Commit message (Collapse)AuthorAgeFilesLines
* blktrace: needs MMU supportRahul Bedarkar2016-09-171-0/+2
| | | | | | | iowatcher/main.c uses system() which uses fork(). Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* blktrace: add dependency on NPTLRahul Bedarkar2016-09-171-0/+5
| | | | | | | | | | | | blkiomon.c assumes that clock_nanosleep() is always available. But it is only available with NPTL. Since it unconditionally uses it, we add dependency on NPTL. Fixes: http://autobuild.buildroot.net/results/c87/c87cd4a7b0bed938506bcf7e88d4cda60e28e6e5/ Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* blktrace: re-enable on uClibcThomas Petazzoni2016-08-262-5/+31
| | | | | | | | With a small patch, blktrace can work on uClibc: we simply need to link with librt to use the posix_spawn*() functions. [Thomas: add reference to upstream commit.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Replace (e)glibc by glibcThomas Petazzoni2016-06-281-1/+1
| | | | | | | | | | | | | | | | Following the removal of eglibc support, this commit replaces all occurences of "(e)glibc" by just "glibc". Most of the occurences are in package Config.in comments. In addition, when the form "an (e)glibc ..." was used, it is replaced by "a glibc ...". [Peter: add new efi* packages, s/uclibc/uClibc as suggested by Romain, systemd / liquid-dsp tweaks as suggested by Yann] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Romain Naour <romain.naour@gmail.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* libaio: introduce a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS optionMaxime Ripard2015-06-281-5/+1
| | | | | | | | | In order to allow other packages to easily select libaio without duplicating its complicated architecture dependencies, this commit introduces a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS blind option. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: all salute the passing of avr32Yann E. MORIN2015-02-141-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* blktrace: really fix parallel build issuePeter Korsgaard2014-12-141-4/+2
| | | | | | | | | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/dd4/dd47b3ca17bdb597d6b12de6b381cf5f25abaf71/ http://autobuild.buildroot.net/results/a84/a842234fbdc8f65d48089b90ee23523540a7091f/ http://autobuild.buildroot.net/results/e63/e6351692ad6aef397e68ffdf107f3a85e4490015/ And many more. Commit a21163aed (package/blktrace: do not build in parallel) tried to fix the parallel build issue, but the package doesn't use the autotools package infrastructure so BLKTRACE_MAKE isn't used. Instead replace the explicit $(MAKE) calls with $(MAKE1). Cc: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/blktrace: do not build in parallelYann E. MORIN2014-12-141-0/+2
| | | | | | | | | | | | | | | | The Makefile is not parallel safe. Fixes numerous build failures: http://autobuild.buildroot.org/results/c7f/c7f0b22c6d256c75ade223af702c5f29c6c677d8/ http://autobuild.buildroot.org/results/4ab/4abb0d2590528c634766103ee8ffd648ad5c04d3/ ... Look for the message: btreplay.o: file not recognized: File truncated Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Romain Naour <romain.naour@openwide.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* blktrace: new packageGustavo Zacarias2014-12-103-0/+43
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud