Skip to content

Commit

Permalink
Doc: Document the BitBake terminal profile and command
Browse files Browse the repository at this point in the history
  • Loading branch information
deribaucourt committed Jan 11, 2024
1 parent 93c678e commit 1fb885c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ You can also set up the SDK for the recipe by running the `Bitbake: Devtool: Con

If your recipe's class is not supported, or you have an older version of poky, the `Bitbake: Devtool: Configure devtool fallback` command will add tasks to build and deploy the package through `devtool build/deploy-target`. Linting, debugging, testing and other advanced features will not be available in this mode.

### BitBake terminal profile

If you need to run custom commands not covered by this extension like `devtool add`, `bitbake-layers`, ...
You can open an interactive BitBake terminal through the command `Bitbake: Open BitBake terminal`, the contextual menu on a recipe, or the "Launch Profile" button. This will open a new terminal with the BitBake environment set up. You can then run any BitBake command.

![BitBake terminal profile](doc/bitbake-terminal-profile.png)

## Troubleshooting
See the [TROUBLESHOOTING.md](./TROUBLESHOOTING.md) file.

Expand Down
Binary file added client/doc/bitbake-terminal-profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1fb885c

Please sign in to comment.