summaryrefslogtreecommitdiffstats
path: root/recipes-sota
Commit message (Collapse)AuthorAgeFilesLines
* aktualizr: Remove implicit_writer. It is now unused.Patrick Vacek2018-10-291-2/+1
| | | | Bump to the latest version as well.
* Remove aktualizr hacks related to ubuntu supportLaurent Bonnans2018-10-291-4/+2
|
* Update aktualizr example secondary config pathLaurent Bonnans2018-10-291-3/+3
|
* ostree: drop libgsystem dependencyStefan Agner2018-10-291-1/+1
| | | | | | | OSTree removed libgsystem dependency since v2016.8. Drop it from the OSTree recipe too. Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
* aktualizr: remove BUILD_ISTOP flag.Patrick Vacek2018-10-291-1/+0
|
* aktualizr: remove example-interface.Patrick Vacek2018-10-293-26/+1
|
* ostree: Correction: it depends on bison-native for configuration.refactor/backport-ostree-upgrade-rockoPatrick Vacek2018-10-101-1/+1
|
* ostree: add missing bison dependency.Patrick Vacek2018-10-101-1/+1
|
* ostree: upgrade to v2018.7+Ricardo Salveti2018-10-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>
* ostree: improve package split logic and define extra packagesRicardo Salveti2018-10-101-17/+17
| | | | | | | Define extra packages to cover the bash-completion and dracut related files, as they are not necessarily required by ostree. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: improve systemd dependency checksRicardo Salveti2018-10-101-17/+5
| | | | | | | | No need to define SYSTEMD_REQUIRED and no need to manually install the service files, as that is already handled by ostree and the systemd bbclass. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: cleanup depends and rdependsRicardo Salveti2018-10-101-3/+2
| | | | | | | | Remove gtk-doc-native from DEPENDS and also remove util-linux-* packages from RDEPENDS as the dependencies for the required libraries are already populated by OE. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: no need to disable systemd when building nativeRicardo Salveti2018-10-101-7/+0
| | | | | | | | Maintaining different build flags for target and native just makes it harder to maintain the recipe and it is not really needed as systemd-native is already available for systems building systemd. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: cleanup configure and build flagsRicardo Salveti2018-10-101-1/+2
| | | | | | | | Set the standard CFLAGS variable instead of defining it via EXTRA_OECONF and also remove the configure flags that are automatically enabled based on the build depends. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: use do_configure_prepend and avoid customizing do_compileRicardo Salveti2018-10-101-7/+3
| | | | | | | Prefer prepend (autogen) and also avoid customizing do_compile as exporting BUILD_SYS and HOST_SYS is already enough. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: fix license and add homepage descriptionRicardo Salveti2018-10-101-1/+2
| | | | | | Ostree is LGPLv2+ and not GPLv2+. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* ostree: cosmetics: fix indentationRicardo Salveti2018-10-101-11/+10
| | | | Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* aktualizr: bump to latest.feat/import-installed-versions-rockoPatrick Vacek2018-10-021-1/+1
| | | | Includes test fixes and async downloads.
* Fixes for oe-selftestAnton Gerasimov2018-10-024-5/+4
|
* Add SOTA_DEPLOY_CREDENTIALS variable to control whether the built image ↵Anton Gerasimov2018-10-027-103/+87
| | | | should be provisioned
* aktualizr-uboot-env-rollback: Use generic MPL-2.0 license.Patrick Vacek2018-10-021-5/+1
|
* aktualizr tools: use generic MPL license instead of our own copy.Patrick Vacek2018-10-029-766/+11
|
* aktualizr: bump to latest for campaign and test fixes.Patrick Vacek2018-09-211-1/+1
|
* Update `installed_versions` passing to new locationLaurent Bonnans2018-09-211-1/+1
|
* softhsm-testtoken: Update paths for token import.Patrick Vacek2018-09-211-1/+1
| | | | And bump aktualizr recipe
* Merge pull request #377 from advancedtelematic/bugfix/lshw-aktualizr-etc-rockoBen Luck2018-09-041-1/+1
|\ | | | | | | | | | | Bugfix/lshw aktualizr etc rocko @patrickvacek Looks good to me :)
| * aktualizr: bump to latest (062ab7756c375ee2c913d3197cafe4ee2f97ef2a).bugfix/lshw-aktualizr-etc-rockoPatrick Vacek2018-09-031-1/+1
| | | | | | | | Includes fixes for Ubuntu 18.04.
| * aktualizr: bump to latest version (fad299b846b9c1b58a9c1f715f4c26c69610d02c).Patrick Vacek2018-08-311-1/+1
| |
* | Remove aktualizr dep on u-boot-fw-utils in generalfix/u-boot-fw-utils-dependLaurent Bonnans2018-08-231-2/+1
|/ | | | Should only be needed when using the u-boot env rollback feature
* aktualizr: bump to latest for key rotation and storage updates.feat/PRO-Tech-#1-rockoPatrick Vacek2018-08-081-1/+1
| | | | | Work around a bug in oe-selftest with migration and aktualizr-info interplay by forcing --allow-migrate for now.
* Bump Aktualizr revision to fix HSM bugPhil Wise2018-08-011-1/+1
|
* aktualizr: bump to latest and accommodate hmi_stub.Patrick Vacek2018-07-261-1/+2
|
* 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
|
* aktualizr: bump to latest (72abac76184c84b9a5beb0dfbb103a13b9bfb2ae).Patrick Vacek2018-07-061-1/+1
|
* aktualizr: support check-discovery and fix secondary tests.Phil Wise2018-07-021-1/+8
| | | | | | | | | Cherry-pick of 78422f6ca6e5cca90e33ad49aa1b39bb25c527b3 from master. Original commit message follows: Compatibility with latest aktualizr Note that the HsmTests still sometimes fail
* aktualizr: Get latest for PRO-H#2 sprint.Patrick Vacek2018-07-021-1/+1
|
* Merge pull request #349 from advancedtelematic/bugfix/rocko-latest-aktualizrcajun-rat2018-06-261-2/+3
|\ | | | | Bump aktualizr to latest and fix googletest complaint.
| * Bump aktualizr to latest and fix googletest complaint.Patrick Vacek2018-06-261-2/+3
| |
| * Remove deprecated -i option from implicit writer's command lineAnton Gerasimov2018-06-182-2/+0
| |
* | Merge branch 'rocko' into bugfix/typos_and_comments_rockoPatrick Vacek2018-06-183-4/+29
|\|
| * Add support for rollback on Raspberry PiAnton Gerasimov2018-06-153-4/+29
| |
* | aktualizr: Bump to latest.Patrick Vacek2018-06-133-3/+1
| | | | | | | | No longer provide input config to implicit_writer.
* | 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-071-1/+1
|
* 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-045-7/+8
| | | | | | | | 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.
* 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
|
* 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.