diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-09-21 10:26:24 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-11 03:54:46 -1000 |
commit | c86bb1ce89626a7d4f219b7a4d26357b353b09b9 (patch) | |
tree | 283b5e5c2d106411b1a13ecfd607dcdc1d32840b /documentation | |
parent | 04b0ca0ee093642e144dd7701f6ca2f3a3ed3fac (diff) | |
download | poky-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>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/new-recipe.rst | 6 |
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: | |||
1442 | Following Recipe Style Guidelines | 1442 | Following Recipe Style Guidelines |
1443 | ================================= | 1443 | ================================= |
1444 | 1444 | ||
1445 | When writing recipes, it is good to conform to existing style | 1445 | When writing recipes, it is good to conform to existing style guidelines. |
1446 | guidelines. The :oe_wiki:`OpenEmbedded Styleguide </Styleguide>` wiki page | 1446 | See the ":doc:`../contributor-guide/recipe-style-guide`" in the Yocto Project |
1447 | provides rough guidelines for preferred recipe style. | 1447 | and OpenEmbedded Contributor Guide for reference. |
1448 | 1448 | ||
1449 | It is common for existing recipes to deviate a bit from this style. | 1449 | It is common for existing recipes to deviate a bit from this style. |
1450 | However, aiming for at least a consistent style is a good idea. Some | 1450 | However, aiming for at least a consistent style is a good idea. Some |