Thanks! Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Maupin, Chase > Sent: Monday, October 14, 2013 3:29 PM > To: [email protected] > Subject: [meta-arago] [PATCH 4/4] packagegroup crypto: Add AM437x support > > Signed-off-by: Chase Maupin <[email protected]> > --- > .../packagegroup-arago-tisdk-crypto-sdk-host.bb | 3 ++- > .../packagegroup-arago-tisdk-crypto.bb | 3 ++- > 2 files changed, 4 insertions(+), 2 deletions(-) > > 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 90a4dd9..f86accf 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > tisdk-crypto-sdk-host.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-ti > +++ sdk-crypto-sdk-host.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to install crypto sources in SDK" > LICENSE = "MIT" > -PR = "r4" > +PR = "r5" > > inherit packagegroup > > @@ -9,6 +9,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" > CRYPTO_RDEPENDS = "" > > CRYPTO_RDEPENDS_append_ti33x = " ti-crypto-examples-src" > +CRYPTO_RDEPENDS_append_ti43x = " ti-crypto-examples-src" > > CRYPTO_RDEPENDS_append_am37x-evm = "\ > ti-ocf-crypto-module-src \ > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup- > arago-tisdk-crypto.bb b/meta-arago-distro/recipes- > core/packagegroups/packagegroup-arago-tisdk-crypto.bb > index c1e7054..d781ddd 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > tisdk-crypto.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-ti > +++ sdk-crypto.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to install crypto packages into target FS" > LICENSE = "MIT" > -PR = "r4" > +PR = "r5" > > inherit packagegroup > > @@ -15,6 +15,7 @@ CRYPTO_SUPPORT = "\ > " > > CRYPTO_SUPPORT_append_ti33x = " ti-crypto-examples" > +CRYPTO_SUPPORT_append_ti43x = " ti-crypto-examples" > > # Add crypto hardware support for am37x-evm # NOTE: this package depends > on a kernel patch which also has a TSU > -- > 1.7.0.4 > > _______________________________________________ > 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
