From: Alistair Francis Date: Fri, 25 May 2018 15:56:36 +0000 (-0700) Subject: recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES X-Git-Tag: uninative-2.2~230 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e999816fec19750c4885e99930113bac21c225c0;p=openembedded-core.git recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES If the user has set numa in their MACHINE_FEATURES we should enable NUMA support in the kernel config. Signed-off-by: Alistair Francis Acked-by: Bruce Ashfield Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 97f7ea9dbe..1ebfb606da 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc @@ -28,6 +28,8 @@ KERNEL_LD_append_nios2 = " ${TOOLCHAIN_OPTIONS}" KERNEL_FEATURES_append_qemuall=" features/debug/printk.scc" +KERNEL_FEATURES_append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" + # A KMACHINE is the mapping of a yocto $MACHINE to what is built # by the kernel. This is typically the branch that should be built, # and it can be specific to the machine or shared