summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Syntax fixes for compatibility with RockorockocandidateAnton Gerasimov2017-11-144-7/+4
|
* 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
| * | | Add missing libarchive dependencyPhil Wise2017-08-251-1/+1
| | | |
| * | | Merge remote-tracking branch 'github/morty' into HEADPhil Wise2017-08-2413-225/+264
|/| | | | | |/ | |/|
| * | Merge pull request #126 from leon-anavi/mortyBen Luck2017-08-221-7/+16
| |\ \ | | | | | | | | Show warnings if credentials are not provided
| | * | Show warnings if credentials are not providedLeon Anavi2017-08-171-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Print warnings if variable SOTA_PACKED_CREDENTIALS is not set or if the specified file does not exist. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * | | Merge pull request #123 from dl9pf/patch-11Ben Luck2017-08-221-0/+1
| |\ \ \ | | | | | | | | | | Set IMAGE_OVERHEAD_FACTOR for fixed initrd size
| | * | | Set IMAGE_OVERHEAD_FACTOR for fixed initrd sizeJan-Simon Möller2017-08-141-0/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | Set IMAGE_OVERHEAD_FACTOR = "1.0" Otherwise the initrd was 12M due to the default overhead (x1.3).
| * | | Merge pull request #121 from advancedtelematic/feat/bump-sotaBen Luck2017-08-221-2/+3
| |\ \ \ | | | | | | | | | | update sota-client to d41540a5
| | * | | update sota-client to d41540a5Robert Danitz2017-08-141-2/+3
| | |/ /
| * | | Merge pull request #127 from leon-anavi/PRO-3776Ben Luck2017-08-221-1/+9
| |\ \ \ | | |/ / | |/| | scripts/envsetup.sh: Use machine specific local.conf
| | * | scripts/envsetup.sh: Use machine specific local.confLeon Anavi2017-08-181-1/+9
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the configurations for local.conf provided by layer meta-updater-* (depending on the machine) if variable TEMPLATECONF has not been set. Otherwise, if the variable is not set or if the layer does not provide any configurations then the default will be used (just as before this change). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * | Merge pull request #119 from advancedtelematic/bugfix/treehub.jsonOYTIS2017-08-111-0/+3
| |\ \ | | | | | | | | Delete treehub.json from the credentials package on the device