summaryrefslogtreecommitdiffstats
path: root/classes/sota.bbclass
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for SpekulatiusAnton Gerasimov2017-12-201-2/+2
| | | | | | - New garage-sign interface - Remove garage-sign recipe (now installed with aktualizr-native) - Small but critical bugfixes in aktualizr
* Check if the package and UPTANE target got to the backendAnton Gerasimov2017-11-211-1/+1
|
* Add managing targets.json by garage-signAnton Gerasimov2017-11-131-1/+8
|
* Copy repo manifest to the device.Patrick Vacek2017-11-061-0/+2
| | | | | | | Helpful for debugging, etc. Mostly copied from here: https://github.com/openivimobility/meta-oim/blob/master/classes/image-repo-manifest.bbclass
* Support pkcs#11 in aktualizr and add softhsm token for testingAnton Gerasimov2017-10-161-0/+3
|
* Add recipes to test pkcs11 functionality in AktualizrAnton Gerasimov2017-09-131-1/+1
|
* sota.bbclass: Add aktualizr-auto-provLeon Anavi2017-09-111-1/+2
| | | | | | | Append recipe aktualizr-auto-prov for provisioning of systemd service and configurations to the SOTA image. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* sota: Support m3ulcbLeon Anavi2017-06-221-0/+1
| | | | | | Support Renesas R Car Starter Kit Generation 3 (m3ulcb). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Fix a typo (missing double quotes)OYTIS2017-06-091-1/+1
|
* Set default SOTA_CLIENT directly in sota.bbclassAnton Gerasimov2017-06-081-0/+1
|
* Add option to choose which sota client to use (if any)Anton Gerasimov2017-05-311-1/+1
|
* Merge pull request #67 from advancedtelematic/fix/machine-prefixcajun-rat2017-05-241-1/+2
|\ | | | | Prefix OSTREE_BRANCHNAME with ${MACHINE}-
| * Prefix OSTREE_BRANCHNAME with ${MACHINE}-Phil Wise2017-05-231-1/+2
| | | | | | | | | | As a temporary fix, treehub is going to use this to derive the relevant hardwareIdentifier for a push.
* | Fix typo in machine name for R-Pi3Phil Wise2017-05-231-1/+1
|/
* Merge remote-tracking branch 'origin/morty' into feat/noopAnton Gerasimov2017-05-111-4/+3
|\
| * Add support for am335x-evm based board with WiFiAnton Gerasimov2017-05-051-3/+2
| |
* | Make layer inclusion a neutral operationAnton Gerasimov2017-05-101-20/+18
|/ | | | | | | 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.
* Replace includes with bblcassesAnton Gerasimov2017-04-261-0/+33
They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL