summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #156 from advancedtelematic/bugfix/update-garage-signPatrick Vacek2017-11-011-1/+1
|\ \ \ | | | | | | | | Update to latest version.
| * | | Update to latest version.Patrick Vacek2017-11-011-1/+1
| | | |
* | | | Merge pull request #150 from advancedtelematic/feat/remerge-recipescajun-rat2017-11-016-57/+49
|\ \ \ \ | |/ / / |/| | | Feat/remerge recipes
| * | | Remerge aktualizr recipes.Patrick Vacek2017-10-274-48/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I found the trick to allow specifiying target vs native variables and tasks. It's a bit wordy but better than having three separate files for the aktualizr recipe. Oddly and annoyingly, while only "aktualizr" must be specified in sota_bleeding.inc, both "BRANCH_pn-aktualizr" and "BRANCH_pn-aktualizr-native" must be specified in local.conf to correctly use a given branch.
| * | | Clean up recipes according to Yocto recommendations.Patrick Vacek2017-10-254-13/+13
| | | | | | | | | | | | | | | | | | | | * Use ${libdir} and ${bindir} wherever possible. * Use rm -f so that tasks are repeatable.
* | | | Merge pull request #151 from advancedtelematic/bugfix/PRO-4012/basehashcajun-rat2017-11-011-5/+1
|\ \ \ \ | | | | | | | | | | Remove IMAGEDATESTAMP to make sstate input deterministic
| * | | | Remove IMAGEDATESTAMP to make sstate input deterministicAnton Gerasimov2017-10-301-5/+1
| |/ / /
* | | | Merge pull request #154 from advancedtelematic/refactor/PRO-4179/rust-1.20cajun-rat2017-11-011-44/+72
|\ \ \ \ | | | | | | | | | | Upgrade Rust to 1.20 on Pyro
| * | | | Upgrade Rust to 1.20 on PyroShaun Taheri2017-10-301-44/+72
| |/ / /
* | | | Merge pull request #155 from advancedtelematic/feat/PRO-4219/garage-sign-recipecajun-rat2017-11-011-0/+28
|\ \ \ \ | |/ / / |/| | | New garage-sign recipe.
| * | | New garage-sign recipe.Patrick Vacek2017-11-011-0/+28
|/ / /
| * / Basic tests. Not complete.Patrick Vacek2017-10-271-0/+39
|/ /
* | Merge pull request #148 from advancedtelematic/bugfix/PRO-4216/new-garage-pushcajun-rat2017-10-245-33/+11
|\ \ | |/ |/| Bugfix/pro 4216/new garage push
| * README updates.Patrick Vacek2017-10-241-5/+5
| |
| * Use garage-push from aktualizr repo.Patrick Vacek2017-10-244-28/+6
|/ | | | | | No need for sota-tools repo anymore. Bump aktualizr version to get necessary build fix.
* Merge pull request #147 from advancedtelematic/bugfix/rm-garage-deploycajun-rat2017-10-202-1/+2
|\ | | | | Fix harmless error from not installing garage_deploy.
| * Fix harmless error from not installing garage_deploy.Patrick Vacek2017-10-162-1/+2
|/
* Merge pull request #146 from advancedtelematic/feat/PRO-3805/pkcs11Patrick Vacek2017-10-167-8/+70
|\ | | | | Support pkcs#11 in aktualizr and add softhsm token for testing
| * Support pkcs#11 in aktualizr and add softhsm token for testingAnton Gerasimov2017-10-167-8/+70
| |
* | Merge pull request #145 from advancedtelematic/bugfix/big-update-numfmtPatrick Vacek2017-10-112-0/+4
|\ \ | |/ |/| [PRO-4166] fix missing `numfmt`
| * fix missing `numfmt`Robert Danitz2017-10-112-0/+4
|/
* Merge pull request #143 from advancedtelematic/feat/PRO-3799/implicit-writerPatrick Vacek2017-10-068-223/+273
|\ | | | | Feat/pro 3799/implicit writer
| * Bump aktualizr version for implict_writer support.Patrick Vacek2017-10-061-1/+1
| |
| * Move provisioning out of ostree bbclass into autoprov recipe.Patrick Vacek2017-10-054-57/+31
| | | | | | | | | | Also remove implicit-prov from DISTRO_FEATURES. Just specify SOTA_CLIENT_PROV directly.
| * Move implicit root CA to /usr/lib/sota.Patrick Vacek2017-10-042-2/+2
| | | | | | | | It should be able to be updated.
| * Create recipe for implicit provisioning file shuffling.Patrick Vacek2017-09-299-25/+99
| | | | | | | | | | | | | | | | Split aktualizr into basic and native recipes by moving most of the work to an include file. Use aktualizr-implicit-writer (on host) to do the actual work of configuring sota.toml and installing files. Still not quite fully functional.
| * Formatting.Patrick Vacek2017-09-251-190/+192
|/ | | | According to https://www.openembedded.org/wiki/Styleguide
* Merge pull request #142 from advancedtelematic/feat/development-tools-pyroPatrick Vacek2017-09-132-4/+10
|\ | | | | Make it easier to build from branches and run a specific image
| * Make it easier to build from branches and run a specific imagePhil Wise2017-09-132-4/+10
|/ | | | | | | | | | Is is now easy to build a specific branch by adding the following line to local.conf BRANCH_pn-aktualizr = "mybranchname" Also, the run-qemu-ota script can also take a path to an image file, which is useful for long-term test images.
* Merge pull request #140 from advancedtelematic/feat/PRO-3805/cert_installcajun-rat2017-09-131-0/+19
|\ | | | | Hacky ability to provide client credentials and install them on the device
| * Hacky ability to provide client credentials and install them on the device.Patrick Vacek2017-09-121-0/+19
| |
* | Merge pull request #136 from advancedtelematic/feat/PRO-3805/p11testcajun-rat2017-09-1310-2/+290
|\ \ | | | | | | Add recipes to test pkcs11 functionality in Aktualizr
| * | Add recipes to test pkcs11 functionality in AktualizrAnton Gerasimov2017-09-1310-2/+290
| |/
* | Merge pull request #134 from advancedtelematic/refactor/remove_keyidcajun-rat2017-09-132-2/+2
|\ \ | |/ |/| Remove useless/obsolete --disable-keyid-validation option.
| * Remove useless/obsolete --disable-keyid-validation option.Patrick Vacek2017-08-312-2/+2
| |
* | Merge pull request #138 from dl9pf/patch-13OYTIS2017-09-111-0/+1
|\ \ | | | | | | Pyro needs coreutils-native (we call sync) b/c rss
| * | Pyro needs coreutils-native (we call sync) b/c rssJan-Simon Möller2017-09-091-0/+1
| |/ | | | | | | | | We need to make sure 'sync' is in place. Unzip-native could probably also use ":do_populate_sysroot".
* | Merge pull request #139 from leon-anavi/pyroPatrick Vacek2017-09-114-21/+414
|\ \ | | | | | | Split Aktualizr binary and systemd service/configuration
| * | 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>
| * | aktualizr-auto-prov.bb: Aktualizr configuraitonsLeon Anavi2017-09-112-0/+412
| | | | | | | | | | | | | | | | | | | | | Provide Aktualizr systemd service and configurations for manual and autoprovision in a separate recipe. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * | aktualizr_git.bb: remove systemd service and configurationsLeon Anavi2017-09-111-20/+0
| |/ | | | | | | | | | | | | Split Aktualizr binary and systemd service and configurations by moving them to another recipe. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | Merge pull request #137 from advancedtelematic/feat/switchtopyrocajun-rat2017-09-111-2/+25
|\ \ | |/ |/| Feat/switchtopyro
| * Merge branch 'morty' into pyroAnton Gerasimov2017-09-081-2/+25
|/|
| * Merge pull request #135 from ↵Jon Oster2017-09-051-2/+25
| |\ | | | | | | | | | | | | advancedtelematic/feat/PRO-3923-add-persistence-option-qemu-script PRO-3923 Add persistence option to run-qemu script
| | * PRO-3923 Add persistence option to run-qemu scriptJon Oster2017-09-051-2/+25
| |/
| * Merge pull request #130 from leon-anavi/mortyBen Luck2017-08-281-2/+2
| |\ | | | | | | ostree_git.bb: Depends on xz for liblzma
| | * ostree_git.bb: Depends on xz for liblzmaLeon Anavi2017-08-231-2/+2
| |/ | | | | | | | | | | | | | | Move Yocto/OE recipe xz from the run-time dependencies to the dependencies because liblzma is required for the successful configuration of OSTree. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | Merge pull request #129 from advancedtelematic/bugfix/cruftPatrick Vacek2017-08-311-1/+1
|\ \ | | | | | | Remove BUILD_TESTS=OFF because it does nothing.
| * | Remove BUILD_TESTS=OFF because it does nothing.Patrick Vacek2017-08-211-1/+1
| | | | | | | | | | | | | | | | | | Aktualizr tests are no longer built with 'make all' and there is no longer a variable named BUILD_TESTS so setting it is neither necessary nor meaningful.
* | | Merge pull request #133 from advancedtelematic/merge-morty-changes-forwardcajun-rat2017-08-2513-226/+265
|\ \ \ | | | | | | | | Merge morty changes forward to pyro