Are you planning on submitting patches that also integrate this with the top 
level Makefile, SDK integrated Makefile and also create the necessary CCS 
project?

> -----Original Message-----
> From: meta-arago-boun...@arago-project.org [mailto:meta-arago-
> boun...@arago-project.org] On Behalf Of Denys Dmytriyenko
> Sent: Wednesday, February 26, 2014 4:55 PM
> To: meta-arago@arago-project.org
> Subject: [meta-arago] [PATCH] arago-source-ipk, packagegroup-*-crypto-sdk-
> host: enable cryptodev sources
> 
> From: Denys Dmytriyenko <de...@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <de...@ti.com>
> ---
>  meta-arago-distro/conf/distro/arago-source-ipk.conf                 | 4 ++++
>  .../packagegroups/packagegroup-arago-tisdk-crypto-sdk-host.bb       | 6
> +++++-
>  2 files changed, 9 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/conf/distro/arago-source-ipk.conf b/meta-arago-
> distro/conf/distro/arago-source-ipk.conf
> index d2a9600..691ba60 100644
> --- a/meta-arago-distro/conf/distro/arago-source-ipk.conf
> +++ b/meta-arago-distro/conf/distro/arago-source-ipk.conf
> @@ -187,6 +187,10 @@ CREATE_SRCIPK_pn-linux-omapl1 = "1"
>  SRCIPK_INSTALL_DIR_pn-linux-omapl1 = "board-support/linux-${KVER}-
> psp${PSPREL}"
>  SRCIPK_PACKAGE_ARCH_pn-linux-omapl1 = "${MACHINE_ARCH}"
> 
> +CREATE_SRCIPK_pn-cryptodev = "1"
> +SRCIPK_INSTALL_DIR_pn-cryptodev = "board-support/cryptodev-${PV}"
> +SRCIPK_PACKAGE_ARCH_pn-cryptodev = "${MACHINE_ARCH}"
> +
>  CREATE_SRCIPK_pn-ti-linux-driver-examples = "1"
>  SRCIPK_INSTALL_DIR_pn-ti-linux-driver-examples = "example-
> applications/linux-driver-examples-${PV}"
> 
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-
> arago-tisdk-crypto-sdk-host.bb b/meta-arago-distro/recipes-
> core/packagegroups/packagegroup-arago-tisdk-crypto-sdk-host.bb
> index f86accf..0026ea3 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> tisdk-crypto-sdk-host.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-
> tisdk-crypto-sdk-host.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install crypto sources in SDK"
>  LICENSE = "MIT"
> -PR = "r5"
> +PR = "r6"
> 
>  inherit packagegroup
> 
> @@ -11,6 +11,10 @@ CRYPTO_RDEPENDS = ""
>  CRYPTO_RDEPENDS_append_ti33x = " ti-crypto-examples-src"
>  CRYPTO_RDEPENDS_append_ti43x = " ti-crypto-examples-src"
> 
> +CRYPTO_RDEPENDS_append_ti33x = " cryptodev-src"
> +CRYPTO_RDEPENDS_append_ti43x = " cryptodev-src"
> +CRYPTO_RDEPENDS_append_dra7xx-evm = " cryptodev-src"
> +
>  CRYPTO_RDEPENDS_append_am37x-evm = "\
>      ti-ocf-crypto-module-src \
>  "
> --
> 1.8.3.2
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to