Lines Matching full:install
28 "List and Install Zephyr SDK",
47 Run 'west sdk install' to install Zephyr SDK.
48 See 'west sdk install --help' for details.
73 "install",
74 help="install Zephyr SDK",
80 Run 'west sdk install' to install Zephyr SDK.
82 Set --version option to install a specific version of the SDK.
83 … If not specified, the install version is detected from "${ZEPHYR_BASE}/SDK_VERSION file.
86 You can specify the installation directory with --install-dir or --install-base.
89 --install-dir and --install-base.
93 … The SDK archive is extracted to the home directory if both --install-dir and --install-base
95 In this case, SDK will install into ${HOME}/zephyr-sdk-<version>.
96 … If --install-base is specified, the archive will be extracted under the specified path.
97 In this case, SDK will install into <BASE>/zephyr-sdk-<version> .
98 … If --install-dir is specified, the directory contained in the archive will be renamed
118 help="version of the Zephyr SDK to install. "
119 "If not specified, the install version is detected from "
124 "--install-base",
127 help="Base directory to SDK install. "
129 "For example, -b /foo/bar will install the SDK in `/foo/bar/zephyr-sdk-<version>'."
133 "--install-dir",
136 help="SDK install destination directory. "
140 "If this option is specified, the --install-base option is ignored. "
154 help="toolchain(s) to install (e.g. 'arm-zephyr-eabi'). "
161 help="do not install toolchains. "
168 help="do not install host-tools.",
571 if args.subcommand == "install":