summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #164 from advancedtelematic/fix/pro-4254-cacert-pathcajun-rat2017-11-092-1/+2
|\ | | | | Explicitly include ca-certificates as a dependency for garage-push
| * Fix ca-certificates-native dependency.Patrick Vacek2017-11-083-2/+2
| | | | | | | | | | /etc is not added to the sysroot by default, so force it. Also, move the dependency to where it is actually used.
| * Explicitly include ca-certificates as a dependency for garage-pushPhil Wise2017-11-061-0/+1
| | | | | | | | Fixes: PRO-4254
* | Merge pull request #166 from advancedtelematic/bugfix/pyrobuildcajun-rat2017-11-097-222/+13
|\ \ | | | | | | Fix incompatibilities with latest pyro, use wic on RPi
| * | Fix incompatibilities with latest pyro, use wic on RPiAnton Gerasimov2017-11-077-222/+13
| | |
* | | Merge pull request #167 from advancedtelematic/bugfix/qemuoverlayPatrick Vacek2017-11-081-1/+1
|\ \ \ | |/ / |/| | Fix race condition in run-qemu-ota
| * | Fix race condition in run-qemu-otaAnton Gerasimov2017-11-081-1/+1
|/ /
* | Merge pull request #162 from advancedtelematic/feat/PRO-4256/copy-manifestPatrick Vacek2017-11-062-0/+25
|\ \ | |/ |/| Copy repo manifest to the device.
| * Copy repo manifest to the device.Patrick Vacek2017-11-062-0/+25
|/ | | | | | | Helpful for debugging, etc. Mostly copied from here: https://github.com/openivimobility/meta-oim/blob/master/classes/image-repo-manifest.bbclass
* Merge pull request #161 from leon-anavi/pyrocajun-rat2017-11-060-0/+0
|\ | | | | garage-sign: Update checksums
| * garage-sign: Update checksumsLeon Anavi2017-11-031-2/+2
| | | | | | | | | | | | Update md5 and sha256 checksums of the archive. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | Merge pull request #160 from ↵cajun-rat2017-11-031-2/+2
|\ \ | | | | | | | | | | | | advancedtelematic/bugfix/PRO-4140/silence-ostree-errors Bump ostree version to get Shaun's fix.
| * | Bump ostree version to get Shaun's fix.Patrick Vacek2017-11-031-2/+2
|/ / | | | | | | | | Unnecessary error messages have been silenced by skipping some checks that weren't necessary in our case.
* | Merge pull request #159 from advancedtelematic/bugfix/PRO-4249/varmountPatrick Vacek2017-11-031-1/+1
|\ \ | | | | | | Share /run directory between initramfs and system image to communicate ostree-booted file
| * | Share /run directory between initramfs and system image to communicate ↵Anton Gerasimov2017-11-031-1/+1
| | | | | | | | | | | | ostree-booted file
* | | Merge pull request #158 from leon-anavi/feat/PRO-4199/oe-selftestPatrick Vacek2017-11-032-2/+47
|\ \ \ | |_|/ |/| | Feat/pro 4199/oe selftest
| * | garage-sign: ship filesLeon Anavi2017-11-031-0/+6
| | | | | | | | | | | | | | | | | | Fix the issue with installed but not shipped files. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * | garage-sign: Update checksumsLeon Anavi2017-11-031-2/+2
| | | | | | | | | | | | | | | | | | Update md5 and sha256 checksums of the archive. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * | Merge branch 'pyro' of https://github.com/advancedtelematic/meta-updater ↵Leon Anavi2017-11-0310-106/+165
| |\ \ | |/ / |/| | | | | into feat/PRO-4199/oe-selftest
* | | Merge pull request #157 from advancedtelematic/docs/contributingcajun-rat2017-11-031-0/+15
|\ \ \ | | | | | | | | Add CONTRIBUTING information
| * | | Add CONTRIBUTING informationPhil Wise2017-11-011-0/+15
|/ / /
* | | 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.