mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
16811e532c
commit
1fd6f2aa87
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user