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>
This commit is contained in:
Joe Slater 2013-06-20 10:25:05 -07:00 committed by Bruce Ashfield
parent 16811e532c
commit 1fd6f2aa87

View File

@ -24,6 +24,14 @@ inherit update-rc.d
EXTRA_OECONF = "--program-transform-name= \
"
# let the recipes or appends define options
#
PACKAGECONFIG ?= ""
# enable,disable,depends,rdepends
#
PACKAGECONFIG[numa] = "--enable-numa,--disable-numa,numactl,"
do_install () {
oe_runmake 'DESTDIR=${D}' install
install -d ${D}${sysconfdir}/init.d