[oe-commits] [openembedded-core] 01/07: linux-yocto/4.15: add build dependencies

git at git.openembedded.org git at git.openembedded.org
Mon Feb 19 16:07:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5aa88f8eecb083d22b4c6ac1f2114054705f98e8
Author: Bruce Ashfield <bruce.ashfield at windriver.com>
AuthorDate: Sun Feb 18 21:25:45 2018 -0500

    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 <bruce.ashfield at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb | 3 +++
 1 file changed, 3 insertions(+)

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 31f8c23..03726a4 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list