diff options
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 4ed318886f..90189857c6 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
@@ -7,6 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
7 | INC_PR = "r4" | 7 | INC_PR = "r4" |
8 | 8 | ||
9 | DEPENDS += "xz-native bc-native" | 9 | DEPENDS += "xz-native bc-native" |
10 | DEPENDS_append_aarch64 = " libgcc" | ||
10 | 11 | ||
11 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built | 12 | # A KMACHINE is the mapping of a yocto $MACHINE to what is built |
12 | # by the kernel. This is typically the branch that should be built, | 13 | # by the kernel. This is typically the branch that should be built, |