All of lore.kernel.org
 help / color / mirror / Atom feed
* [EXTERNAL,dunfell PATCH v2] Use crypto_apps_script instead of crypto_apps_program
@ 2022-02-07  8:43 Corentin Labbe
  2022-02-07 17:19 ` [meta-arago] " Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Corentin Labbe @ 2022-02-07  8:43 UTC (permalink / raw)
  To: meta-arago; +Cc: khilman, Corentin Labbe

From: Corentin Labbe <clabbe@baylibre.com>

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>
---
 .../recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb   | 9 ---------
 1 file changed, 9 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 7029df53..8afd79c7 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,17 +7,8 @@ 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"
-S_keystone = "${WORKDIR}/git/cryptos_apps_program"
 
 FILES_${PN} += "${MATRIX_BASE_DIR}/*"
 
 # Make sure crypto submenu and app images has been installed. Also make sure openssl is available
 RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-cryptos openssl matrix-gui-helper-scripts"
-
-#RDEPENDS_${PN}_append_ti33x = " ti-crypto-examples"
-#RDEPENDS_${PN}_append_ti43x = " ti-crypto-examples"
-#RDEPENDS_${PN}_append_dra7xx = " ti-crypto-examples"
-#RDEPENDS_${PN}_append_keystone = " ti-crypto-examples"
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-arago] [EXTERNAL,dunfell PATCH v2] Use crypto_apps_script instead of crypto_apps_program
  2022-02-07  8:43 [EXTERNAL,dunfell PATCH v2] Use crypto_apps_script instead of crypto_apps_program Corentin Labbe
@ 2022-02-07 17:19 ` Denys Dmytriyenko
  2022-02-08  9:28   ` Corentin Labbe
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2022-02-07 17:19 UTC (permalink / raw)
  To: Corentin Labbe; +Cc: meta-arago, khilman

It's recommended to indicate the recipe or general area of the change in the 
beginning of the shortlog/subject, e.g. "matrix-gui-crypto-demos: ..."

https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines


On Mon, Feb 07, 2022 at 08:43:31AM +0000, Corentin Labbe wrote:
> From: Corentin Labbe <clabbe@baylibre.com>
> 
> 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>
> ---

Also, the changes in PATCH v2 since v1 go in here.


>  .../recipes-core/matrix/matrix-gui-crypto-demos_2.0.bb   | 9 ---------
>  1 file changed, 9 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 7029df53..8afd79c7 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,17 +7,8 @@ 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"
> -S_keystone = "${WORKDIR}/git/cryptos_apps_program"
>  
>  FILES_${PN} += "${MATRIX_BASE_DIR}/*"
>  
>  # Make sure crypto submenu and app images has been installed. Also make sure openssl is available
>  RDEPENDS_${PN} += "matrix-gui-apps-images matrix-gui-submenus-cryptos openssl matrix-gui-helper-scripts"
> -
> -#RDEPENDS_${PN}_append_ti33x = " ti-crypto-examples"
> -#RDEPENDS_${PN}_append_ti43x = " ti-crypto-examples"
> -#RDEPENDS_${PN}_append_dra7xx = " ti-crypto-examples"
> -#RDEPENDS_${PN}_append_keystone = " ti-crypto-examples"
> -- 
> 2.25.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-arago] [EXTERNAL,dunfell PATCH v2] Use crypto_apps_script instead of crypto_apps_program
  2022-02-07 17:19 ` [meta-arago] " Denys Dmytriyenko
@ 2022-02-08  9:28   ` Corentin Labbe
  0 siblings, 0 replies; 3+ messages in thread
From: Corentin Labbe @ 2022-02-08  9:28 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago, khilman

Le Mon, Feb 07, 2022 at 12:19:24PM -0500, Denys Dmytriyenko a écrit :
> It's recommended to indicate the recipe or general area of the change in the 
> beginning of the shortlog/subject, e.g. "matrix-gui-crypto-demos: ..."
> 
> https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> 
> 
> On Mon, Feb 07, 2022 at 08:43:31AM +0000, Corentin Labbe wrote:
> > From: Corentin Labbe <clabbe@baylibre.com>
> > 
> > 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>
> > ---
> 
> Also, the changes in PATCH v2 since v1 go in here.
> 
> 

Hello

I will fix thoses in v3.

Thanks
Regards

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-08  9:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-07  8:43 [EXTERNAL,dunfell PATCH v2] Use crypto_apps_script instead of crypto_apps_program Corentin Labbe
2022-02-07 17:19 ` [meta-arago] " Denys Dmytriyenko
2022-02-08  9:28   ` Corentin Labbe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.