[meta-virtualization] [PATCH 2/2] irqbalance: disable numa by default

Bruce Ashfield bruce.ashfield at gmail.com
Thu Jun 27 10:42:20 PDT 2013


On Thu, Jun 20, 2013 at 1:25 PM, Joe Slater <jslater at windriver.com> wrote:
> 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.

merged.

Bruce

>
> Signed-off-by: Joe Slater <jslater at windriver.com>
> ---
>  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 c076913..789cc9b 100644
> --- a/recipes-extended/irqbalance/irqbalance.inc
> +++ b/recipes-extended/irqbalance/irqbalance.inc
> @@ -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
> --
> 1.7.3.4
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization



--
"Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end"



More information about the meta-virtualization mailing list