diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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}" | |||
28 | 28 | ||
29 | KERNEL_FEATURES_append_qemuall=" features/debug/printk.scc" | 29 | KERNEL_FEATURES_append_qemuall=" features/debug/printk.scc" |
30 | 30 | ||
31 | KERNEL_FEATURES_append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" | ||
32 | |||
31 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built | 33 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built |
32 | # by the kernel. This is typically the branch that should be built, | 34 | # by the kernel. This is typically the branch that should be built, |
33 | # and it can be specific to the machine or shared | 35 | # and it can be specific to the machine or shared |