Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Review shipped directories in aktualizr recipes | Laurent Bonnans | 2018-05-17 | 5 | -2/+6 | |
| | | | | | | | | Missing directories in FILES_xx were causing bitbake QA errors on sumo | |||||
* | | Remove aktualizr-common because schemas are embedded | Phil Wise | 2018-05-17 | 1 | -10/+2 | |
|/ | ||||||
* | aktualizr_git: remove duplicate installs | Laurent Bonnans | 2018-05-16 | 1 | -7/+2 | |
| | | | | | If it's in `do_install_append`, no need to also put it in `do_install_append_class-native` | |||||
* | aktualizr: include default configs as part of host-tools | Ricardo Salveti | 2018-05-11 | 1 | -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 fixes | Phil Wise | 2018-05-11 | 1 | -1/+1 | |
| | ||||||
* | Bump aktualizr. Don't build load tests. | Patrick Vacek | 2018-05-08 | 1 | -2/+3 | |
| | ||||||
* | Update aktualizr config to use default locations. | Patrick Vacek | 2018-05-04 | 6 | -22/+22 | |
| | | | | | | Fix permissions, drop explicit aktualizr dependency, put everything in /usr/lib/sota/conf.d, rename with numeric prefixes to make precedence more clear. | |||||
* | Move example-interface from sota.env to its own recipe. | Patrick Vacek | 2018-05-03 | 3 | -9/+2 | |
| | | | | | SOTA_LEGACY_SECONDARY_INTERFACE is now obsolete. Instead, include this: IMAGE_INSTALL_append = " aktualizr-examples aktualizr-example-interface " | |||||
* | Add sqlite3 to aktualizr dependencies. | Patrick Vacek | 2018-05-03 | 1 | -1/+1 | |
| | | | | It's worked fine without it, but better to be explicit. | |||||
* | Bump Aktualizr to get PRO-5211 Report network info | Phil Wise | 2018-04-23 | 1 | -1/+1 | |
| | ||||||
* | Decode bytes. | Patrick Vacek | 2018-04-13 | 1 | -1/+1 | |
| | ||||||
* | If GARAGE_SIGN_VERSION is not provided, ask the server for a version. | Patrick Vacek | 2018-04-13 | 2 | -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 Vacek | 2018-04-13 | 1 | -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 Vacek | 2018-03-29 | 3 | -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 aktualizr | Laurent Bonnans | 2018-03-28 | 1 | -1/+1 | |
| | | | | Needed to work with the addition of aktualizr-check-discovery | |||||
* | Add aktualizr-check-discovery to shipped files | Laurent Bonnans | 2018-03-28 | 1 | -0/+1 | |
| | ||||||
* | Add SOTA client feature to enable secondary network | Phil Wise | 2018-03-27 | 2 | -2/+5 | |
| | | | | Also add a test for the 'primary-image' | |||||
* | Bump aktualizr version to get socket activation fixesfeat/udp-socket-activation | Phil Wise | 2018-03-26 | 1 | -1/+1 | |
| | | | | Specifically, cc3a8927 "Fix socket activation when UDP enabled" is required. | |||||
* | Change port number to match default used elsewhere | Phil Wise | 2018-03-26 | 1 | -1/+1 | |
| | ||||||
* | UDP Socket activation for discovery service | Phil Wise | 2018-03-23 | 1 | -0/+1 | |
| | | | | Also, timeout communication to the DUT after 60s. | |||||
* | Add systemd socket activation for secondary | Phil Wise | 2018-03-14 | 3 | -1/+28 | |
| | ||||||
* | Add secondary-image to meta-updater | Phil Wise | 2018-03-14 | 1 | -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-rocko | Patrick Vacek | 2018-02-27 | 1 | -2/+2 | |
|\ | | | | | | | Bring in updates to oe-selftest. | |||||
| * | Pull new aktualizr with fixed fd leak | Anton Gerasimov | 2018-02-26 | 1 | -1/+1 | |
| | | ||||||
| * | Bump aktualizr to fix a CMAKE_BUILD_TYPE bug. | Patrick Vacek | 2018-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Test provisioning with HSM. | Patrick Vacek | 2018-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Test that implicit_writer and cert_provider work. | Patrick Vacek | 2018-02-20 | 1 | -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 Vacek | 2018-02-14 | 1 | -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 Vacek | 2018-02-09 | 1 | -1/+2 | |
| | | ||||||
| * | Remove manual installation of /usr/lib/sota/schemas | Phil Wise | 2018-02-06 | 1 | -6/+6 | |
| | | | | | | | | | | As of 6c0dd6c87f4f4027e9b89f9a9e0dc12ef386d39d these are installed with a normal 'make install' (via cmake) | |||||
* | | Remove aktualizr's jansson dependencies | Laurent Bonnans | 2018-02-27 | 1 | -1/+1 | |
| | | | | | | | | This was needed for GENIVI support, which got dropped recently | |||||
* | | Add provisioning with CA | Anton Gerasimov | 2018-02-26 | 3 | -1/+85 | |
| | | ||||||
* | | Pull new aktualizr with fixed fd leak | Anton Gerasimov | 2018-02-26 | 1 | -1/+1 | |
| | | ||||||
* | | Bump aktualizr and fix some installation complaints. | Patrick Vacek | 2018-02-09 | 1 | -1/+2 | |
| | | ||||||
* | | Remove manual installation of /usr/lib/sota/schemas | Phil Wise | 2018-02-05 | 1 | -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-ostree | Patrick Vacek | 2018-02-02 | 1 | -1/+1 | |
|\| | ||||||
| * | Latest aktualizr with ostree ca cert fix. | Patrick Vacek | 2018-02-02 | 1 | -1/+1 | |
| | | ||||||
| * | Latest aktualizr/garage-sign. | Patrick Vacek | 2018-02-01 | 1 | -1/+2 | |
| | | ||||||
| * | Rename all instances of hsm-test and use latest aktualizr. | Patrick Vacek | 2018-01-25 | 2 | -3/+3 | |
| | | ||||||
* | | Minor changes to keep hsm and implicit recipes consistent. | Patrick Vacek | 2018-01-30 | 2 | -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. | |||||
* | | Delete redundant sota.toml in aktualizr recipe. | Patrick Vacek | 2018-01-30 | 1 | -0/+1 | |
| | | | | | | | | It's installed for the Ubuntu case but is not necessary in meta-updater. | |||||
* | | Merge pull request #241 from advancedtelematic/aktualizr-asn1c | cajun-rat | 2018-01-25 | 1 | -1/+1 | |
|\ \ | | | | | | | Compile aktualizr with asn1c help from yocto | |||||
| * | | Add asn1c dependency for aktualizr | Laurent Bonnans | 2018-01-25 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'ats/feat/PRO-4630/sqlite' into rocko | Phil Wise | 2018-01-25 | 1 | -0/+4 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | Bump aktualizr version to get misconfigured ecu fix. | Patrick Vacek | 2018-01-18 | 1 | -1/+1 | |
| | | ||||||
| * | Get the newest aktualizr using sqlstorage | Anton Gerasimov | 2018-01-16 | 1 | -1/+5 | |
| | | ||||||
* | | Rename all instances of hsm-test and use latest aktualizr. | Patrick Vacek | 2018-01-22 | 2 | -3/+3 | |
|/ | ||||||
* | Bump aktualizr version to get fixed garage-sign | Anton Gerasimov | 2018-01-10 | 1 | -1/+1 | |
| | ||||||
* | Support for BUILD_ISOTP cmake variable | Anton Gerasimov | 2018-01-08 | 1 | -1/+1 | |
| | ||||||
* | Add support of ISO/TP legacy secondaries and serial CAN | Anton Gerasimov | 2018-01-08 | 5 | -27/+36 | |
| |