summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/bblock.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/bblock.rst')
-rw-r--r--documentation/dev-manual/bblock.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/bblock.rst b/documentation/dev-manual/bblock.rst
index 68292903ba..605bb75655 100644
--- a/documentation/dev-manual/bblock.rst
+++ b/documentation/dev-manual/bblock.rst
@@ -19,7 +19,7 @@ recipes that depend on it.
19To prevent this, use ``bblock`` to lock specific tasks or recipes to 19To prevent this, use ``bblock`` to lock specific tasks or recipes to
20specific signatures, forcing BitBake to use the sstate cache for them. 20specific signatures, forcing BitBake to use the sstate cache for them.
21 21
22.. attention:: 22.. warning::
23 23
24 Use ``bblock`` only during the development phase. 24 Use ``bblock`` only during the development phase.
25 25