Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

context

This field specifies which context(s) a module belongs to.

Can be a single string or a list of strings. If omitted, the module belongs to the "default" context.

When a list is given, the module is available in each of the specified contexts (and their children).

Example:

modules:
  - name: platform_support
    context: linux

  - name: shared_module
    context:
      - builder_arm
      - builder_riscv