Skip to content
Commit 40ad4662 authored by Patrick Bellasi's avatar Patrick Bellasi
Browse files

libs: add support for developer mode environment



Submodules tracking a "-next" version of the main dependency libraries has
been added by this patch. The environment initialization supports now
a "developer mode" where locally installed libraries are used instead
of system wide installed.

The developer mode allows to use a more recent version of the dependency
libraries. This can be useful to allows clients of the test toolkit to
support testing of experimental features which have not yet been merged into
the external libraries and thus not available via a "pip update" of the
same.

To enable the developer mode you just need to initialize the environment
with the DEVMODE variable set, i.e.
    DEVMODE=1 && source init_env

To switch bach to normal mode (using system installed libs):
    DEVMODE=0 && source init_env

Signed-off-by: default avatarPatrick Bellasi <patrick.bellasi@arm.com>
parent 48540370
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment