summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* openssl-qoriq: correct the find.pl pathZhenhua Luo2016-06-241-1/+1
| | | | | | | Fix the following build error: | Can't locate find.pl in @INC (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at perlpath.pl line 7. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* openssl-qoriq: upgrade to 1.0.2h plus fsl patchesCristian Stoica2016-06-2395-6929/+13908
| | | | | | upstream recipe extended with patches from fsl and CIOCHASH feature. Signed-off-by: Cristian Stoica <cristian.stoica@nxp.com>
* openssl: rename to openssl-qoriqTing Liu2016-06-2352-94/+107
| | | | | | | | | | The QorIQ version of openssl needs to use another recipe name and have a common provider, which is than choosen for QorIQ-based machines. The recipe is now called 'openssl-qoriq' and it provides openssl so the preferrence is set just for QorIQ based machines. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* openssl/cryptodev: base_contains -> bb.utils.containsZhenhua Luo2016-05-101-2/+2
| | | | | | base_contains is deprecated. Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* ipsec-demo: Fix host contamination and build warningSujith H2016-04-261-0/+4
| | | | | | | | | | | | | | All files in the test_setkey directory are being copied with ownership preserved (cp -a). * Change ownership of all files in test_setkey directory to root:root * Missing bash in RDEPEND warning was coming. Signed-off-by: Noor <noor_ahsan@mentor.com> Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com> Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com>
* openssl: Explicitly set EXTRA_OEMAKE as requiredTing Liu2016-02-181-0/+1
| | | | | | | | | | The openssl recipe currently relies on EXTRA_OEMAKE having been set to "-e MAKEFLAGS=" in bitbake.conf to operate. It is necessary to make this explicit so that the default in bitbake.conf can be changed. (Refer to OE-Core rev: a384ab5cb4701fd1c1475bca4449def66b42c799) Signed-off-by: Ting Liu <ting.liu@freescale.com>
* ipsec-demo: set COMPATIBLE_MACHINE as qoriqTing Liu2015-12-281-1/+1
| | | | | Signed-off-by: Ting Liu <ting.liu@freescale.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
* openssl-1.0.1i: s/inline/static/ to fix gcc5.2 issueTing Liu2015-07-291-2/+2
| | | | | | | | | | Fix the following error: | ../libcrypto.so: undefined reference to `spcf_bn2bin' | ../libcrypto.so: undefined reference to `spcf_bn2bin_ex' | collect2: error: ld returned 1 exit status | make[2]: *** [link_app.gnu] Error 1 Signed-off-by: Ting Liu <ting.liu@freescale.com>
* openssl: add sdk-v1.8 patchesCristian Stoica2015-07-2027-34/+1531
| | | | | | | | | | | | | | | | The imports the following changes: eng_cryptodev: extend TLS offload with+ 3des_cbc_hmac_sha1 eng_cryptodev: add support for TLSv1.1 record offload eng_cryptodev: add support for TLSv1.2 record offload cryptodev: drop redundant function cryptodev: do not zero the buffer before use cryptodev: clean-up code layout cryptodev: do not cache file descriptor in 'open' cryptodev: put_dev_crypto should be an int cryptodev: simplify cryptodev pkc support code Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* openssl: rewrite recipe to remove code duplicationCristian Stoica2015-07-202-35/+4
| | | | | | | | | | - the package is now based on upstream tarball instead of Freescale git repository - Freescale cryptodev patches are applied only on target package to avoid build errors Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* openssl: remove native dependency on cryptodevCristian Stoica2015-07-201-4/+3
| | | | | | | | | | | | | The original intent of the code was good but the comment was missleading since the cryptodev dependency was always set, even for the native package. Dependency on acceleration engines (including cryptodev) should be disabled for the native package to reduce the risk of incorrect builds and other runtime issues. In particular, the chain of dependencies for such a high profile crypto package should be minimal to help with code audit. Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* openssl: fix the packaging qa errorZhenhua Luo2015-07-201-4/+4
| | | | | | | | | | ERROR: QA Issue: non debug package contains .debug directory: openssl-engines path .../packages-split/openssl-engines/usr/lib64/engines/.debug/libcswift.so ERROR: QA run found fatal errors. Please consider fixing them. Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
* openssl: upgrade to 1.0.1i plus Freescale patchesCristian Stoica2015-01-0821-661/+624
| | | | | | | | | | - include fixes for algorithm registration and 32-bit application hanging on E5500 cores. - add offloading suport for aes-gcm - upstream patches are kept except for the documentation patch which is no longer necessary Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com>
* ipsec-demo (scripts and configuration files) add recipeTing Liu2014-07-2956-0/+1518
| | | | | | | There are some ipsec demo scripts and configuration files for qoriq boards. add a recipe to hold them. Signed-off-by: Ting Liu <b28495@freescale.com>
* openssl_1.0.1g.bbappend: add missing colon for FILESEXTRAPATHSHongxu Jia2014-07-231-1/+1
| | | | | | | While other openssl's bbapend to assign FILESEXTRAPATHS, there was a potential dir split error. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
* openssl: use fsl maintained sourceTing Liu2014-07-1116-0/+5137
| | | | | | add bbappend to use fsl own openssl source code which was tested Signed-off-by: Ting Liu <b28495@freescale.com>
* openssl: downgrade to 1.0.1gTing Liu2014-07-1125-0/+6257
openssl released in fsl sdk v1.6 was based on 1.0.1g, so downgrade for fsl boards. the imported recipes were based on daisy-11.0.0 which FSL SDK based on. Signed-off-by: Ting Liu <b28495@freescale.com>