Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes for Spekulatius | Anton Gerasimov | 2017-12-20 | 1 | -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 backend | Anton Gerasimov | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Add managing targets.json by garage-sign | Anton Gerasimov | 2017-11-13 | 1 | -1/+8 |
| | |||||
* | Copy repo manifest to the device. | Patrick Vacek | 2017-11-06 | 1 | -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 testing | Anton Gerasimov | 2017-10-16 | 1 | -0/+3 |
| | |||||
* | Add recipes to test pkcs11 functionality in Aktualizr | Anton Gerasimov | 2017-09-13 | 1 | -1/+1 |
| | |||||
* | sota.bbclass: Add aktualizr-auto-prov | Leon Anavi | 2017-09-11 | 1 | -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 m3ulcb | Leon Anavi | 2017-06-22 | 1 | -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) | OYTIS | 2017-06-09 | 1 | -1/+1 |
| | |||||
* | Set default SOTA_CLIENT directly in sota.bbclass | Anton Gerasimov | 2017-06-08 | 1 | -0/+1 |
| | |||||
* | Add option to choose which sota client to use (if any) | Anton Gerasimov | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Merge pull request #67 from advancedtelematic/fix/machine-prefix | cajun-rat | 2017-05-24 | 1 | -1/+2 |
|\ | | | | | Prefix OSTREE_BRANCHNAME with ${MACHINE}- | ||||
| * | Prefix OSTREE_BRANCHNAME with ${MACHINE}- | Phil Wise | 2017-05-23 | 1 | -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-Pi3 | Phil Wise | 2017-05-23 | 1 | -1/+1 |
|/ | |||||
* | Merge remote-tracking branch 'origin/morty' into feat/noop | Anton Gerasimov | 2017-05-11 | 1 | -4/+3 |
|\ | |||||
| * | Add support for am335x-evm based board with WiFi | Anton Gerasimov | 2017-05-05 | 1 | -3/+2 |
| | | |||||
* | | Make layer inclusion a neutral operation | Anton Gerasimov | 2017-05-10 | 1 | -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 bblcasses | Anton Gerasimov | 2017-04-26 | 1 | -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 |