summaryrefslogtreecommitdiffstats
path: root/recipes-extended/irqbalance/irqbalance.inc
Commit message (Collapse)AuthorAgeFilesLines
* irqbalance: add systemd supportJianchuan Wang2015-09-081-1/+8
| | | | | | | | Add irqbalanced.service file for systemd support. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* irqbalance: add PACKAGECONFIG for libcap-ngJianchuan Wang2015-09-081-0/+1
| | | | | | | | Grasp withval for libcap-ng in configure.ac. Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* irqbalance: add missing inheritMark Asselstine2013-12-181-2/+1
| | | | | | | | | | | | | irqblance's configure script makes use of pkg-config so we need to inherit pkgconfig or else we may see an error like ./configure: line 12460: syntax error near unexpected token `GLIB,' ./configure: line 12460: ` PKG_CHECK_MODULES(GLIB, glib-2.0 >= 2.28)' during configure. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* irqbalance: disable numa by defaultJoe Slater2013-06-271-0/+8
| | | | | | | | | Create a PACKAGECONFIG[] for numa. This will disable it by default. The current behavior is auto-detect and will vary depending on when numactl is built. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Uprev irqbalance to 1.0.5Amy Fong2013-06-271-0/+32
Uprev irqbalance to the latest version. * consolidate logging * Implement user policy script callout (http://code.google.com/p/irqbalance/issues/detail?id=35) * Replace fscanf(%as) by getline * manpage: Improve the readability of the --banirq text * glib-local: ad call for g_list_remove Also splitting files into inc and bb files. Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>