mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-04 18:00:36 +00:00
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 <denys@konsulko.com> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
This commit is contained in:
committed by
Praneeth Bajjuri
parent
400d4fbfe7
commit
cd268a6407
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user