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

2018-04-18 Thread Khem Raj
On 4/17/18 1:52 PM, Andre McCurdy wrote: On Mon, Apr 16, 2018 at 1:02 PM, Alistair Francis wrote: If the user has set numa as a distro feature enable NUMA support in the kernel config. Isn't NUMA something which would be machine specific rather than distro

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

2018-04-17 Thread Andre McCurdy
On Mon, Apr 16, 2018 at 1:02 PM, Alistair Francis wrote: > If the user has set numa as a distro feature enable NUMA support in the > kernel config. Isn't NUMA something which would be machine specific rather than distro specific? > Signed-off-by: Alistair Francis

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

2018-04-16 Thread Alistair Francis
If the user has set numa as a distro feature enable NUMA support in the kernel config. Signed-off-by: Alistair Francis --- meta/recipes-kernel/linux/files/numa.cfg | 4 meta/recipes-kernel/linux/linux-yocto.inc | 3 +++ 2 files changed, 7 insertions(+) create