summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/plugin.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/buildstream/plugin.py b/buildstream/plugin.py
index 775215462..a9a46a2be 100644
--- a/buildstream/plugin.py
+++ b/buildstream/plugin.py
@@ -44,6 +44,15 @@ class Plugin():
Some common features to both Sources and Elements are found
in this class.
+
+ .. note::
+
+ Extending plugins outside of :mod:`Source
+ <buildstream.source>`, :mod:`Element <buildstream.element>`,
+ :mod:`BuildElement <buildstream.buildelement>` and
+ :mod:`ScriptElement <buildstream.scriptelement>` is currently
+ not supported.
+
"""
BST_REQUIRED_VERSION_MAJOR = 0