summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | * | Delete treehub.json from the credentials package on the deviceAnton Gerasimov2017-08-101-0/+3
| |/ /
| * | Merge pull request #110 from advancedtelematic/bugfix/PRO-3484/avoid-build-unzipOYTIS2017-08-108-61/+28
| |\ \ | | | | | | | | Bugfix/pro 3484/avoid build unzip
| | * | Remove device section as it is no longer used.Patrick Vacek2017-08-081-4/+0
| | | |
| | * | Prepare credentials correctly for rvi-sota-client.Patrick Vacek2017-08-073-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unzip credentials archive and create files as appropriate, since none of that is necessary for aktualizr anymore. This is now done in the sota_provision script. It apparently does not work in the rvi-sota-client recipe, but this solution is perhaps even cleaner anyway.
| | * | Minor documentation typo/grammar fix.Patrick Vacek2017-08-071-1/+1
| | | |
| | * | Call garage-push directly with zip file instead of sending unzipped contents.Patrick Vacek2017-08-074-50/+22
| |/ / | | | | | | | | | | | | Warn if older credential environment variables are set. They are now ignored since the credentials aren't unpacked during building.
| * | Merge pull request #115 from advancedtelematic/bugfix/sota-launcher-dependsRobert Danitz2017-08-023-3/+4
| |\ \ | | | | | | | | fix dependency of sota-launcher to correct rvi-sota-client
| | * | fix dependency of sota-launcher to correct rvi-sota-clientRobert Danitz2017-08-022-1/+2
| | | |
| | * | update sota-client to b9170dfRobert Danitz2017-08-021-2/+2
| |/ /
| * | Merge pull request #114 from ↵Jon Oster2017-08-011-0/+1
| |\ \ | | | | | | | | | | | | | | | | advancedtelematic/bugfix/PRO-3681-reenable-petname-rvi-sota-server PRO-3681 Add python-petname back in rvi-sota-server RDEPENDS
| | * | PRO-3681 Add python-petname back in rvi-sota-server RDEPENDSJon Oster2017-08-011-0/+1
| |/ /
| * | Merge pull request #107 from advancedtelematic/refactor/PRO-3377/secondary-ecuscajun-rat2017-07-316-161/+210
| |\ \ | | | | | | | | Split rvi-sota-client into multiple binaries
| | * | rename back sota-client to rvi-sota-clientRobert Danitz2017-07-312-1/+1
| | | |
| | * | Split rvi-sota-client into multiple binariesShaun Taheri2017-07-266-95/+144
| | | |
| * | | Merge pull request #111 from advancedtelematic/bugfix/pro-3663/sota-toolscajun-rat2017-07-311-1/+1
| |\ \ \ | | |/ / | |/| | Bump version of sota-tools
| | * | Bump version of sota-toolsPhil Wise2017-07-311-1/+1
| |/ / | | | | | | | | | This fixes a build error on Ubuntu.
* | | Merge pull request #131 from leon-anavi/pyroPatrick Vacek2017-08-241-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 #124 from dl9pf/patch-12cajun-rat2017-08-171-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 #120 from leon-anavi/pyroOYTIS2017-08-111-0/+4
|\ \ | | | | | | glib-networking_%.bbappend: Add again hackery
| * | glib-networking_%.bbappend: Add again hackeryLeon Anavi2017-08-101-0/+4
|/ / | | | | | | | | | | | | Revert the change from 24 Jul and add again the hackery which removes removes pkgconfig. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* | Merge pull request #117 from chbae/pyrocajun-rat2017-08-071-0/+9
|\ \ | | | | | | Add LICENSE and SRC_URI variable in recipe
| * | Add LICENSE and SRC_URI variable in recipeChanghyeok Bae2017-08-031-0/+9
|/ / | | | | | | | | | | | | In pyro, u-boot-common_2017.01.inc is created. In the inc file, SRC_URI and LICENSE is defined. So u-boot_2016.11 needs those variables Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
* | Merge pull request #108 from leon-anavi/pyrocajun-rat2017-07-2517-2063/+307
|\ \ | | | | | | Pyro
| * | glib-networking_%.bbappend: Remove hackeryLeon Anavi2017-07-251-4/+0
| | | | | | | | | | | | | | | | | | | | | Remove the hackery that removes pkgconfig because it broke the build of glib-networking-native. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * | u-boot_2016.11: Copy U-Boot recipe from mortyLeon Anavi2017-07-251-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | Copy the Yocto/OE recipe for U-Boot from branch morty to ensure that rpi_3_32b_defconfig is present and U-Boot can be built for Raspberry Pi 3. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * | Merge branch 'morty' of https://github.com/advancedtelematic/meta-updater ↵Leon Anavi2017-07-2515-2059/+294
|/| | | |/ | | | | into pyro
| * Merge pull request #104 from advancedtelematic/feat/new-run-qemucajun-rat2017-07-2010-1982/+150
| |\ | | | | | | Copy run-qemu script over from meta-updater-qemux86-64
| | * Copy run-qemu script over from meta-updater-qemux86-64Phil Wise2017-07-2010-1982/+150
| | | | | | | | | | | | Also remove old bash scripts for running inside qemu
| * | Merge pull request #106 from advancedtelematic/bugfix/PRO-3157-restore-petnamescajun-rat2017-07-201-2/+2
| |\ \ | | | | | | | | PRO-3157 Restore petname usage in rvi-sota-client provision script
| | * | PRO-3157 Restore petname usage in rvi-sota-client provision scriptJon Oster2017-07-201-2/+2
| | |/ | | | | | | | | | | | | | | | Petname usage got inadvertently removed a few commits ago, but nobody noticed. We need the petnames because otherwise attempting to reprovision a device will fail.
| * | Merge pull request #103 from leon-anavi/mortycajun-rat2017-07-201-1/+1
| |\ \ | | |/ | |/| aktualizr: Update to 207898e
| | * aktualizr: Update to c24f1fcLeon Anavi2017-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | Update to stable version of Aktualizr known to perform successful end to end update using Poky. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| | * aktualizr: Update to 207898eLeon Anavi2017-07-141-1/+1
| |/ | | | | | | | | | | Fix issues with the random generated device ID. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
| * Merge pull request #97 from advancedtelematic/refactor/PRO-3413/update-clientcajun-rat2017-07-104-76/+143
| |\ | | | | | | Update rvi_sota_client to latest commit
| | * Remove canonical_json.py from rvi_sota_client recipeShaun Taheri2017-07-101-61/+78
| | |
| | * Update rvi_sota_client to latest commitShaun Taheri2017-07-054-20/+70
| | |
* | | Merge pull request #102 from leon-anavi/pyrocajun-rat2017-07-101-1/+2
|\ \ \ | | | | | | | | image_types_ostree.bbclass: Fix path to unzip