On Wed, Feb 26, 2014 at 11:07:31PM +0000, Cooper Jr., Franklin wrote: > 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?
Good question. I wasn't planning on doing it though, at least not now. All I need for now is to provide sources with the SDK... But we can definitely do it later, as it's not a requirement for the release. -- Denys > > -----Original Message----- > > From: [email protected] [mailto:meta-arago- > > [email protected]] On Behalf Of Denys Dmytriyenko > > Sent: Wednesday, February 26, 2014 4:55 PM > > To: [email protected] > > Subject: [meta-arago] [PATCH] arago-source-ipk, packagegroup-*-crypto-sdk- > > host: enable cryptodev sources > > > > From: Denys Dmytriyenko <[email protected]> > > > > Signed-off-by: Denys Dmytriyenko <[email protected]> > > --- > > 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 > > [email protected] > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
