kernels download

Use kernels download to download kernels that have been locked in a project’s kernels.lock file.

Usage

kernels download <project_dir> [--all-variants]

What It Does

Examples

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

Options

Option Description
--all-variants Download all build variants of each kernel instead of just the current platform’s variant

Prerequisites

Your project directory must contain a kernels.lock file. Generate one using kernels lock.

See Also

Update on GitHub