Skip to main content

sima-cli sdk yocto

Launch the Yocto SDK tool environment.

Parent command: sima-cli sdk

Usage

sima-cli sdk yocto [OPTIONS] [CMD]...

Options

None.

Arguments

NameDescription
CMDOptional passthrough command and arguments. All remaining tokens are joined and executed inside the selected SDK container with bash -lc; if omitted, sima-cli opens an interactive login shell. (accepts zero or more values)

Full Help

Usage: sima-cli sdk yocto [OPTIONS] [CMD]...

Launch the Yocto SDK tool environment.

If CMD is provided, all remaining tokens are executed inside the matching
running container with bash -lc. If CMD is omitted, sima-cli opens an
interactive login shell.

Examples:
sima-cli sdk yocto
sima-cli sdk yocto bitbake --version
sima-cli sdk yocto "bitbake core-image-minimal"

Options:
--help Show this message and exit.