Use kernels download to download kernels that have been locked in a project’s kernels.lock file.
kernels download <project_dir> [--all-variants]
kernels.lock file from the specified project directory--all-variants)Download kernels for the current project:
kernels download .
Download all build variants (useful for CI or multi-platform builds):
kernels download . --all-variants
Download kernels for a specific project:
kernels download /path/to/my-project
| Option | Description |
|---|---|
--all-variants | Download all build variants of each kernel instead of just the current platform’s variant |
Your project directory must contain a kernels.lock file. Generate one using kernels lock.