Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #386 from advancedtelematic/fix/libp11-openssl1.1 | Patrick Vacek | 2018-09-14 | 1 | -5/+5 | |
|\ \ | |/ |/| | libp11: Fix paths after switch to openssl 1.1. | |||||
| * | libp11: Bump to release 0.4.9.fix/libp11-openssl1.1 | Patrick Vacek | 2018-09-14 | 1 | -1/+1 | |
| | | ||||||
| * | libp11: Fix paths after switch to openssl 1.1. | Patrick Vacek | 2018-09-14 | 1 | -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-selftest | lbonn | 2018-09-07 | 5 | -9/+146 | |
|\ | | | | | Ci/oe selftest | |||||
| * | Split yocto builds from yocto selftests | Laurent Bonnans | 2018-09-06 | 2 | -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 Dockerfile | Laurent Bonnans | 2018-09-06 | 2 | -2/+17 | |
| | | ||||||
| * | Setup garage credentials for oe-selftest CI | Laurent Bonnans | 2018-09-06 | 2 | -18/+23 | |
| | | ||||||
| * | Install ovmf in ci Dockerfile | Laurent Bonnans | 2018-09-06 | 1 | -0/+1 | |
| | | | | | | | | For qemu tests | |||||
| * | Run oe-selftest on Jenkins CI | Laurent Bonnans | 2018-09-06 | 2 | -0/+29 | |
|/ | ||||||
* | Merge pull request #381 from advancedtelematic/fix/OTA-638/rpi-master | lbonn | 2018-09-05 | 1 | -1/+1 | |
|\ | | | | | Fix raspberrypi image generation | |||||
| * | Update fitimage initramfs image namefix/OTA-638/rpi-master | Laurent Bonnans | 2018-09-04 | 1 | -1/+1 | |
|/ | | | | | | From poky master This fixes image builds but does not boot yet... | |||||
* | Merge pull request #379 from advancedtelematic/bugfix/aktualizr-etc-master | Patrick Vacek | 2018-09-03 | 2 | -2/+2 | |
|\ | | | | | aktualizr: bump to latest version, fix libp11/openssl (master) | |||||
| * | aktualizr: bump to latest (062ab7756c375ee2c913d3197cafe4ee2f97ef2a).bugfix/aktualizr-etc-master | Patrick Vacek | 2018-09-03 | 1 | -1/+1 | |
| | | | | | | | | Includes fixes for Ubuntu 18.04. | |||||
| * | aktualizr: bump to latest version (fad299b846b9c1b58a9c1f715f4c26c69610d02c). | Patrick Vacek | 2018-09-03 | 1 | -1/+1 | |
| | | ||||||
| * | libp11: Bump the version number for the openssl compatibility again. | Patrick Vacek | 2018-09-03 | 1 | -1/+1 | |
|/ | | | | Now covers 1.0.2p. | |||||
* | Merge pull request #376 from strataggem/master | Patrick Vacek | 2018-08-31 | 2 | -5/+5 | |
|\ | | | | | Update lshw to 02.17 | |||||
| * | Fix version number in ldflags.patch | Maxime BORGES | 2018-08-31 | 1 | -2/+2 | |
| | | ||||||
| * | Update lshw to 02.17 | Maxime BORGES | 2018-08-31 | 2 | -5/+5 | |
|/ | ||||||
* | Merge pull request #373 from advancedtelematic/bugfix/bison-dep-v2 | Patrick Vacek | 2018-08-17 | 1 | -1/+1 | |
|\ | | | | | ostree: Correction: it depends on bison-native for configuration. | |||||
| * | ostree: Correction: it depends on bison-native for configuration.bugfix/bison-dep-v2 | Patrick Vacek | 2018-08-17 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #372 from advancedtelematic/fix/cpu-type | Patrick Vacek | 2018-08-17 | 1 | -1/+1 | |
|\ | | | | | Specify cpu type -host- for KVM mode | |||||
| * | Specify cpu type -host- for KVM modefix/cpu-type | Eugene Smirnov | 2018-08-17 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #371 from advancedtelematic/bugfix/bison-dep | Patrick Vacek | 2018-08-17 | 1 | -1/+1 | |
|\ \ | | | | | | | ostree: add missing bison dependency. | |||||
| * | | ostree: add missing bison dependency.bugfix/bison-dep | Patrick Vacek | 2018-08-17 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #368 from advancedtelematic/fit-initramfs-support | Patrick Vacek | 2018-08-17 | 8 | -32/+26 | |
|\ \ | |/ |/| | Fit initramfs support | |||||
| * | Add back dependency on INITRAMFS_IMAGE:do_image_completefit-initramfs-support | Phil Wise | 2018-08-14 | 1 | -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 initramfs | Yevgeny Popovych | 2018-08-14 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Yevgeny Popovych <yevgenyp@pointgrab.com> | |||||
| * | ostree-initrd: Make it an initramfs, not initrd | Yevgeny Popovych | 2018-08-14 | 5 | -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 FIT | Yevgeny Popovych | 2018-08-14 | 1 | -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 initramfs | Yevgeny Popovych | 2018-08-14 | 6 | -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-master | cajun-rat | 2018-08-14 | 2 | -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-master | Patrick Vacek | 2018-08-08 | 2 | -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-update | Patrick Vacek | 2018-08-13 | 1 | -4/+3 | |
|\ \ | |/ |/| | ostree: upgrade to v2018.7+ | |||||
| * | ostree: upgrade to v2018.7+ | Ricardo Salveti | 2018-08-10 | 1 | -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/master | cajun-rat | 2018-08-08 | 2 | -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 comments | Ben Clouser | 2018-07-10 | 2 | -8/+7 | |
| | | ||||||
| * | Adding support for creating an otaimg.tar file in addition to the ext4 image | Ben Clouser | 2018-06-29 | 2 | -78/+121 | |
| | | ||||||
* | | Merge pull request #365 from advancedtelematic/fix/hsm-prov-on-master | cajun-rat | 2018-08-02 | 1 | -1/+1 | |
|\ \ | | | | | | | Bump Aktualizr revision to fix HSM bug | |||||
| * | | Bump Aktualizr revision to fix HSM bug | Phil Wise | 2018-08-02 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #362 from advancedtelematic/feat/PRO-Tech-#1-master | lbonn | 2018-07-31 | 1 | -1/+2 | |
|\ \ | | | | | | | aktualizr: bump to latest and accommodate hmi_stub. | |||||
| * | | aktualizr: bump to latest and accommodate hmi_stub. | Patrick Vacek | 2018-07-26 | 1 | -1/+2 | |
|/ / | ||||||
* | | Merge pull request #361 from advancedtelematic/doc/secondary-network-master | cajun-rat | 2018-07-26 | 1 | -1/+1 | |
|\ \ | | | | | | | Document SOTA_CLIENT_FEATURES = "secondary-network". | |||||
| * | | Document SOTA_CLIENT_FEATURES = "secondary-network". | Patrick Vacek | 2018-07-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge pull request #351 from advancedtelematic/feat/better-dependencies | cajun-rat | 2018-07-24 | 3 | -125/+237 | |
|\ \ \ | |/ / |/| | | Feat/better dependencies | |||||
| * | | find_dependencies.py: Fix cases with no meaningful dependencies. | Patrick Vacek | 2018-06-28 | 1 | -12/+19 | |
| | | | ||||||
| * | | find_aktualizr_dependencies.sh: Run once per recipe. | Patrick Vacek | 2018-06-28 | 1 | -12/+11 | |
| | | | ||||||
| * | | find_dependencies.py: rename from find_packages.py. | Patrick Vacek | 2018-06-28 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | More generic, hopefully a bit clearer. The input must be a recipe, but recipes depend on packages. | |||||
| * | | find_packages.py: Hide some i586-specific virtual packages. | Patrick Vacek | 2018-06-28 | 1 | -0/+2 | |
| | | | ||||||
| * | | find_packages.py: Do not write anything if recipe is not found. | Patrick Vacek | 2018-06-28 | 1 | -25/+30 | |
| | | | ||||||
| * | | find_packages.py: Substantial rewrite based on OSS team feedback. | Patrick Vacek | 2018-06-28 | 1 | -49/+130 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * Only one recipe is investigated at a time. * Output is hopefully closer to the desired format. * Renamed the output file. * Skip some basic native and virtual (cross-compilation) build tools so that the output is not monstrously large. |