summaryrefslogtreecommitdiffstats
path: root/recipes-support
Commit message (Collapse)AuthorAgeFilesLines
* softhsm-testtoken: Update paths for token import.refactor/OTA-900/hsm-prov-path-masterPatrick Vacek2018-09-141-7/+7
| | | | And bump aktualizr recipe
* libp11: Bump the version number for the openssl compatibility again.Patrick Vacek2018-09-031-1/+1
| | | | Now covers 1.0.2p.
* Fix version number in ldflags.patchMaxime BORGES2018-08-311-2/+2
|
* Update lshw to 02.17Maxime BORGES2018-08-312-5/+5
|
* softhsm-testtoken: fix complaint about generic license location.Patrick Vacek2018-07-031-3/+1
|
* createtoken.sh: remove redundant file check.Patrick Vacek2018-07-021-1/+1
|
* ca-certificates: Remove upstreamed patch.Patrick Vacek2018-05-311-1/+0
|
* Update patch to fix openssl-1.0.o.Patrick Vacek2018-05-081-1/+1
|
* Merge remote-tracking branch 'ats/pyro' into test/PRO-4481/hsm-rockoPatrick Vacek2018-02-271-0/+1
|\ | | | | | | Bring in updates to oe-selftest.
| * No longer require engine-pkcs11.Patrick Vacek2018-02-141-0/+1
| | | | | | | | | | | | It was merged into the libp11 package. Bump aktualizr to use the correct default path (and fix some various OSTree issues). Add opensc as it was previously a transitive dependency.
* | Update patch to work with OPENSSL_VERSION_NUMBER 0x100020ef.Patrick Vacek2018-02-221-1/+1
| |
* | Add EVP_PKEY_meth_get* replacement functions to use with OpenSSL 1.0.2m as wellAnton Gerasimov2018-01-192-1/+44
| | | | | | | | | | I couldn't find the reason why these functions are not present in libopenssl.so, but apparently it doesn't affect 1.0.2k
* | Merge branch 'pyro' into bugfix/update-rockoPatrick Vacek2018-01-175-12/+30
|\| | | | | | | Bring over fixes from the last couple months from pyro in rocko.
| * Add support of ISO/TP legacy secondaries and serial CANAnton Gerasimov2018-01-082-0/+29
| |
| * Delete dependency on libsoupAnton Gerasimov2018-01-082-11/+0
| | | | | | | | It makes supporting different platforms somewhat easier
| * Minor fixes and cleanup.Patrick Vacek2017-12-071-1/+1
| | | | | | | | | | | | * hsm-test is no longer used. * Use Yocto variables where suitable. * Eliminate redundant directory slashes.
* | Add fixes for compatibility with RockoAnton Gerasimov2017-11-171-3/+0
|/
* Add the newest version of libp11Anton Gerasimov2017-11-101-0/+37
|
* Fix ca-certificates-native dependency.Patrick Vacek2017-11-081-0/+1
| | | | | /etc is not added to the sysroot by default, so force it. Also, move the dependency to where it is actually used.
* Support pkcs#11 in aktualizr and add softhsm token for testingAnton Gerasimov2017-10-161-4/+9
|
* Add recipes to test pkcs11 functionality in AktualizrAnton Gerasimov2017-09-138-1/+284
|
* glib-networking_%.bbappend: Add again hackeryLeon Anavi2017-08-101-0/+4
| | | | | | | Revert the change from 24 Jul and add again the hackery which removes removes pkgconfig. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* glib-networking_%.bbappend: Remove hackeryLeon Anavi2017-07-251-4/+0
| | | | | | | Remove the hackery that removes pkgconfig because it broke the build of glib-networking-native. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Merge branch 'morty' into pyroAnton Gerasimov2017-07-051-0/+1
|\
| * Add uptane-capable aktualizrAnton Gerasimov2017-06-141-0/+1
| |
* | Fix build issues with yocto pyroAnton Gerasimov2017-07-042-2/+7
|/
* PRO-3157 Add recipe for friendly name generatorJon Oster2017-05-291-0/+15
|
* Fix variable extension errorAnton Gerasimov2017-05-261-1/+1
|
* Make layer inclusion a neutral operationAnton Gerasimov2017-05-106-16/+9
| | | | | | | Classes are and bbappends are reworked so that mere inclusion of this layer to bbappends.conf doesn't change anything. In addition class behavior can now be controlled by both inheriting sota.bblcass and enabling "sota" DISTRO_FEATURE.
* Merge from meta-agl-extraAnton Gerasimov2017-04-036-27/+31
|
* Fix several critical bugs in mortyAnton Gerasimov2017-02-241-1/+1
|
* Changes for morty branch (sync with AGL's meta-sota)Anton Gerasimov2017-02-232-5/+7
|
* Fix a bug with missing GNU_HASH in lshw under YoctoAnton Gerasimov2017-02-202-1/+44
|
* Make systemd optionalAnton Gerasimov2016-12-201-2/+2
|
* Update rvi-sota-clientAnton Gerasimov2016-10-316-0/+102
| | | | | Change-Id: I1d5ceb776427298d46ab26dab2c822041dff00e0 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
* Fix build of libgsystem in sota featureJan-Simon Möller2016-10-181-1/+1
| | | | | | | | libgsystem_git.bb needs gobject-introspection in the inherit statements. Add it there to fix the build. Change-Id: I43c25ed02b15b7a1f53ab5111813c09a5c6b84fa Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
* Build OSTree natively, and its dependencies as wellAnton Gerasimov2016-09-126-0/+56
Bug-AGL: SPEC-245 Change-Id: Ia5631d786c3375ba3aa0bc6ac75ebaeb358e7b03 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>