summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * classes: image_types_ostree: A hack to allow initramfs in FITYevgeny Popovych2018-08-141-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue is that when only vmlinuz-* file is present (the case when both DTB and initramfs are in FIT), libostree will assume that there is no initramfs at all and will supply different init= parameter on the kernel command line (aimed to boot directly from sysroot). This effectively breaks boot process as init specified on the kernel cmdline is not present in initramfs. Solution is to basically create an empty initramfs-* file when we use FIT. The proper solution would be to make libostree aware of whether we use FIT or not. Note, to actually boot with initramfs in FIT - a change to u-boot script (env) is needed which will remove explicit usage of initramfs. Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
| * classes, images: Use standard variables for initramfsYevgeny Popovych2018-08-146-9/+8
|/ | | | | | | | This will reduce the level of indirection and improve compatibility with the rest of OE. For example, FIT that includes initramfs may now be built. Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com>
* Merge pull request #367 from advancedtelematic/bugfix/unknown-signatures-mastercajun-rat2018-08-142-2/+2
|\ | | | | aktualizr: bump to latest for key rotation and storage updates (master)
| * aktualizr: bump to latest for key rotation and storage updates.bugfix/unknown-signatures-masterPatrick Vacek2018-08-082-2/+2
| | | | | | | | | | Work around a bug in oe-selftest with migration and aktualizr-info interplay by forcing --allow-migrate for now.
* | Merge pull request #370 from rsalveti/ostree-updatePatrick Vacek2018-08-131-4/+3
|\ \ | |/ |/| ostree: upgrade to v2018.7+
| * ostree: upgrade to v2018.7+Ricardo Salveti2018-08-101-4/+3
|/ | | | | | | | | | | | | | | | | | Upgrade OSTree to a git revision ahead of the v2018.7 release in order to include additional memory leak fixes. Upstream release notes since v2017.13+: - https://github.com/ostreedev/ostree/releases/tag/v2017.14 - https://github.com/ostreedev/ostree/releases/tag/v2017.15 - https://github.com/ostreedev/ostree/releases/tag/v2018.1 - https://github.com/ostreedev/ostree/releases/tag/v2018.2 - https://github.com/ostreedev/ostree/releases/tag/v2018.3 - https://github.com/ostreedev/ostree/releases/tag/v2018.4 - https://github.com/ostreedev/ostree/releases/tag/v2018.5 - https://github.com/ostreedev/ostree/releases/tag/v2018.6 - https://github.com/ostreedev/ostree/releases/tag/v2018.7 Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* Merge pull request #352 from bclouser/mastercajun-rat2018-08-082-80/+122
|\ | | | | Support for creating an otaimg.tar file in addition to the ext4 image
| * Add support for building ota-tar.xz, and fixes from review commentsBen Clouser2018-07-102-8/+7
| |