From 75e510d8bdc62ee369d28e84ee3c2fab33aa042b 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 38e9adc6..6c8495df 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}" TI_SECURE_DEV_PKG ?= ""