summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-common.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.rst')
-rw-r--r--documentation/kernel-dev/kernel-dev-common.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.rst b/documentation/kernel-dev/kernel-dev-common.rst
index 813f4047e2..aa9f77de86 100644
--- a/documentation/kernel-dev/kernel-dev-common.rst
+++ b/documentation/kernel-dev/kernel-dev-common.rst
@@ -286,7 +286,7 @@ section:
2865. *Create a Local Copy of the Kernel Git Repository:* You can find Git 2865. *Create a Local Copy of the Kernel Git Repository:* You can find Git
287 repositories of supported Yocto Project kernels organized under 287 repositories of supported Yocto Project kernels organized under
288 "Yocto Linux Kernel" in the Yocto Project Source Repositories at 288 "Yocto Linux Kernel" in the Yocto Project Source Repositories at
289 ` <&YOCTO_GIT_URL;>`__. 289 :yocto_git:`/`.
290 290
291 For simplicity, it is recommended that you create your copy of the 291 For simplicity, it is recommended that you create your copy of the
292 kernel Git repository outside of the 292 kernel Git repository outside of the
@@ -1404,7 +1404,7 @@ To help you use your own sources, the Yocto Project provides a
1404linux-yocto custom recipe (``linux-yocto-custom.bb``) that uses 1404linux-yocto custom recipe (``linux-yocto-custom.bb``) that uses
1405``kernel.org`` sources and the Yocto Project Linux kernel tools for 1405``kernel.org`` sources and the Yocto Project Linux kernel tools for
1406managing kernel Metadata. You can find this recipe in the ``poky`` Git 1406managing kernel Metadata. You can find this recipe in the ``poky`` Git
1407repository of the Yocto Project `Source Repository <&YOCTO_GIT_URL;>`__ 1407repository of the Yocto Project :yocto_git:`Source Repository <>`
1408at: poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb 1408at: poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb
1409 1409
1410Here are some basic steps you can use to work with your own sources: 1410Here are some basic steps you can use to work with your own sources:
@@ -1535,7 +1535,7 @@ Linux kernel sources, if you need an external kernel module, the
1535create your own out-of-tree Linux kernel module recipe. 1535create your own out-of-tree Linux kernel module recipe.
1536 1536
1537This template recipe is located in the ``poky`` Git repository of the 1537This template recipe is located in the ``poky`` Git repository of the
1538Yocto Project `Source Repository <&YOCTO_GIT_URL;>`__ at: 1538Yocto Project :yocto_git:`Source Repository <>` at:
1539poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb 1539poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb
1540 1540
1541To get started, copy this recipe to your layer and give it a meaningful 1541To get started, copy this recipe to your layer and give it a meaningful