diff options
| -rw-r--r-- | meta/recipes-kernel/linux/linux-yocto.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto.inc b/meta/recipes-kernel/linux/linux-yocto.inc index 04a8105e17..0cc303c009 100644 --- a/meta/recipes-kernel/linux/linux-yocto.inc +++ b/meta/recipes-kernel/linux/linux-yocto.inc | |||
| @@ -62,7 +62,7 @@ KERNEL_FEATURES:append:qemuall=" features/kernel-sample/kernel-sample.scc" | |||
| 62 | KERNEL_DEBUG ?= "" | 62 | KERNEL_DEBUG ?= "" |
| 63 | # These used to be version specific, but are now common dependencies. New | 63 | # These used to be version specific, but are now common dependencies. New |
| 64 | # tools / dependencies will continue to be added in version specific recipes. | 64 | # tools / dependencies will continue to be added in version specific recipes. |
| 65 | DEPENDS += '${@bb.utils.contains_any("ARCH", [ "x86", "arm64" ], "elfutils-native", "", d)}' | 65 | DEPENDS += '${@bb.utils.contains_any("ARCH", [ "x86", "arm64", "powerpc" ], "elfutils-native", "", d)}' |
| 66 | DEPENDS += "openssl-native util-linux-native" | 66 | DEPENDS += "openssl-native util-linux-native" |
| 67 | DEPENDS += "gmp-native libmpc-native" | 67 | DEPENDS += "gmp-native libmpc-native" |
| 68 | DEPENDS += '${@bb.utils.contains("KERNEL_DEBUG", "True", "pahole-native", "", d)}' | 68 | DEPENDS += '${@bb.utils.contains("KERNEL_DEBUG", "True", "pahole-native", "", d)}' |
