From 4d44b6b9ffd58e630febb86503e6b6e5886a94ca Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Thu, 14 Nov 2024 16:02:09 +0100 Subject: dev-manual: bblock: use warning block instead of attention Sphinx recommends using warning and note here: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#directives Suggested-by: Quentin Schulz Reviewed-by: Quentin Schulz (From yocto-docs rev: 8288c8cae7fe7303e89d8ed286de91fc26ce6cc3) Signed-off-by: Antonin Godard (cherry picked from commit ed49067f172637d38d470a864feed2a02bd84c66) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/dev-manual/bblock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') 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. To prevent this, use ``bblock`` to lock specific tasks or recipes to specific signatures, forcing BitBake to use the sstate cache for them. -.. attention:: +.. warning:: Use ``bblock`` only during the development phase. -- cgit v1.2.3-54-g00ecf