From cd268a640722b7565f34da41dc7f815cc7d7fdad Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 29 Mar 2021 01:29:40 +0000 Subject: [PATCH] ti-rtos-firmware: depend on openssl-native for signing Fixes: .../scripts/secure-binary-image.sh: line 69: openssl: command not found .../scripts/secure-binary-image.sh: line 78: openssl: command not found Signed-off-by: Denys Dmytriyenko Signed-off-by: Praneeth Bajjuri --- recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb index e85948b2..32948d50 100644 --- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb +++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb @@ -72,6 +72,8 @@ PV = "${CORESDK_RTOS_VERSION_DOT}" SRC_URI = "${CORESDK_RTOS_FIRMWARE_URL}${CORESDK_RTOS_FILE_SUFFIX}" SRC_URI[sha256sum] = "${CORESDK_RTOS_FIRMWARE_SHA256SUM}" +DEPENDS += "openssl-native" + FILES_${PN} += "${base_libdir}" do_install() {