From 5aa88f8eecb083d22b4c6ac1f2114054705f98e8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 18 Feb 2018 21:25:45 -0500 Subject: linux-yocto/4.15: add build dependencies Some required build dependencies were missed when the -rt variant for linux-yocto was created. We add them here to match the 4.15 recipe. Eventually, these can be placed in a common location and included automatically. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-kernel') 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 LINUX_VERSION ?= "4.15" +DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" +DEPENDS += "openssl-native util-linux-native" + PV = "${LINUX_VERSION}+git${SRCPV}" KMETA = "kernel-meta" -- cgit 1.2.3-korg