[OE-core] [PATCH] recipes-kernel/linux: Enable NUMA Kconfig from MACHINE_FEATURES

Anuj Mittal anuj.mittal at intel.com
Thu May 24 09:45:21 UTC 2018


On 05/03/2018 04:49 AM, Alistair Francis wrote:
> +KERNEL_FEATURES_append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}"

Isn't this enough to pull in the required configuration from

https://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/tree/features/numa/numa.cfg

If numa.cfg is missing something in yocto-kernel-cache that should be
applied to all machines, perhaps these configurations should be added there?



More information about the Openembedded-core mailing list