diff options
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb index 31f8c23cef..03726a46a4 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | |||
@@ -19,6 +19,9 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=mac | |||
19 | 19 | ||
20 | LINUX_VERSION ?= "4.15" | 20 | LINUX_VERSION ?= "4.15" |
21 | 21 | ||
22 | DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" | ||
23 | DEPENDS += "openssl-native util-linux-native" | ||
24 | |||
22 | PV = "${LINUX_VERSION}+git${SRCPV}" | 25 | PV = "${LINUX_VERSION}+git${SRCPV}" |
23 | 26 | ||
24 | KMETA = "kernel-meta" | 27 | KMETA = "kernel-meta" |