From: Corentin Labbe <[email protected]> In the current situation all crypto tests (like openssl_aes256_encdec.sh) are not copied in final images. There were present in both crypto_apps_program and crypto_apps_script. But crypto_apps_program depended on ti-crypto-examples which is disabled since 2 years now. So let's fallback to original crypto_apps_script.
Signed-off-by: Corentin LABBE <[email protected]> Signed-off-by: Ryan Eatmon <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb index 5e07519a..7dc809a6 100644 --- a/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb +++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb @@ -7,9 +7,6 @@ PR = "${INC_PR}.12" PACKAGE_ARCH = "${MACHINE_ARCH}" S = "${WORKDIR}/git/cryptos_apps_scripts" -S:ti33x = "${WORKDIR}/git/cryptos_apps_program" -S:ti43x = "${WORKDIR}/git/cryptos_apps_program" -S:dra7xx = "${WORKDIR}/git/cryptos_apps_program" FILES:${PN} += "${MATRIX_BASE_DIR}/*" -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14005): https://lists.yoctoproject.org/g/meta-arago/message/14005 Mute This Topic: https://lists.yoctoproject.org/mt/93649106/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
