diff options
author | Joe Slater <jslater@windriver.com> | 2013-06-20 10:25:05 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-06-27 13:40:20 -0400 |
commit | 1fd6f2aa87c743f74e2eca24ad23101586a0103c (patch) | |
tree | 6657004e520ab9b15adb504a06cb361ea4e63b61 | |
parent | 16811e532c0d38a4b0d3a4abcac4c25d8b3cc3f3 (diff) | |
download | meta-virtualization-1fd6f2aa87c743f74e2eca24ad23101586a0103c.tar.gz |
irqbalance: disable numa by default
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>
-rw-r--r-- | recipes-extended/irqbalance/irqbalance.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-extended/irqbalance/irqbalance.inc b/recipes-extended/irqbalance/irqbalance.inc index c0769133..789cc9b4 100644 --- a/recipes-extended/irqbalance/irqbalance.inc +++ b/recipes-extended/irqbalance/irqbalance.inc | |||
@@ -24,6 +24,14 @@ inherit update-rc.d | |||
24 | EXTRA_OECONF = "--program-transform-name= \ | 24 | EXTRA_OECONF = "--program-transform-name= \ |
25 | " | 25 | " |
26 | 26 | ||
27 | # let the recipes or appends define options | ||
28 | # | ||
29 | PACKAGECONFIG ?= "" | ||
30 | |||
31 | # enable,disable,depends,rdepends | ||
32 | # | ||
33 | PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl," | ||
34 | |||
27 | do_install () { | 35 | do_install () { |
28 | oe_runmake 'DESTDIR=${D}' install | 36 | oe_runmake 'DESTDIR=${D}' install |
29 | install -d ${D}${sysconfdir}/init.d | 37 | install -d ${D}${sysconfdir}/init.d |