BuildStream
1.93.5
  • About
  • Installing
  • Using
  • Reference
    • Project format
    • Plugin specific documentation
      • General elements
        • stack - Symbolic Element for dependency grouping
        • import - Import sources directly
        • compose - Compose the output of multiple elements
        • script - Run scripts to create output
        • link - Link elements
        • junction - Integrate subprojects
        • filter - Extract a subset of files from another element
      • Build elements
      • Sources
      • External plugins
    • Plugin API reference
    • Additional writings
    • buildstream package
  • Contributing
  • Architecture
  • Glossary
BuildStream
  • »
  • Reference »
  • Plugin specific documentation »
  • link - Link elements
  • View page source

link - Link elements¶

This element is a link to another element, allowing one to create a symbolic element which will be resolved to another element.

Overview¶

The only configuration allowed in a link element is the specified target element name of the link.

kind: link

config:
  target: element.bst

The link element can be used to refer to elements in subprojects, and can be used to symbolically link junction elements as well as other elements.

Next Previous

© Copyright 2017-2020, The BuildStream Contributors

Built with Sphinx using a theme provided by Read the Docs.