diff options
Diffstat (limited to 'meta')
-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 3b41a61c36..81ffa24d05 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -11,6 +11,10 @@ DEPENDS_append_aarch64 = " libgcc" | |||
11 | KERNEL_CC_append_aarch64 = " ${TOOLCHAIN_OPTIONS}" | 11 | KERNEL_CC_append_aarch64 = " ${TOOLCHAIN_OPTIONS}" |
12 | KERNEL_LD_append_aarch64 = " ${TOOLCHAIN_OPTIONS}" | 12 | KERNEL_LD_append_aarch64 = " ${TOOLCHAIN_OPTIONS}" |
13 | 13 | ||
14 | DEPENDS_append_nios2 = " libgcc" | ||
15 | KERNEL_CC_append_nios2 = " ${TOOLCHAIN_OPTIONS}" | ||
16 | KERNEL_LD_append_nios2 = " ${TOOLCHAIN_OPTIONS}" | ||
17 | |||
14 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built | 18 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built |
15 | # by the kernel. This is typically the branch that should be built, | 19 | # by the kernel. This is typically the branch that should be built, |
16 | # and it can be specific to the machine or shared | 20 | # and it can be specific to the machine or shared |