summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* 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>