summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-21 10:26:24 +0200
committerSteve Sakoman <steve@sakoman.com>2023-10-11 03:54:46 -1000
commitc86bb1ce89626a7d4f219b7a4d26357b353b09b9 (patch)
tree283b5e5c2d106411b1a13ecfd607dcdc1d32840b
parent04b0ca0ee093642e144dd7701f6ca2f3a3ed3fac (diff)
downloadpoky-c86bb1ce89626a7d4f219b7a4d26357b353b09b9.tar.gz
dev-manual: new-recipe.rst: replace reference to wiki
(From yocto-docs rev: 7f60472fd0bfdd8d241536ac3868e428b87ae4f5) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--documentation/dev-manual/new-recipe.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/new-recipe.rst b/documentation/dev-manual/new-recipe.rst
index 39ee9683b0..a330a8f8c6 100644
--- a/documentation/dev-manual/new-recipe.rst
+++ b/documentation/dev-manual/new-recipe.rst
@@ -1442,9 +1442,9 @@ doing the following:
1442Following Recipe Style Guidelines 1442Following Recipe Style Guidelines
1443================================= 1443=================================
1444 1444
1445When writing recipes, it is good to conform to existing style 1445When writing recipes, it is good to conform to existing style guidelines.
1446guidelines. The :oe_wiki:`OpenEmbedded Styleguide </Styleguide>` wiki page 1446See the ":doc:`../contributor-guide/recipe-style-guide`" in the Yocto Project
1447provides rough guidelines for preferred recipe style. 1447and OpenEmbedded Contributor Guide for reference.
1448 1448
1449It is common for existing recipes to deviate a bit from this style. 1449It is common for existing recipes to deviate a bit from this style.
1450However, aiming for at least a consistent style is a good idea. Some 1450However, aiming for at least a consistent style is a good idea. Some