summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OTA-4388: Conf variable to specify an update type for secondaryfeat/OTA-4388/configure-secondary-update-typeMykhaylo Sul2020-02-053-5/+21
| | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* aktualizr: Bump to 2020.2 release and latest garage-sign (#674)lbonn2020-01-301-4/+4
|\ | | | | aktualizr: Bump to 2020.2 release and latest garage-sign
| * aktualizr: Bump to 2020.2 release and latest garage-signfeat/2020.2Mykhaylo Sul2020-01-301-4/+4
|/ | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* Merge pull request #667 from advancedtelematic/fix/rm-obsolete-examplesPatrick Vacek2020-01-241-5/+1
|\ | | | | aktualizr: Remove unused hmi-stub and examples package.
| * aktualizr: Remove unused hmi-stub and examples package.fix/rm-obsolete-examplesPatrick Vacek2020-01-231-5/+1
| | | | | | | | | | | | | | | | hmi-stub was replaced by libaktualizr-demo-app and is no longer part of this recipe. That leaves the aktualizr-examples package empty, so just get rid of it. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* | Merge pull request #666 from liuming50/aktualizr-runs-after-nss-lookup-targetPatrick Vacek2020-01-231-1/+1
|\ \ | | | | | | aktualizr: relies on nss-lookup.target
| * | aktualizr: relies on nss-lookup.targetMing Liu2020-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | aktualizr.service needs run after nss-lookup.target to ensure DNS resolving is ready. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
* | | Merge pull request #637 from advancedtelematic/feat/OTA-2937/non-ostree-buildPatrick Vacek2020-01-234-17/+64
|\ \ \ | |_|/ |/| | build and run image without ostree support for qemux86-64
| * | Fix default uboot-enable variable in qemu command scriptfeat/OTA-2937/non-ostree-buildKostiantyn Bushko2020-01-232-2/+2
| | | | | | | | | | | | Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
| * | build and run image without ostree support for qemux86-64Kostiantyn Bushko2020-01-204-17/+64
|/ / | | | | | | Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
* | Merge pull request #662 from advancedtelematic/feat/2020.1Patrick Vacek2020-01-201-4/+4
|\ \ | |/ |/| aktualizr: Bump to latest.
| * aktualizr: Bump to latest.feat/2020.1Patrick Vacek2020-01-201-4/+4
|/ | | | | | Bump garage-sign as well. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Merge pull request #656 from ↵Patrick Vacek2020-01-174-6/+6
|\ | | | | | | | | advancedtelematic/feat/OTA-4174/ostree-update-default-on-secondary OTA-4174: Make an ostree update a default on IP Secondary
| * OTA-4174: Make an ostree update a default on IP Secondaryfeat/OTA-4174/ostree-update-default-on-secondaryMykhaylo Sul2020-01-174-6/+6
|/ | | | Signed-off-by: Mykhaylo Sul <ext-mykhaylo.sul@here.com>
* Merge pull request #588 from advancedtelematic/feat/OTA-2150/system_monitoringPatrick Vacek2020-01-151-0/+20
|\ | | | | Add Zabbix configuration recipe
| * zabbix-agent: configuration recipefeat/OTA-2150/system_monitoringKostiantyn Bushko2020-01-141-0/+20
|/ | | | Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
* Merge pull request #661 from ↵Patrick Vacek2020-01-142-0/+15
|\ | | | | | | | | advancedtelematic/feat/qemu-cmd-args/port-forwarding QEMU run script option: allowing to pass qemu <hostfwd> as an optiona…
| * fix issue with attr error for host_forwardfeat/qemu-cmd-args/port-forwardingKostiantyn Bushko2020-01-141-1/+1
| | | | | | | | Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
| * run-qemu-ota: passing hostfwd as command line argumentKostiantyn Bushko2020-01-142-0/+15
|/ | | | Signed-off-by: Kostiantyn Bushko <kbushko@intellias.com>
* Adapt to shared libraries changes in aktualizr (bis) (#660)lbonn2020-01-091-3/+17
|\ | | | | Adapt to shared libraries changes in aktualizr (bis)
| * Adapt to shared libraries changes in aktualizrfeat/akt-dynlibLaurent Bonnans2020-01-091-3/+17
|/ | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #658 from advancedtelematic/docs/copyright-2020Patrick Vacek2020-01-091-1/+1
|\ | | | | README: bump copyright to 2020.
| * README: bump copyright to 2020.docs/copyright-2020Patrick Vacek2020-01-081-1/+1
|/ | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Allow dots in ostree branch names and hw ids (#657)lbonn2020-01-081-4/+4
|\ | | | | Allow dots in ostree branch names and hw ids
| * Allow dots in ostree branch names and hw idsfix/dots-in-namesLaurent Bonnans2020-01-081-4/+4
|/ | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #655 from liuming50/add-python-to-HOSTTOOLS_NONFATALPatrick Vacek2020-01-022-3/+3
|\ | | | | meta: add python to HOSTTOOLS_NONFATAL
| * meta: add python to HOSTTOOLS_NONFATALMing Liu2020-01-022-3/+3
|/ | | | | | | | | | repo is requiring python to be able to work correctly, add python to HOSTTOOLS_NONFATAL as well. image_repo_manifest is actually a image bbclass, move it to IMAGE_CLASSES instead of inheriting it in sota.bbclass. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
* Merge pull request #654 from advancedtelematic/fix/ptest-provisionPatrick Vacek2019-12-271-1/+1
|\ | | | | aktualizr: Bump to latest for ptest provisioning test fix.
| * aktualizr: Bump to latest for ptest provisioning test fix.fix/ptest-provisionPatrick Vacek2019-12-271-1/+1
|/ | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Merge pull request #653 from advancedtelematic/tests/ort-updatePatrick Vacek2019-12-191-5/+4
|\ | | | | Update dependencies to scan with ORT.
| * Update dependencies to scan with ORT.tests/ort-updatePatrick Vacek2019-12-191-5/+4
|/ | | | Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* Update aktualizr to 2019.11 (#646)lbonn2019-12-121-4/+4
|\ | | | | Update aktualizr to 2019.11
| * Update aktualizr to 2019.11up/aktualizr-2019.11Laurent Bonnans2019-12-121-4/+4
|/ | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* Merge pull request #642 from advancedtelematic/feat/set-pkcs11-pathlbonn2019-12-102-3/+4
|\ | | | | Set PKCS11_ENGINE_PATH when using aktualizr with HSM
| * Set PKCS11_ENGINE_PATH when using aktualizr with HSMfeat/set-pkcs11-pathLaurent Bonnans2019-12-062-3/+4
| | | | | | | | Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
* | ostree: adjust to ostree in meta-openembedded (#645)lbonn2019-12-092-75/+1
|\ \ | |/ |/| ostree: adjust to ostree in meta-openembedded
| * ostree: adjust to ostree in meta-openembeddedpr/645/ostree-drop-redundant-patchMing Liu2019-12-072-75/+1
|/ | | | | | | | | | | Drop a patch that has been merged into meta-openembedded by commit 000448b0: [ ostree: Backport build/test fixes from upstream ] Also move builtin-grub2-mkconfig to PACKAGECONFIG, drop a redundant FILES setting. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
* Merge pull request #638 from advancedtelematic/feat/custom-ubootPatrick Vacek2019-12-043-0/+4
|\ | | | | Add --uboot flag to specify path to a custom u-boot rom.
| * 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>
* | Force a simple reproducible build mechanism (#641)lbonn2019-12-041-2/+3
|\ \ | |/ |/| Force a simple reproducible build mechanism
| * Force a simple reproducible build mechanismfix/simple-reproducibleLaurent Bonnans2019-12-041-2/+3
|/ | | | | | | | | | | | In 25a17f0346ab05b3212bb280e4a8b622bcf99bce, poky sets reproducible_build by defaults. However, it is quite complex as it tries to compute a plausible timestamp from source files, in a reproducible ways. Setting the timestamps to 0, just like ostree, is probably safer in our case, so let's switch to our old behavior. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.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.