summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/bsp-guide/bsp.rst4
-rw-r--r--documentation/conf.py1
-rw-r--r--documentation/dev-manual/common-tasks.rst2
-rw-r--r--documentation/kernel-dev/intro.rst3
-rw-r--r--documentation/overview-manual/yp-intro.rst3
-rw-r--r--documentation/ref-manual/resources.rst3
6 files changed, 7 insertions, 9 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 068ab6c804..93e9182490 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -894,8 +894,8 @@ Yocto Project:
894 ``recipes-*`` subdirectories specific to the recipe's function, or 894 ``recipes-*`` subdirectories specific to the recipe's function, or
895 within a subdirectory containing a set of closely-related recipes. 895 within a subdirectory containing a set of closely-related recipes.
896 The recipes themselves should follow the general guidelines for 896 The recipes themselves should follow the general guidelines for
897 recipes used in the Yocto Project found in the "`OpenEmbedded Style 897 recipes used in the Yocto Project found in the ":oe_wiki:`OpenEmbedded
898 Guide <http://openembedded.org/wiki/Styleguide>`__". 898 Style Guide </Styleguide>`".
899 899
900- *License File:* You must include a license file in the 900- *License File:* You must include a license file in the
901 ``meta-bsp_root_name`` directory. This license covers the BSP 901 ``meta-bsp_root_name`` directory. This license covers the BSP
diff --git a/documentation/conf.py b/documentation/conf.py
index a626b1f14d..b5351599da 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -79,6 +79,7 @@ extlinks = {
79 'oe_home': ('https://www.openembedded.org%s', None), 79 'oe_home': ('https://www.openembedded.org%s', None),
80 'oe_lists': ('https://lists.openembedded.org%s', None), 80 'oe_lists': ('https://lists.openembedded.org%s', None),
81 'oe_git': ('https://git.openembedded.org%s', None), 81 'oe_git': ('https://git.openembedded.org%s', None),
82 'oe_wiki': ('https://www.openembedded.org/wiki%s', None),
82} 83}
83 84
84# Intersphinx config to use cross reference with Bitbake user manual 85# Intersphinx config to use cross reference with Bitbake user manual
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index ada3bac7e1..39db6563c3 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2540,7 +2540,7 @@ Following Recipe Style Guidelines
2540--------------------------------- 2540---------------------------------
2541 2541
2542When writing recipes, it is good to conform to existing style 2542When writing recipes, it is good to conform to existing style
2543guidelines. The :oe_home:`OpenEmbedded Styleguide </wiki/Styleguide>` wiki page 2543guidelines. The :oe_wiki:`OpenEmbedded Styleguide </Styleguide>` wiki page
2544provides rough guidelines for preferred recipe style. 2544provides rough guidelines for preferred recipe style.
2545 2545
2546It is common for existing recipes to deviate a bit from this style. 2546It is common for existing recipes to deviate a bit from this style.
diff --git a/documentation/kernel-dev/intro.rst b/documentation/kernel-dev/intro.rst
index c95d2f7cb9..f6c9b97137 100644
--- a/documentation/kernel-dev/intro.rst
+++ b/documentation/kernel-dev/intro.rst
@@ -72,8 +72,7 @@ tools with your own kernel sources.
72 72
73The remainder of this manual provides instructions for completing 73The remainder of this manual provides instructions for completing
74specific Linux kernel development tasks. These instructions assume you 74specific Linux kernel development tasks. These instructions assume you
75are comfortable working with 75are comfortable working with :oe_wiki:`BitBake </Bitbake>` recipes and basic
76`BitBake <https://openembedded.org/wiki/Bitbake>`__ recipes and basic
77open-source development tools. Understanding these concepts will 76open-source development tools. Understanding these concepts will
78facilitate the process of working with the kernel recipes. If you find 77facilitate the process of working with the kernel recipes. If you find
79you need some additional background, please be sure to review and 78you need some additional background, please be sure to review and
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index 66a88c9521..456bfc549a 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -531,8 +531,7 @@ targets:
531 Debian Package (dpkg) in operation. 531 Debian Package (dpkg) in operation.
532 532
533 Opkg is intended for use on embedded Linux devices and is used in 533 Opkg is intended for use on embedded Linux devices and is used in
534 this capacity in the 534 this capacity in the :oe_home:`OpenEmbedded <>` and
535 `OpenEmbedded <http://www.openembedded.org/wiki/Main_Page>`__ and
536 `OpenWrt <https://openwrt.org/>`__ projects, as well as the Yocto 535 `OpenWrt <https://openwrt.org/>`__ projects, as well as the Yocto
537 Project. 536 Project.
538 537
diff --git a/documentation/ref-manual/resources.rst b/documentation/ref-manual/resources.rst
index 77c3678095..2c49c4e87c 100644
--- a/documentation/ref-manual/resources.rst
+++ b/documentation/ref-manual/resources.rst
@@ -118,8 +118,7 @@ Here is a list of resources you might find helpful:
118 distribution from which the Yocto Project derives its build system 118 distribution from which the Yocto Project derives its build system
119 (Poky) and to which it contributes. 119 (Poky) and to which it contributes.
120 120
121- :oe_home:`BitBake </wiki/BitBake>`\ *:* The tool 121- :oe_wiki:`BitBake </BitBake>`\ *:* The tool used to process metadata.
122 used to process metadata.
123 122
124- :doc:`BitBake User Manual <bitbake:index>`\ *:* A comprehensive 123- :doc:`BitBake User Manual <bitbake:index>`\ *:* A comprehensive
125 guide to the BitBake tool. If you want information on BitBake, see 124 guide to the BitBake tool. If you want information on BitBake, see