diff mbox series

[master/kirkstone,05/52] matrix-gui-crypto-demos: Use crypto_apps_script instead of crypto_apps_program

Message ID 20220913040246.2365077-6-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series Latest 2022.09 sync-up with Dunfell | expand

Commit Message

Denys Dmytriyenko Sept. 13, 2022, 4:01 a.m. UTC
From: Corentin Labbe <clabbe@baylibre.com>

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 <clabbe@baylibre.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 .../recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb         | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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}/*"