summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/numactl
Commit message (Collapse)AuthorAgeFilesLines
* numactl: Fix QA warningsArmin Kuster2015-08-031-0/+2
| | | | | | WARNING: QA Issue: numactl-ptest requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* numactl: fix the ptestRoy.Li2014-08-211-1/+2
| | | | | | | | | 1. one test case is not installed 2. install a copy of numactl into ptest dir, since the test script is using the relative path to run numactl Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* numctl: add recipeRoy Li2014-07-225-0/+146
It consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications. Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>