summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * Adding support for creating an otaimg.tar file in addition to the ext4 imageBen Clouser2018-06-292-78/+121
| |
* | Merge pull request #365 from advancedtelematic/fix/hsm-prov-on-mastercajun-rat2018-08-021-1/+1
|\ \ | | | | | | Bump Aktualizr revision to fix HSM bug
| * | Bump Aktualizr revision to fix HSM bugPhil Wise2018-08-021-1/+1
|/ /
* | Merge pull request #362 from advancedtelematic/feat/PRO-Tech-#1-masterlbonn2018-07-311-1/+2
|\ \ | | | | | | aktualizr: bump to latest and accommodate hmi_stub.
| * | aktualizr: bump to latest and accommodate hmi_stub.Patrick Vacek2018-07-261-1/+2
|/ /
* | Merge pull request #361 from advancedtelematic/doc/secondary-network-mastercajun-rat2018-07-261-1/+1
|\ \ | | | | | | Document SOTA_CLIENT_FEATURES = "secondary-network".
| * | Document SOTA_CLIENT_FEATURES = "secondary-network".Patrick Vacek2018-07-251-1/+1
| | |
* | | Merge pull request #351 from advancedtelematic/feat/better-dependenciescajun-rat2018-07-243-125/+237
|\ \ \ | |/ / |/| | Feat/better dependencies
| * | find_dependencies.py: Fix cases with no meaningful dependencies.Patrick Vacek2018-06-281-12/+19
| | |
| * | find_aktualizr_dependencies.sh: Run once per recipe.Patrick Vacek2018-06-281-12/+11
| | |
| * | find_dependencies.py: rename from find_packages.py.Patrick Vacek2018-06-281-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 Vacek2018-06-281-0/+2
| | |
| * | find_packages.py: Do not write anything if recipe is not found.Patrick Vacek2018-06-281-25/+30
| | |
| * | find_packages.py: Substantial rewrite based on OSS team feedback.Patrick Vacek2018-06-281-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.
| * | find_packages.py: input package names to search.Patrick Vacek2018-06-272-20/+38
| | | | | | | | | | | | | | | Use find_aktualizr_dependencies.sh to get the previous output for aktualizr-related projects.
* | | Merge pull request #358 from ↵Patrick Vacek2018-07-172-3/+16
|\ \ \ | | | | | | | | | | | | | | | | advancedtelematic/feat/bump-aktualizr-pro-h#3-master Feat/bump aktualizr pro h#3 master
| * | | aktualizr: retry garage-sign version check and handle errors better.Patrick Vacek2018-07-171-2/+15
| | | |
| * | | aktualizr: bump to latest for PRO-H#3 sprint.Patrick Vacek2018-07-171-1/+1
|/ / /
* | | Merge pull request #355 from advancedtelematic/feat/bump-aktualizr-mastercajun-rat2018-07-0913-772/+23
|\ \ \ | |_|/ |/| | aktualizr: Get latest for PRO-H#2 sprint. (master)
| * | aktualizr: bump to latest (72abac76184c84b9a5beb0dfbb103a13b9bfb2ae).Patrick Vacek2018-07-061-1/+1
| | |
| * | aktualizr tools: use generic MPL license instead of our own copy.Patrick Vacek2018-07-039-766/+11
| | |
| * | softhsm-testtoken: fix complaint about generic license location.Patrick Vacek2018-07-031-3/+1
| | |
| * | createtoken.sh: remove redundant file check.Patrick Vacek2018-07-021-1/+1
| | |
| * | CONTRIBUTING.adoc: Move pyro to the backburner.Patrick Vacek2018-07-021-1/+9
| | |
| * | aktualizr: Get latest for PRO-H#2 sprint.Patrick Vacek2018-07-021-1/+1
|/ /
* | Merge pull request #338 from rsalveti/ostree-imagecajun-rat2018-06-271-6/+0
|\ \ | | | | | | image_types_ostree: no need to create boot/loader folders when creating ostree repo
| * | image_types_ostree: no need to create boot/loader folders when creating ↵Ricardo Salveti2018-06-121-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | ostree repo The boot/loader folders are only required at the deploy stage, which is already created by image_types_ota.bbclass. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* | | Merge pull request #348 from advancedtelematic/ci/dockerizelbonn2018-06-275-29/+108
|\ \ \ | |_|/ |/| | Ci/dockerize
| * | Remove python3-requests from Dockerfile.bitbakeLaurent Bonnans2018-06-271-1/+0
| | |
| * | Rename Jenkinsfile to Jenkinsfile.bleedingLaurent Bonnans2018-06-251-0/+3
| | | | | | | | | | | | + small doc comment
| * | Small doc about setting up Jenkins for meta-updaterLaurent Bonnans2018-06-251-0/+14
| | |
| * | Add caching to CI bitbakingLaurent Bonnans2018-06-252-4/+30
| | | | | | | | | | | | | | | Also fix various issues with environment variables and file transfers to Docker
| * | Use plain bash instead of hacky sed for CI config filesLaurent Bonnans2018-06-223-16/+10
| | |
| * | Try to bitbake on CI inside dockerLaurent Bonnans2018-06-222-4/+42
| | |
| * | Refactor some of the Jenkins pipeline stuffLaurent Bonnans2018-06-211-9/+14
|/ / | | | | | | Some options looked deprecated
* | Merge pull request #346 from advancedtelematic/test/running-modePatrick Vacek2018-06-202-1/+44
|\ \ | | | | | | Test --running-mode=once
| * | Bump Aktualizr versionPhil Wise2018-06-201-1/+1
| | |
| * | Test --running-mode=oncePhil Wise2018-06-201-0/+43
|/ /
* | Merge pull request #339 from advancedtelematic/bugfix/staging_dir_host_masterPatrick Vacek2018-06-197-27/+26
|\ \ | | | | | | Bugfix/staging dir host master
| * | updater.py: Add hack to clean recipes before building.Patrick Vacek2018-06-191-0/+2
| | | | | | | | | | | | | | | This should not be necessary, but after building for the grub test, the sysroot does not get repopulated as expected for the implicit/HSM tests.
| * | updater.py: Fix longstanding typo.Patrick Vacek2018-06-191-7/+7
| | |
| * | CONTRIBUTING.adoc: clarify which branches have what status.Patrick Vacek2018-06-191-1/+2
| | |