summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto.inc')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto.inc2
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 90189857c6..7416af99f5 100644
--- a/meta/recipes-kernel/linux/linux-yocto.inc
+++ b/meta/recipes-kernel/linux/linux-yocto.inc
@@ -8,6 +8,8 @@ INC_PR = "r4"
8 8
9DEPENDS += "xz-native bc-native" 9DEPENDS += "xz-native bc-native"
10DEPENDS_append_aarch64 = " libgcc" 10DEPENDS_append_aarch64 = " libgcc"
11KERNEL_CC_append_aarch64 = " ${TOOLCHAIN_OPTIONS}"
12KERNEL_LD_append_aarch64 = " ${TOOLCHAIN_OPTIONS}"
11 13
12# A KMACHINE is the mapping of a yocto $MACHINE to what is built 14# A KMACHINE is the mapping of a yocto $MACHINE to what is built
13# by the kernel. This is typically the branch that should be built, 15# by the kernel. This is typically the branch that should be built,