Searched refs:ZEPHYR_BASE (Results 1 – 3 of 3) sorted by relevance
28 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR)) variable30 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts", "west_commands"))
24 ZEPHYR_BASE = Path(os.environ.get('ZEPHYR_BASE', THIS_ZEPHYR)) variable26 sys.path.insert(0, os.path.join(ZEPHYR_BASE, "scripts", "west_commands"))
53 From `zephyr`'s root folder, make sure the variable ZEPHYR_BASE is set56 echo $ZEPHYR_BASE62 export ZEPHYR_BASE=$(pwd)