summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update layer compatibility to thud.feat/thud-compatibilityPatrick Vacek2018-10-021-1/+1
|
* aktualizr: bump to latest.Patrick Vacek2018-10-021-1/+1
| | | | Includes test fixes and async downloads.
* Merge pull request #383 from advancedtelematic/feat/OTA-719/nodeployPatrick Vacek2018-10-0111-112/+119
|\ | | | | Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image should be provisioned
| * Fixes for oe-selftestfeat/OTA-719/nodeployAnton Gerasimov2018-10-015-19/+22
| |
| * Document delayed provisioningAnton Gerasimov2018-10-011-1/+14
| |
| * Fix creating SoftHSM tokenAnton Gerasimov2018-10-011-1/+2
| |
| * Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image ↵Anton Gerasimov2018-10-019-98/+88
|/ | | | should be provisioned
* Merge pull request #392 from advancedtelematic/feature/rollback-forwardportlbonn2018-09-274-3/+28
|\ | | | | Feature/rollback forwardport
| * Fix LICENSE check for aktualizr-uboot-env-rollbackfeature/rollback-forwardportLaurent Bonnans2018-09-181-4/+3
| |
| * Remove aktualizr dep on u-boot-fw-utils in generalLaurent Bonnans2018-09-181-2/+1
| | | | | | | | Should only be needed when using the u-boot env rollback feature
| * Add support for rollback on Raspberry PiAnton Gerasimov2018-09-184-3/+30
|/
* Merge pull request #390 from advancedtelematic/fix/new-installed-versions-importlbonn2018-09-183-5/+6
|\ | | | | Update `installed_versions` passing to new location
| * Do not run aktualizr-info --allow-migrate in testsLaurent Bonnans2018-09-181-2/+2
| |
| * Update `installed_versions` passing to new locationLaurent Bonnans2018-09-182-3/+4
|/
* Merge pull request #391 from advancedtelematic/fix/testtoken-openssl-binPatrick Vacek2018-09-183-2/+4
|\ | | | | Fix/testtoken openssl bin
| * aktualizr: Latest version with fixed libp11 paths.fix/testtoken-openssl-binPatrick Vacek2018-09-171-1/+1
| |
| * openct: Remove broken and apparently unnecessary pkg_postinst.Patrick Vacek2018-09-171-0/+2
| |
| * softhsm-testtoken: add openssl-bin dependency.Patrick Vacek2018-09-171-1/+1
|/
* Merge pull request #387 from ↵Patrick Vacek2018-09-142-8/+8
|\ | | | | | | | | advancedtelematic/refactor/OTA-900/hsm-prov-path-master softhsm-testtoken: Update paths for token import.
| * softhsm-testtoken: Update paths for token import.refactor/OTA-900/hsm-prov-path-masterPatrick Vacek2018-09-142-8/+8
| | | | | | | | And bump aktualizr recipe
* | Merge pull request #385 from advancedtelematic/bugfix/OTA-852/pushcredentialslbonn2018-09-142-3/+11
|\ \ | | | | | | Don't commit credentials to OSTree repository
| * | Don't commit credentials to OSTree repositorybugfix/OTA-852/pushcredentialsAnton Gerasimov2018-09-122-3/+11
| |/
* | Merge pull request #386 from advancedtelematic/fix/libp11-openssl1.1Patrick Vacek2018-09-141-5/+5
|\ \ | |/ |/| libp11: Fix paths after switch to openssl 1.1.
| * libp11: Bump to release 0.4.9.fix/libp11-openssl1.1Patrick Vacek2018-09-141-1/+1
| |
| * libp11: Fix paths after switch to openssl 1.1.Patrick Vacek2018-09-141-4/+4
|/ | | | | It should now accept paths in either format to accommodate openssl versions 1.0 and 1.1.
* Merge pull request #384 from advancedtelematic/ci/oe-selftestlbonn2018-09-075-9/+146
|\ | | | | Ci/oe selftest
| * Split yocto builds from yocto selftestsLaurent Bonnans2018-09-062-3/+90
| | | | | | | | | | In a separate Jenkinsfile right now, with a lot of duplication. Let's hope to find a cleaner way
| * Create a user with correct uid inside CI's DockerfileLaurent Bonnans2018-09-062-2/+17
| |
| * Setup garage credentials for oe-selftest CILaurent Bonnans2018-09-062-18/+23
| |
| * Install ovmf in ci DockerfileLaurent Bonnans2018-09-061-0/+1
| | | | | | | | For qemu tests
| * Run oe-selftest on Jenkins CILaurent Bonnans2018-09-062-0/+29
|/
* Merge pull request #381 from advancedtelematic/fix/OTA-638/rpi-masterlbonn2018-09-051-1/+1
|\ | | | | Fix raspberrypi image generation
| * Update fitimage initramfs image namefix/OTA-638/rpi-masterLaurent Bonnans2018-09-041-1/+1
|/ | | | | | From poky master This fixes image builds but does not boot yet...
* Merge pull request #379 from advancedtelematic/bugfix/aktualizr-etc-masterPatrick Vacek2018-09-032-2/+2
|\ | | | | aktualizr: bump to latest version, fix libp11/openssl (master)
| * aktualizr: bump to latest (062ab7756c375ee2c913d3197cafe4ee2f97ef2a).bugfix/aktualizr-etc-masterPatrick Vacek2018-09-031-1/+1
| | | | | | | | Includes fixes for Ubuntu 18.04.
| * aktualizr: bump to latest version (fad299b846b9c1b58a9c1f715f4c26c69610d02c).Patrick Vacek2018-09-031-1/+1
| |
| * libp11: Bump the version number for the openssl compatibility again.Patrick Vacek2018-09-031-1/+1
|/ | | | Now covers 1.0.2p.
* Merge pull request #376 from strataggem/masterPatrick Vacek2018-08-312-5/+5
|\ | | | | Update lshw to 02.17
| * Fix version number in ldflags.patchMaxime BORGES2018-08-311-2/+2
| |
| * Update lshw to 02.17Maxime BORGES2018-08-312-5/+5
|/
* Merge pull request #373 from advancedtelematic/bugfix/bison-dep-v2Patrick Vacek2018-08-171-1/+1
|\ | | | | ostree: Correction: it depends on bison-native for configuration.
| * ostree: Correction: it depends on bison-native for configuration.bugfix/bison-dep-v2Patrick Vacek2018-08-171-1/+1
|/
* Merge pull request #372 from advancedtelematic/fix/cpu-typePatrick Vacek2018-08-171-1/+1
|\ | | | | Specify cpu type -host- for KVM mode
| * Specify cpu type -host- for KVM modefix/cpu-typeEugene Smirnov2018-08-171-1/+1
| |
* | Merge pull request #371 from advancedtelematic/bugfix/bison-depPatrick Vacek2018-08-171-1/+1
|\ \ | | | | | | ostree: add missing bison dependency.
| * | ostree: add missing bison dependency.bugfix/bison-depPatrick Vacek2018-08-171-1/+1
|/ /
* | Merge pull request #368 from advancedtelematic/fit-initramfs-supportPatrick Vacek2018-08-178-32/+26
|\ \ | |/ |/| Fit initramfs support
| * Add back dependency on INITRAMFS_IMAGE:do_image_completefit-initramfs-supportPhil Wise2018-08-141-0/+1
| | | | | | | | | | | | | | Without this the build fails because the initramfs hasn't been build before do_image_ostree. There should be a dependency through virtual/kernel:do_deploy, but there is clearly some reason why this isn't enough.
| * classes: image_types_ostree: Fix copying standalone initramfsYevgeny Popovych2018-08-141-1/+1
| | | | | | | | Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
| * ostree-initrd: Make it an initramfs, not initrdYevgeny Popovych2018-08-145-25/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The reasoning here is to allow initramfs generated by this recipe to be included in FIT. To do so w/o changing openembedded-core (it allows only cpio format) - init script should be able to execute from a rootfs (i.e. true initramfs), not ramdisk (initrd). See [1] for more information on these keywords. The gist of this change is switch from `pivot_root` to `switch_root`. This also allows to get rid of some clutter, since `switch_root` handles transition to new sysroot all by itself. Again, see [1] for details on these utility/syscall. [1] https://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>