diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-11-16 17:35:39 +0100 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-11-16 17:37:46 +0100 |
commit | 433b40e6fee7db4f3ff675ce5361c02a8f24ac49 (patch) | |
tree | 677310579787e37d866cd9722195dd93409cc7be /scripts | |
parent | f799da5e7a73a740f33fa40087b9799e10ac8d7c (diff) | |
download | meta-updater-433b40e6fee7db4f3ff675ce5361c02a8f24ac49.tar.gz |
docs: better explanation of oe-selftest requirements.doc/oe-selftest-and-rm-example
Also remove all references to aktualizr-example-interface. It has been removed.
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/find_aktualizr_dependencies.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/find_aktualizr_dependencies.sh b/scripts/find_aktualizr_dependencies.sh index 786d8a9..986b541 100755 --- a/scripts/find_aktualizr_dependencies.sh +++ b/scripts/find_aktualizr_dependencies.sh | |||
@@ -11,11 +11,12 @@ parentdir="$(dirname "$0")" | |||
11 | # those are common dependencies not enabled by default. | 11 | # those are common dependencies not enabled by default. |
12 | ${parentdir}/find_dependencies.py aktualizr | 12 | ${parentdir}/find_dependencies.py aktualizr |
13 | ${parentdir}/find_dependencies.py aktualizr-auto-prov | 13 | ${parentdir}/find_dependencies.py aktualizr-auto-prov |
14 | ${parentdir}/find_dependencies.py aktualizr-implicit-prov | 14 | ${parentdir}/find_dependencies.py aktualizr-auto-prov-creds |
15 | ${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov | 15 | ${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov |
16 | ${parentdir}/find_dependencies.py aktualizr-ca-implicit-prov-creds | ||
16 | ${parentdir}/find_dependencies.py aktualizr-hsm-prov | 17 | ${parentdir}/find_dependencies.py aktualizr-hsm-prov |
18 | ${parentdir}/find_dependencies.py aktualizr-hsm-prov-creds | ||
17 | ${parentdir}/find_dependencies.py aktualizr-disable-send-ip | 19 | ${parentdir}/find_dependencies.py aktualizr-disable-send-ip |
18 | ${parentdir}/find_dependencies.py aktualizr-example-interface | ||
19 | ${parentdir}/find_dependencies.py aktualizr-log-debug | 20 | ${parentdir}/find_dependencies.py aktualizr-log-debug |
20 | ${parentdir}/find_dependencies.py libp11 | 21 | ${parentdir}/find_dependencies.py libp11 |
21 | ${parentdir}/find_dependencies.py dpkg | 22 | ${parentdir}/find_dependencies.py dpkg |