summaryrefslogtreecommitdiffstats
path: root/recipes/openssl
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersSamuli Piippo2016-05-181-7/+15
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-02-091-14/+13
| | | | | Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Merge remote-tracking branch 'origin/dizzy' into devSamuli Piippo2015-09-152-0/+99
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openssl/c_rehash patch updated to apply again. * origin/dizzy: Fix c_rehash run during image creation Include CDC-ACM kernel module Use mirror from github to clone git-repo tool Add libevent to toolchain and image Use correct path for mkspecs qt5: remove separate designer packages qt5: use 5.5-next branch for meta-qt5 qt5: patch qdevice.conf from correct location Change-Id: I6998da6dc050c17aa1cbf20d50bcf0d14fc4ee8e
| * Fix c_rehash run during image creationSamuli Piippo2015-09-102-0/+101
|/ | | | | | | | | | Add support to run c_rehash using SYSROOT environment variable, so that it can create hashes for the certificates during rootfs build phase of image creation. Change-Id: Ib60d4f9c217334ab7abba98dc07efd2ef8d1c7a5 Task-number: QTEE-971 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* Change all tab characters to spacesSamuli Piippo2015-08-111-2/+2
| | | | | | | Gerrit Sanity Bot does not like tabs, so remove them from recipes. Change-Id: Ic0bede29c9a4a01a2bd816e6771fafd76b2323e2 Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Merge remote-tracking branch 'origin/stable' into devSamuli Piippo2014-11-241-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/stable: toolchain: include base-files Update meta-fsl-arm-extra to fix u-boot-boundary fetch failure Install fonts with help of Yocto recipes bbb: remove preferred version for SGX Update Qt logo Remove u-boot-fw-utils Change copyright notice Conflicts: b2qt-init-build-env conf/distro/include/beaglebone.conf recipes/packagegroup/nativesdk-packagegroup-b2qt-embedded-toolchain-target.bb Change-Id: I5b22412d0530e70057f705da34247803498ddde3
| * Change copyright noticeRainer Keller2014-10-061-1/+1
| | | | | | | | | | | | | | URL points to qt.io Change-Id: I921e1f1ff506bff840cd13ed4bac21238347d98f Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>
* | Make bbappends more flexible by using wildcard version matchingaavit2014-09-261-0/+0
|/ | | | | | | | | | From v1.6, yocto supports wildcards in .bbappend file names. This is practical since we then don't have to rename them every time the upstream version changes slightly. Also allows for support of earlier poky versions. Change-Id: Ib21e6fa1b56d11421c06af353c6ba848f38e07e0 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com>
* openssl: make sure c_rehash is included in the imageSamuli Piippo2014-05-211-0/+28
And make /usr/lib/ssl/certs symbolic link to /etc/ssl/certs, so that ca-certificates are used. Task-number: QTEE-502 Change-Id: Id673b5db066b184465425b56df9c1fa41e68fa70 Reviewed-by: Kalle Viironen <kalle.viironen@digia.com>