diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-09-21 10:35:03 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-10-11 03:54:46 -1000 |
commit | 04b0ca0ee093642e144dd7701f6ca2f3a3ed3fac (patch) | |
tree | 88f1b8cba78949d3b791e31799b7fbc3af3694f5 /documentation | |
parent | 1d766e93b42361b7fa846702fe8039b3b0395395 (diff) | |
download | poky-04b0ca0ee093642e144dd7701f6ca2f3a3ed3fac.tar.gz |
bsp-guide: bsp.rst: replace reference to wiki
(From yocto-docs rev: eee269646728f22c92c11f945e67798ce727ac68)
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/bsp-guide/bsp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 3be314bcf6..c78fbeb68f 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -893,8 +893,8 @@ Yocto Project: | |||
893 | ``recipes-*`` subdirectories specific to the recipe's function, or | 893 | ``recipes-*`` subdirectories specific to the recipe's function, or |
894 | within a subdirectory containing a set of closely-related recipes. | 894 | within a subdirectory containing a set of closely-related recipes. |
895 | The recipes themselves should follow the general guidelines for | 895 | The recipes themselves should follow the general guidelines for |
896 | recipes used in the Yocto Project found in the ":oe_wiki:`OpenEmbedded | 896 | recipes found in the ":doc:`../contributor-guide/recipe-style-guide`" |
897 | Style Guide </Styleguide>`". | 897 | in the Yocto Project and OpenEmbedded Contributor Guide. |
898 | 898 | ||
899 | - *License File:* You must include a license file in the | 899 | - *License File:* You must include a license file in the |
900 | ``meta-bsp_root_name`` directory. This license covers the BSP | 900 | ``meta-bsp_root_name`` directory. This license covers the BSP |