summaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dizzy' into devSamuli Piippo2015-09-151-34/+32
| | | | | | | | | | | | | | | | 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-101-0/+98
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>