summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-04-09 11:16:05 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-13 16:58:06 +0100
commit7425a5d813e964144981801be5fc0067269ddd6b (patch)
treedbabd37422ece5bdcd8bf942d43782a961bd6177 /meta/recipes-kernel
parent8b50dfcecf5947a615e5e7abf26ef0b78d655a59 (diff)
downloadpoky-7425a5d813e964144981801be5fc0067269ddd6b.tar.gz
linux-yocto/4.14: add elfutils, util-linux and openssl dependencies
4.15+ already has the following dependencies: DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" Updates to 4.14 via the -stable releases have also introduced the same dependencies to 4.14's "make scripts". As such, we bring the same lines into 4.14 to restore the ability to build scripts. (From OE-Core rev: 148fd7a5bfea5d18952355a294e6d36ca82291d2) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.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.14.bb3
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb3
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.14.bb3
3 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
index dfbde660b0..85f8542851 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
@@ -19,6 +19,9 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=mac
19 19
20LINUX_VERSION ?= "4.14.30" 20LINUX_VERSION ?= "4.14.30"
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"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
index e5941a7ea0..942579795f 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
@@ -6,6 +6,9 @@ require recipes-kernel/linux/linux-yocto.inc
6 6
7LINUX_VERSION ?= "4.14.30" 7LINUX_VERSION ?= "4.14.30"
8 8
9DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
10DEPENDS += "openssl-native util-linux-native"
11
9KMETA = "kernel-meta" 12KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 13KCONF_BSP_AUDIT_LEVEL = "2"
11 14
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.14.bb b/meta/recipes-kernel/linux/linux-yocto_4.14.bb
index ff54725613..bfc4de02f2 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.14.bb
@@ -26,6 +26,9 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA
26 26
27LINUX_VERSION ?= "4.14.30" 27LINUX_VERSION ?= "4.14.30"
28 28
29DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
30DEPENDS += "openssl-native util-linux-native"
31
29PV = "${LINUX_VERSION}+git${SRCPV}" 32PV = "${LINUX_VERSION}+git${SRCPV}"
30 33
31KMETA = "kernel-meta" 34KMETA = "kernel-meta"