diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-02-18 21:25:45 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-19 23:48:32 +0000 |
commit | 437a50812279a37f1ab458b4780703d4e817e6d4 (patch) | |
tree | 1322add6d4eed36635b35b86f114cbffe016a742 | |
parent | 02641ef12d681e4402fdaee1038513bfdb8c79b1 (diff) | |
download | poky-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>
-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" |