summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-05-19 22:45:46 +0300
committerOleksandr Suvorov <oleksandr.suvorov@toradex.com>2020-05-19 22:45:46 +0300
commit1e4111e94408756bda710cff1c7e46f2c4d43c9f (patch)
tree627aba32c81e99afb97a7476dc26f2d77045da1f /recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb
parentf8b0fd9bee47cba12688391f5c3816e0b0ba6627 (diff)
linux-toradex: add openssl dependancy
certs/Makefile uses openssl to generate cerificates. Add openssl-native dependency fixes the building error [1]. [1] ======================== /bin/sh: 1: /bin/sh: 1: openssl: not found openssl: not found /oe-core/build/tmp-glibc/work-shared/apalis-imx6/kernel-source/certs/Makefile:48: recipe for target 'certs/signing_key.pem' failed make[3]: *** [certs/signing_key.pem] Error 127 ======================== Related-to: ELB-2724 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb b/recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb
index 9ef998e..3016f7b 100644
--- a/recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb
+++ b/recipes-kernel/linux/linux-toradex_4.9-2.3.x.bb
@@ -18,5 +18,5 @@ SRCBRANCH = "toradex_4.9-2.3.x-imx"
SRCREV_use-head-next = "${AUTOREV}"
SRCBRANCH_use-head-next = "toradex_4.9-2.3.x-imx-next"
-DEPENDS += "lzop-native bc-native"
+DEPENDS += "lzop-native bc-native openssl-native"
COMPATIBLE_MACHINE = "(mx6|mx7)"