commit | 6dab163cad1a7a8df9975d7660888f285d57b789 | [log] [tgz] |
---|---|---|
author | Martí Bolívar <marti.bolivar@nordicsemi.no> | Mon Feb 10 16:53:06 2020 -0800 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Thu Feb 20 09:06:09 2020 +0200 |
tree | cfbd8eedc70d1b99b1d5e1b7b817842a5655b9f0 | |
parent | eb95bed552f2977d77511d3c4fab0cba9f30a7a9 [diff] |
scripts: fix west sign when ZEPHYR_BASE is unset Due to cleanups in west targeted at getting rid of zephyr-specific code, extension commands can no longer rely on ZEPHYR_BASE being set in the calling environment at import time (it's still set at run() time for now, though, to keep west build working). Add a new helper to make dealing with this easier from west sign. Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>