summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-02-18 21:25:45 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-19 23:48:32 +0000
commit437a50812279a37f1ab458b4780703d4e817e6d4 (patch)
tree1322add6d4eed36635b35b86f114cbffe016a742 /meta/recipes-kernel
parent02641ef12d681e4402fdaee1038513bfdb8c79b1 (diff)
downloadpoky-437a50812279a37f1ab458b4780703d4e817e6d4.tar.gz
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. (From OE-Core rev: 5aa88f8eecb083d22b4c6ac1f2114054705f98e8) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb3
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
20LINUX_VERSION ?= "4.15" 20LINUX_VERSION ?= "4.15"
21 21
22DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
23DEPENDS += "openssl-native util-linux-native"
24
22PV = "${LINUX_VERSION}+git${SRCPV}" 25PV = "${LINUX_VERSION}+git${SRCPV}"
23 26
24KMETA = "kernel-meta" 27KMETA = "kernel-meta"