summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add --bootloader flag to specify path to a custom u-boot rom.feat/custom-ubootPatrick Vacek2019-12-033-0/+4
| | | | | | | Also should work for other bootloaders. This is intended to help with keeping around older versions of images with a similarly old bootloader. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Merge pull request #639 from advancedtelematic/feat/ptest-fixesPatrick Vacek2019-11-291-1/+1
|\ | | | | aktualizr: Bump to latest for ptest fixes for C API tests.
| * aktualizr: Bump to latest for ptest fixes for C API tests.feat/ptest-fixesPatrick Vacek2019-11-291-1/+1
|/ | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Merge pull request #631 from ↵Patrick Vacek2019-11-272-14/+47
|\ | | | | | | | | advancedtelematic/feat/ota-3202/Add-sanity-checks-for-SOTA-variables-in-meta-updater Add sanity checks for user-defined SOTA variables
| * keep new name suggestion remove ostree repo checkfeat/ota-3202/Add-sanity-checks-for-SOTA-variables-in-meta-updaterZee3141592019-11-271-3/+7
| | | | | | | | Signed-off-by: Zee314159 <252806294@qq.com>
| * Use regex and add some variablesZee3141592019-11-221-37/+38
| | | | | | | | Signed-off-by: Zee314159 <252806294@qq.com>
| * Add sanity checks for user-defined SOTA variablesZee3141592019-11-182-14/+42
| | | | | | | | Signed-off-by: Zee314159 <252806294@qq.com>
* | Merge pull request #636 from liuming50/drop-distro_features_checkPatrick Vacek2019-11-251-2/+3
|\ \ | | | | | | image_types_ostree.bbclass: do not inherit distro_features_check
| * | image_types_ostree.bbclass: do not inherit distro_features_checkMing Liu2019-11-241-2/+3
|/ / | | | | | | | | | | | | Change to inherit features_check, since distro_features_check has been deprecated in OE. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
* | Revert "Zeus gitlab pipeline definitions"Laurent Bonnans2019-11-221-13/+15
| | | | | | | | This reverts commit 95238dd191dbed4a0811ce85dfb1a90288f3ff67.
* | Zeus gitlab pipeline definitions (#635)lbonn2019-11-221-15/+13
|\ \ | | | | | | Zeus gitlab pipeline definitions
| * | Zeus gitlab pipeline definitionsci/zeus-pipelinesLaurent Bonnans2019-11-211-15/+13
| |/ | | | | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* | Merge pull request #632 from advancedtelematic/feat/2019.10Patrick Vacek2019-11-211-4/+4
|\ \ | |/ |/| aktualizr: Upgrade to 2019.10 release and latest garage-sign.
| * aktualizr: Upgrade to 2019.10 release and latest garage-sign.feat/2019.10Patrick Vacek2019-11-201-4/+4
|/ | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Build core-image-minimal for rpi on CI (#630)lbonn2019-11-141-0/+15
|\ | | | | Build core-image-minimal for rpi on CI
| * Build core-image-minimal for rpi on CIci/build-rpi-imagesLaurent Bonnans2019-11-141-0/+15
| | | | | | | | | | | | | | Also publish images as artifact so that they can directly be downloaded for tests. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* | Merge pull request #629 from advancedtelematic/fix/rpi3-uartPatrick Vacek2019-11-142-4/+4
|\ \ | |/ |/| Fix uart output on recent raspberrypi3
| * Fix bug at aktualizr startup on rpi/armfix/rpi3-uartLaurent Bonnans2019-11-131-1/+1
| | | | | | | | | | | | By bumping aktualizr, see: https://github.com/advancedtelematic/aktualizr/pull/1444 Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
| * Fix uart output on raspberrypi3Laurent Bonnans2019-11-121-3/+3
|/ | | | | | | The broadcom firmware now needs device trees to be present in/boot to set it up. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #628 from advancedtelematic/fix/rm-libsystemdPatrick Vacek2019-11-121-1/+0
|\ | | | | aktualizr: Remove systemd packaging.
| * aktualizr: Remove systemd packaging.fix/rm-libsystemdPatrick Vacek2019-11-121-1/+0
|/ | | | | | That dependency and build flag have been removed as they were unused. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Merge pull request #627 from ↵Patrick Vacek2019-11-122-3/+10
|\ | | | | | | | | advancedtelematic/feat/OTA-3883/repo-manifest-upload Send a copy of repo manifest through garage-push
| * Bump aktualizr to latest masterfeat/OTA-3883/repo-manifest-uploadLaurent Bonnans2019-11-111-1/+1
| | | | | | | | | | | | With support with new garage-push --repo-manifest option Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
| * Only push repo manifest if garage-push supports itLaurent Bonnans2019-11-111-1/+2
| | | | | | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
| * Send a copy of repo manifest through garage-pushLaurent Bonnans2019-11-081-2/+8
|/ | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #626 from ↵Patrick Vacek2019-11-072-3/+3
|\ | | | | | | | | liuming50/change-OTA_IMAGE_ROOTFS-to-TAR_IMAGE_ROOTFS meta: change OTA_IMAGE_ROOTFS to TAR_IMAGE_ROOTFS
| * meta: change OTA_IMAGE_ROOTFS to TAR_IMAGE_ROOTFSchange-OTA_IMAGE_ROOTFS-to-TAR_IMAGE_ROOTFSMing Liu2019-11-062-3/+3
| | | | | | | | | | | | | | No functional changes, rename OTA_IMAGE_ROOTFS to TAR_IMAGE_ROOTFS since the later is a more common name. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
* | Merge pull request #621 from ricardosalveti/ostreePatrick Vacek2019-11-073-69/+78
|\ \ | | | | | | Drop ostree_git in favor of the ostree recipe from meta-oe.
| * | Drop ostree_git in favor of the ostree recipe from meta-oe.ostreeRicardo Salveti2019-11-063-69/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A newer ostree recipe is now provided via the meta-oe layer, so drop local ostree_git recipe in favor of the latest one from meta-oe. Local bbappend created to enable curl, libarchive and ostree-grub-generator, which were all enabled by default in ostree_git, besides disabling soup as that is not really needed with curl (and wasn't previously enabled). Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
* | | Merge pull request #624 from advancedtelematic/feat/OTA-3988/non-systemd-supportEugene Smirnov2019-11-079-25/+109
|\ \ \ | |_|/ |/| | OTA-3988: Non-systemd/poky-sota local.conf
| * | OTA-3988: Split the local.conf to a base and a distro specific partfeat/OTA-3988/non-systemd-supportMykhaylo Sul2019-11-063-25/+11
| | | | | | | | | | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
| * | OTA-3988: make the DISTRO value in poky-sota-systemd.conf aligned to the ↵Mykhaylo Sul2019-11-051-1/+1
| | | | | | | | | | | | | | | | | | systemd case Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
| * | OTA-3988: oe-selftest for the non-systemd caseMykhaylo Sul2019-11-051-0/+36
| | | | | | | | | | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
| * | OTA-3988: force an ostree boot indication only in case of non-systemd distroMykhaylo Sul2019-11-052-1/+3
| | | | | | | | | | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
| * | Indicate an OSTree boot on startEugene Smirnov2019-11-053-1/+37
| | | | | | | | | | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
| * | OTA-3988: Don't build the networkd-dhcp recipe if systemd is not included ↵Mykhaylo Sul2019-11-011-1/+1
| | | | | | | | | | | | | | | | | | into the disto feature list Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
| * | OTA-3988: Non-systemd/poky-sota local.confMykhaylo Sul2019-11-012-2/+26
| | | | | | | | | | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* | | Remove a now unnecessary hack in rpi oe-selftests (#625)lbonn2019-11-061-16/+0
|\ \ \ | |/ / |/| | Remove a now unnecessary hack in rpi oe-selftests
| * | Remove a now unnecessary hack in rpi oe-selftestsfix/unhack-rpi-oeLaurent Bonnans2019-11-051-16/+0
|/ / | | | | | | | | | | See https://github.com/advancedtelematic/meta-updater-qemux86-64/pull/37 Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* | Merge pull request #623 from advancedtelematic/fix/ptest-reenablePatrick Vacek2019-10-281-0/+4
|\ \ | | | | | | Fix aktualizr-ptest breakage
| * | Fix aktualizr-ptest breakagefix/ptest-reenableLaurent Bonnans2019-10-281-0/+4
|/ / | | | | | | | | | | The compile step was removed by mistake in ec1ac0617b120813d6450dffe1aa8d4868e37332! Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* | networkd-dhcp-conf: Remove allarch. (#622)lbonn2019-10-281-1/+1
|\ \ | | | | | | networkd-dhcp-conf: Remove allarch.
| * | networkd-dhcp-conf: Remove allarch.fix/dhcp-conf-not-allarchPatrick Vacek2019-10-281-1/+1
|/ / | | | | | | | | | | | | | | We were setting PACKAGE_ARCH to MACHINE_ARCH anyway, so this wasn't helping anything. Suggested-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* | Merge pull request #620 from advancedtelematic/fix/rm-systemdPatrick Vacek2019-10-281-1/+1
|\ \ | |/ |/| aktualizr: remove systemd from PACKAGECONFIG.
| * aktualizr: remove systemd from PACKAGECONFIG.fix/rm-systemdPatrick Vacek2019-10-241-1/+1
|/ | | | | | | The systemd functionality in aktualizr is not currently used for anything, so there's no reason to use it. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Merge pull request #616 from advancedtelematic/feat/2019.9Patrick Vacek2019-10-241-4/+4
|\ | | | | aktualizr: Bump to 2019.9 release and latest garage-sign.
| * aktualizr: Bump to 2019.9 release and latest garage-sign.feat/2019.9Patrick Vacek2019-10-211-4/+4
| | | | | | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* | Merge pull request #614 from jsrc27/fix-ref-bindingPatrick Vacek2019-10-221-1/+2
|\ \ | |/ |/| image_types_ostree: Fix OSTree ref-bindings
| * image_types_ostree: Fix OSTree ref-bindingsfix-ref-bindingJeremias Cordoba2019-10-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | The command "ostree refs --create" creates a new ref that points to a pre-existing commit hash. This does not add this new ref to the ref-bindings metadata in OSTree. The missing metadata leads to OSTree verifcation failures when working with the new ref. Fix this by adding the "--bind-ref" option to "ostree commit" which adds the needed ref-binding metadata. Signed-off-by: Jeremias Cordoba <js.cordoba8321@gmail.com>
* | Merge pull request #612 from advancedtelematic/fix/603/arch-depsPatrick Vacek2019-10-1816-101/+92
|\ \ | | | | | | Fix/603/arch deps