1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-07 20:41:55 +01:00

modules: Update docs with 'setup' stage for module initialization

Update documentation to include the 'setup' stage for module
initialization.
This commit is contained in:
Marc Bonnici
2018-10-10 10:25:17 +01:00
committed by setrofim
parent 8654a6dc2b
commit fa41bb01d2
2 changed files with 6 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ class Module(object):
# serial).
# 'connected' -- installed when a connection to to the target has been
# established. This is the default.
# 'setup' -- installed after initial setup of the device has been performed.
# This allows the module to utilize assets deployed during the
# setup stage for example 'Busybox'.
stage = 'connected'
@staticmethod