summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Test --running-mode=oncePhil Wise2018-07-061-0/+43
| |
| * aktualizr: bump to latest (72abac76184c84b9a5beb0dfbb103a13b9bfb2ae).Patrick Vacek2018-07-061-1/+1
|/
* Merge pull request #354 from advancedtelematic/feat/bump-aktualizr-sumocajun-rat2018-07-031-1/+1
|\ | | | | aktualizr: Get latest for PRO-H#2 sprint. (sumo)
| * aktualizr: Get latest for PRO-H#2 sprint.Patrick Vacek2018-07-021-1/+1
|/
* Merge pull request #345 from advancedtelematic/bugfix/staging_dir_host_sumoPatrick Vacek2018-06-219-33/+37
|\ | | | | Bugfix/staging dir host sumo
| * aktualizr: support check-discovery and fix secondary tests.Phil Wise2018-06-192-3/+10
| | | | | | | | | | | | | | | | | | Cherry-pick of 78422f6ca6e5cca90e33ad49aa1b39bb25c527b3 from master. Original commit message follows: Compatibility with latest aktualizr Note that the HsmTests still sometimes fail
| * 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-141-7/+7
| |
| * aktualizr: Bump to latest.Patrick Vacek2018-06-133-3/+1
| | | | | | | | No longer provide input config to implicit_writer.
| * CONTRIBUTING.adoc: clarify which branches have what status.Patrick Vacek2018-06-121-1/+2
| |
| * aktualizr-*-prov: read config files from STAGING_DIR_HOST.Patrick Vacek2018-06-124-18/+15
| | | | | | | | | | | | | | | | | | | | STAGING_DIR_NATIVE does not get populated as I had previously believed. Native recipes do not get packaged, so although we want to use a native executable, we need to get the config files from the aktualizr-host-tools package built by the aktualizr (target) recipe. Thanks to Andre McCurdy and Khem Raj for insight on how to get this right.
| * sota.bbclass: remove obsolete/incorrect comment.Patrick Vacek2018-06-121-1/+0
| |
| * aktualizr-auto-prov: Remove redundant '.toml'.Patrick Vacek2018-06-121-2/+2
| |
| * Bugfix: strip whitespace and newlines from tuf URL in credentials.zipJon Oster2018-06-121-1/+1
|/
* Merge pull request #330 from advancedtelematic/bugfix/implicit-and-certs-sumoPatrick Vacek2018-06-0510-29/+36
|\ | | | | Bugfix/implicit and certs sumo
| * Merge remote-tracking branch 'ats/rocko' into bugfix/implicit-and-certs-sumoPatrick Vacek2018-06-044-9/+7
| |\
| | * Merge pull request #324 from advancedtelematic/feat/aktualizr-repoPatrick Vacek2018-06-012-1/+2
| | |\ | | | | | | | | Fixup oe-selftest
| | | * Bump PR to flush old sstate caches that were built in-treePhil Wise2018-06-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The change that removes autotools-brokensep breaks people who have old sstate caches that were built in-tree. Bump the PR to flush these out of the system.
| | | * Get ready for aktualizr-repo toolPhil Wise2018-06-011-0/+1
| | |/
| | * Merge pull request #319 from advancedtelematic/bugfix/ostree-autotools-brokensepPatrick Vacek2018-05-251-2/+2
| | |\ | | | | | | | | ostree: Don't use autotools-brokensep.
| | | * ostree: Don't use autotools-brokensep.Patrick Vacek2018-05-231-2/+2
| | | | | | | | | | | | | | | | | | | | The only reason we needed it was because of a relative path that I've now made absolute.
| | * | Merge pull request #317 from advancedtelematic/fix/u-boot-multilib-issuelbonn2018-05-232-6/+3
| | |\ \ | | | |/ | | |/| Include fix for qemu in sota_qemux86-64.bbclass
| | | * Include fix for qemu in sota_qemux86-64.bbclassLaurent Bonnans2018-05-232-6/+3
| | |/
| * | aktualizr: Upgrade to use simplified implicit_writer config.Patrick Vacek2018-06-045-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | There is no longer a need for dumping the whole config, now we can just add what we need to a new config file and use that in addition to the base config. This simplifies several things and fixes a few bugs. Also renamed the configs to make provenance a little clearer.
| * | aktualizr_*.bb: Minor formatting and fixes.Patrick Vacek2018-06-046-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Move HSM dependencies to aktualizr recipe, since it's aktualizr that can depend on HSM support, not the provisioning prepartion. Remove references to systemd in provisioning recipes, since they have nothing to do with systemd.
| * | ca-certificates: Remove upstreamed patch.Patrick Vacek2018-05-311-1/+0
|/ /
* | Merge pull request #327 from advancedtelematic/bugfix/oe-selftest-sumoPatrick Vacek2018-05-311-3/+3
|\ \ | | | | | | updater.py: Fix test broken by man/man-db upgrade.
| * | updater.py: Fix test broken by man/man-db upgrade.Patrick Vacek2018-05-311-3/+3
|/ /
* | Merge pull request #315 from advancedtelematic/sumo-candidatelbonn2018-05-2222-84/+583
|\ \ | | | | | | Update master with recent fixes
| * | Merge remote-tracking branch 'ats/rocko' into sumo-candidateLaurent Bonnans2018-05-1822-84/+583
|/| | | |/
| * Merge pull request #316 from advancedtelematic/fix/rm-minnowboard-ubootlbonn2018-05-181-8/+0
| |\ | | | | | | Remove support for u-boot on minnowboard
| | * Remove support for u-boot on minnowboardLaurent Bonnans2018-05-181-8/+0
| |/ | | | | | | See https://github.com/advancedtelematic/meta-updater-minnowboard/pull/6
| * Merge pull request #313 from advancedtelematic/fix/qa-shipped-fileslbonn2018-05-175-2/+6
| |\ | | | | | | Review shipped directories in aktualizr recipes
| | * Review shipped directories in aktualizr recipesLaurent Bonnans2018-05-175-2/+6
| | | | | | | | | | | | Missing directories in FILES_xx were causing bitbake QA errors on sumo
| * | Merge pull request #314 from advancedtelematic/feat/bump-embed-sqlPatrick Vacek2018-05-171-10/+2
| |\ \ | | |/ | |/| Remove aktualizr-common because schemas are embedded
| | * Remove aktualizr-common because schemas are embeddedPhil Wise2018-05-171-10/+2
| |/
| * Merge pull request #312 from advancedtelematic/bugfix/log-debug-firstlbonn2018-05-172-3/+3
| |\ | | | | | | Move log-debug from 90 to 05.
| | * Move log-debug from 90 to 05.Patrick Vacek2018-05-172-3/+3
| |/ | | | | | | | | | | This way it will probably the first config read, meaning it will be applied earlier in the config processing flow. It still means that at the moment, no message about reading the log-debug.toml appears, though.
| * Merge pull request #311 from ↵lbonn2018-05-168-22/+19
| |\ | | | | | | | | | | | | advancedtelematic/fix/PRO-5376/backport-master-fixes Backport from master to rocko
| | * Fix boot on qemux86-64Laurent Bonnans2018-05-162-1/+2
| | | | | | | | | | | | It needs a plain compressed file system and not an u-boot legacy image
| | * aktualizr_git: remove duplicate installsLaurent Bonnans2018-05-161-7/+2
| | | | | | | | | | | | | | | If it's in `do_install_append`, no need to also put it in `do_install_append_class-native`
| | * Check for custom target version for installed_versionsRicardo Salveti2018-05-161-1/+5
| | | | | | | | | | | | | | | | | | | | | Make sure to use the custom target version when creating installed_versions if defined by the user. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| | * ostree: remove python from rdependsRicardo Salveti2018-05-161-2/+1
| | | | | | | | | | | | | | | | | | | | | Python is not needed by ostree itself (no script or utility using python), so remove it from the rdepends list. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| | * sdimage-sota.wks: remove label as it gets set by image_types_otaRicardo Salveti2018-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | image_types_ota already defines the rootfs label when creating the ota image, so drop label overwrite when creating the sdcard partition. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| | * image_types_ota: make default grub.cfg a link to loader/grub.cfgRicardo Salveti2018-05-161-1/+1
| | | | | | | | | | | | | | | | | | | | | /boot/grub2/grub.cfg should reflect the grub.cfg used by the boot process instead of being an empty file. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| | * Replace INITRAMFS_FSTYPES with OSTREE_INITRAMFS_FSTYPESRicardo Salveti2018-05-163-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | User is able to customize the init script via OSTREE_INITRAMFS_IMAGE but there is no way to set INITRAMFS_FSTYPES as it gets defined by sota.bbclass. Create a new variable called OSTREE_INITRAMFS_IMAGE to handle the INITRAMFS_FSTYPES update, and also allow the user to override it. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| | * ostree: fix systemd service files permissionRicardo Salveti2018-05-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the following boot warning: systemd[1]: Configuration file /usr/lib/systemd/system/ostree-remount.service is marked executable. Please remove executable permission bits. Proceeding anyway. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
| | * sota: introduce INITRAMFS_FSTYPESMing Liu2018-05-154-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RAMDISK_EXT and IMAGE_FSTYPES of initramfs-ostree-image should not be defined separately, because they are representing the same fstype of a same initramfs image, or else, they turn out to be inconsistent if the users change one of them. So we use INITRAMFS_FSTYPES already defined in bitbake.conf, to be able to set fstype for initramfs. And it should default to ext4.gz.u-boot or ext4.gz depending on what OSTREE_BOOTLOADER is being set. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
| | * image_types_ostree.bbclass: change the systemd detecting logicMing Liu2018-05-151-1/+1
| |/ | | | | | | | | | | | | | | It can not determine the init manager is systemd by checking if DISTRO_FEATURES contains 'systemd', change it to check VIRTUAL-RUNTIME_init_manager instead. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
| * Merge pull request #296 from advancedtelematic/feat/backport-from-mastercajun-rat2018-05-144-8/+22
| |\ | | | | | | Feat/backport from master