diff options
Diffstat (limited to 'documentation/bsp-guide/bsp.rst')
-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 6d3ccd49b3..e20df3f6b0 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -693,7 +693,7 @@ BSP settings to the kernel, thus configuring the kernel for your | |||
693 | particular BSP. | 693 | particular BSP. |
694 | 694 | ||
695 | You can find more information on what your append file should contain in | 695 | You can find more information on what your append file should contain in |
696 | the ":ref:`kernel-dev/kernel-dev-common:creating the append file`" section | 696 | the ":ref:`kernel-dev/common:creating the append file`" section |
697 | in the Yocto Project Linux Kernel Development Manual. | 697 | in the Yocto Project Linux Kernel Development Manual. |
698 | 698 | ||
699 | An alternate scenario is when you create your own kernel recipe for the | 699 | An alternate scenario is when you create your own kernel recipe for the |
@@ -1197,7 +1197,7 @@ Use these steps to create a BSP layer: | |||
1197 | ``recipes-kernel/linux`` by either using a kernel append file or a | 1197 | ``recipes-kernel/linux`` by either using a kernel append file or a |
1198 | new custom kernel recipe file (e.g. ``yocto-linux_4.12.bb``). The BSP | 1198 | new custom kernel recipe file (e.g. ``yocto-linux_4.12.bb``). The BSP |
1199 | layers mentioned in the previous step also contain different kernel | 1199 | layers mentioned in the previous step also contain different kernel |
1200 | examples. See the ":ref:`kernel-dev/kernel-dev-common:modifying an existing recipe`" | 1200 | examples. See the ":ref:`kernel-dev/common:modifying an existing recipe`" |
1201 | section in the Yocto Project Linux Kernel Development Manual for | 1201 | section in the Yocto Project Linux Kernel Development Manual for |
1202 | information on how to create a custom kernel. | 1202 | information on how to create a custom kernel. |
1203 | 1203 | ||