All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago-source-ipk, packagegroup-*-crypto-sdk-host: enable cryptodev sources
@ 2014-02-26 22:54 Denys Dmytriyenko
  2014-02-26 23:07 ` Cooper Jr., Franklin
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2014-02-26 22:54 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@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



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

end of thread, other threads:[~2014-02-27  0:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-26 22:54 [PATCH] arago-source-ipk, packagegroup-*-crypto-sdk-host: enable cryptodev sources Denys Dmytriyenko
2014-02-26 23:07 ` Cooper Jr., Franklin
2014-02-27  0:53   ` Denys Dmytriyenko

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.