diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 1ebfb606da..f191946f2a 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
| @@ -26,6 +26,10 @@ DEPENDS_append_nios2 = " libgcc" | |||
| 26 | KERNEL_CC_append_nios2 = " ${TOOLCHAIN_OPTIONS}" | 26 | KERNEL_CC_append_nios2 = " ${TOOLCHAIN_OPTIONS}" |
| 27 | KERNEL_LD_append_nios2 = " ${TOOLCHAIN_OPTIONS}" | 27 | KERNEL_LD_append_nios2 = " ${TOOLCHAIN_OPTIONS}" |
| 28 | 28 | ||
| 29 | DEPENDS_append_arc = " libgcc" | ||
| 30 | KERNEL_CC_append_arc = " ${TOOLCHAIN_OPTIONS}" | ||
| 31 | KERNEL_LD_append_arc = " ${TOOLCHAIN_OPTIONS}" | ||
| 32 | |||
| 29 | KERNEL_FEATURES_append_qemuall=" features/debug/printk.scc" | 33 | KERNEL_FEATURES_append_qemuall=" features/debug/printk.scc" |
| 30 | 34 | ||
| 31 | KERNEL_FEATURES_append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" | 35 | KERNEL_FEATURES_append = " ${@bb.utils.contains('MACHINE_FEATURES', 'numa', 'features/numa/numa.scc', '', d)}" |
