summaryrefslogtreecommitdiffstats
path: root/scripts/find_aktualizr_dependencies.sh
Commit message (Collapse)AuthorAgeFilesLines
* Rename provisioning methods.Patrick Vacek2019-06-051-6/+7
| | | | | | | | | | | | "Autoprovisioning" or "automatic provisioning" is now known as "shared credential provisioning". "Implicit provisioning" is now known as "device credential provisioning". "HSM provisioning" was always a misnomer, so it is now refered to as "device credential provisioning with an HSM". This includes a bump of the aktualizr version as well. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* docs: better explanation of oe-selftest requirements.doc/oe-selftest-and-rm-examplePatrick Vacek2018-11-161-2/+3
| | | | | | Also remove all references to aktualizr-example-interface. It has been removed. Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
* find_aktualizr_dependencies.sh: Run once per recipe.Patrick Vacek2018-06-281-12/+11
|
* find_packages.py: input package names to search.Patrick Vacek2018-06-271-0/+24
Use find_aktualizr_dependencies.sh to get the previous output for aktualizr-related projects.