summaryrefslogtreecommitdiffstats
path: root/recipes-sota
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 #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
* | Remove aktualizr-common because schemas are embeddedPhil Wise2018-05-171-10/+2
|/
* 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.
* 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`
* 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>
* 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>
* aktualizr: include default configs as part of host-toolsRicardo Salveti2018-05-111-0/+10
| | | | | | | Provide the default sota configs as part of host-tools so they can be used by aktualizr_cert_provider and aktualizr_implicit_writer. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com>
* Bump Aktualizr version to get P11 fixesPhil Wise2018-05-111-1/+1
|
* Put extra configs in their own files.Patrick Vacek2018-05-096-3/+12
| | | | | | This is more reliable and readable than just dumping things with echo. Plus it is easier for setting permissions, and it fixes some obscure problem with line endings that only happens on shovel.
* Bump aktualizr. Don't build load tests.Patrick Vacek2018-05-081-2/+3
|
* Update aktualizr config to use default locations.Patrick Vacek2018-05-049-31/+28
| | | | | | Fix permissions, drop explicit aktualizr dependency, put everything in /usr/lib/sota/conf.d, rename with numeric prefixes to make precedence more clear.
* Create aktualizr-log-debug recipe as an example (and debugging aid).Patrick Vacek2018-05-031-0/+23
|
* Provide recipe to disable sending ip (PRO-5297).Patrick Vacek2018-05-031-0/+23
| | | | Obviates the need for SOTA_CLIENT_FEATURES = "disable_send_ip".
* Move example-interface from sota.env to its own recipe.Patrick Vacek2018-05-035-9/+397
| | | | | SOTA_LEGACY_SECONDARY_INTERFACE is now obsolete. Instead, include this: IMAGE_INSTALL_append = " aktualizr-examples aktualizr-example-interface "
* Add sqlite3 to aktualizr dependencies.Patrick Vacek2018-05-031-1/+1
| | | | It's worked fine without it, but better to be explicit.
* Bump Aktualizr to get PRO-5211 Report network infoPhil Wise2018-04-231-1/+1
|
* Decode bytes.Patrick Vacek2018-04-131-1/+1
|
* If GARAGE_SIGN_VERSION is not provided, ask the server for a version.Patrick Vacek2018-04-132-1/+26
| | | | | Get the server URL out of the credentials and ask what version the server is using.
* Pass requested garage-sign version to aktualizr.Patrick Vacek2018-04-131-5/+13
| | | | | | | | | | Set GARAGE_SIGN_VERSION in local.conf to request a specific version, e.g.: GARAGE_SIGN_VERSION = "cli-0.3.0-5-g5908997.tgz" If unset, the default (latest version) will be used. Set GARAGE_SIGN_SHA256 in local.conf to specify a hash to check, e.g.: GARAGE_SIGN_SHA256 = "94f5db1accbbbaa279f7ac5a2e618f5448adeafbe32d6cbc90c8604054ab653e" If unset, the sha256 is not computed.
* Assorted minor cleanup and formatting.Patrick Vacek2018-03-293-2/+4
| | | | | | Includes the suggestion for using /etc/sota/sota.env if it exists as recommended by the discussion here: https://github.com/advancedtelematic/meta-updater/pull/275
* Bump aktualizrLaurent Bonnans2018-03-281-1/+1
| | | | Needed to work with the addition of aktualizr-check-discovery
* Add aktualizr-check-discovery to shipped filesLaurent Bonnans2018-03-281-0/+1
|
* Add SOTA client feature to enable secondary networkPhil Wise2018-03-272-2/+5
| | | | Also add a test for the 'primary-image'
* Bump aktualizr version to get socket activation fixesfeat/udp-socket-activationPhil Wise2018-03-261-1/+1
| | | | Specifically, cc3a8927 "Fix socket activation when UDP enabled" is required.
* Change port number to match default used elsewherePhil Wise2018-03-261-1/+1
|
* UDP Socket activation for discovery servicePhil Wise2018-03-231-0/+1
| | | | Also, timeout communication to the DUT after 60s.
* Add systemd socket activation for secondaryPhil Wise2018-03-143-1/+28
|
* Add secondary-image to meta-updaterPhil Wise2018-03-141-18/+24
| | | | | | This required splitting the aktualizr package into several components, in order to be able to either install the primary 'aktualzr' or the secondary 'aktualizr-secondary'.
* Merge remote-tracking branch 'ats/pyro' into test/PRO-4481/hsm-rockoPatrick Vacek2018-02-271-2/+2
|\ | | | | | | Bring in updates to oe-selftest.
| * Pull new aktualizr with fixed fd leakAnton Gerasimov2018-02-261-1/+1
| |
| * Bump aktualizr to fix a CMAKE_BUILD_TYPE bug.Patrick Vacek2018-02-201-1/+1
| |
| * Test provisioning with HSM.Patrick Vacek2018-02-201-1/+1
| |
| * Test that implicit_writer and cert_provider work.Patrick Vacek2018-02-201-1/+2
| | | | | | | | | | | | | | | | This required setting the LD_LIBRARY_PATH to get some dependencies that are liable to conflict with the host's normal installation. I adapted that for the sota_tools tests as well for good measure. Also, we now actually install cert_provider in the native build.
| * No longer require engine-pkcs11.Patrick Vacek2018-02-141-2/+1
| | | | | | | | | | | | It was merged into the libp11 package. Bump aktualizr to use the correct default path (and fix some various OSTree issues). Add opensc as it was previously a transitive dependency.
| * Bump aktualizr and fix some installation complaints.Patrick Vacek2018-02-091-1/+2
| |
| * Remove manual installation of /usr/lib/sota/schemasPhil Wise2018-02-061-6/+6
| | | | | | | | | | As of 6c0dd6c87f4f4027e9b89f9a9e0dc12ef386d39d these are installed with a normal 'make install' (via cmake)
* | Remove aktualizr's jansson dependenciesLaurent Bonnans2018-02-271-1/+1
| | | | | | | | This was needed for GENIVI support, which got dropped recently
* | Add provisioning with CAAnton Gerasimov2018-02-263-1/+85
| |
* | Pull new aktualizr with fixed fd leakAnton Gerasimov2018-02-261-1/+1
| |
* | Bump aktualizr and fix some installation complaints.Patrick Vacek2018-02-091-1/+2
| |
* | Remove manual installation of /usr/lib/sota/schemasPhil Wise2018-02-051-6/+6
| | | | | | | | | | As of 6c0dd6c87f4f4027e9b89f9a9e0dc12ef386d39d these are installed with a normal 'make install' (via cmake)
* | Merge remote-tracking branch 'ats/pyro' into bugfix/rocko-update-ostreePatrick Vacek2018-02-021-1/+1
|\|
| * Latest aktualizr with ostree ca cert fix.Patrick Vacek2018-02-021-1/+1
| |
| * Latest aktualizr/garage-sign.Patrick Vacek2018-02-011-1/+2
| |
| * Rename all instances of hsm-test and use latest aktualizr.Patrick Vacek2018-01-252-3/+3
| |
| * Merge pull request #228 from advancedtelematic/feat/PRO-4630/sqliteBen Luck2018-01-251-1/+5
| |\ | | | | | | Get the newest aktualizr using sqlstorage
| * | Add PR = "1" to ostree to fix annoying caching problem.Patrick Vacek2018-01-221-0/+1
| | |
* | | Minor changes to keep hsm and implicit recipes consistent.Patrick Vacek2018-01-302-7/+8
| | | | | | | | | | | | | | | At present they should be very similar. The only outstanding difference (other than the HSM parts) is whether the root CA is installed.