summaryrefslogtreecommitdiff
path: root/doc/source/authoring.rst
blob: 4dca72b03cf66d9f996e3a6e3d0d5f66e9598936 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79


Authoring projects
==================
This section details how to use the BuildStream YAML format to
create your own project or modify existing projects.


.. toctree::
   :maxdepth: 2
   :caption: Project format

   formatintro
   projectconf
   format
   public
   projectrefs


Plugins
-------
Plugins provide their own individual plugin specific YAML configurations,
The element ``.bst`` files can specify plugin specific configuration in
the :ref:`config section <format_config>`, while sources declared on a
given element specify their plugin specific configuration directly
:ref:`in their source declarations <format_sources>`.


General elements
~~~~~~~~~~~~~~~~
.. toctree::
   :maxdepth: 1

   elements/stack
   elements/import
   elements/compose
   elements/script
   elements/junction
   elements/filter


Build elements
~~~~~~~~~~~~~~
.. toctree::
   :maxdepth: 1

   elements/manual
   elements/make
   elements/autotools
   elements/cmake
   elements/qmake
   elements/distutils
   elements/makemaker
   elements/modulebuild
   elements/meson
   elements/pip


Sources
~~~~~~~
.. toctree::
   :maxdepth: 1

   sources/local
   sources/tar
   sources/zip
   sources/git
   sources/bzr
   sources/ostree
   sources/patch
   sources/deb


External plugins
----------------
External plugins need to be installed separately, here is
a list of BuildStream plugin projects known to us at this time:

* `bst-external <http://buildstream.gitlab.io/bst-external/>`_