[linux-yocto] [PATCH 3/3] [kernel-cache] smp: Separate smp into 32 and 64 bit versions to avoid kernel warnings

2017-06-30 Thread Alejandro Hernandez
When selecting SMP, some dependencies are needed, in the case of a 32 bit build CONFIG_X86_BIGSMP=y is required, but adding that to a 64 bit build causes warnings to be shown since X86_BIGSMP requires X86_32 [n] itself, which can only be true for a 32 bit build. This patch creates a 64 bit version

[linux-yocto] [PATCH 2/3] [kernel-cache] bsp/mohonpeak: smp gets added by default, remove unnecessary include

2017-06-30 Thread Alejandro Hernandez
mohonpeak.scc and mohonpeak32.scc are based on x86.scc and x86_64.scc which already include smp.scc, so remove the unnecessary include. [YOCTO #11743] Signed-off-by: Alejandro Hernandez --- bsp/mohonpeak/mohonpeak.scc | 3 --- bsp/mohonpeak/mohonpeak32.scc | 3 --- 2 files changed, 6 deletion

[linux-yocto] [PATCH 1/3] [kernel-cache] bsp/rangeley: smp gets added by default, remove unnecessary include

2017-06-30 Thread Alejandro Hernandez
rangeley.scc and rangeley32.scc are based on x86.scc and x86_64.scc which already include smp.scc, so remove the unnecessary include. [YOCTO #11743] Signed-off-by: Alejandro Hernandez --- bsp/rangeley/rangeley.scc | 3 --- bsp/rangeley/rangeley32.scc | 3 --- 2 files changed, 6 deletions(-)