diff options
Diffstat (limited to 'documentation/kernel-dev/common.rst')
-rw-r--r-- | documentation/kernel-dev/common.rst | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index d42ca5f99a..a5dd02ccf2 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -1578,13 +1578,11 @@ Maintaining format compatibility facilitates converging with linux-yocto | |||
1578 | on a future, mutually-supported kernel version. | 1578 | on a future, mutually-supported kernel version. |
1579 | 1579 | ||
1580 | To help you use your own sources, the Yocto Project provides a | 1580 | To help you use your own sources, the Yocto Project provides a |
1581 | linux-yocto custom recipe (``linux-yocto-custom.bb``) that uses | 1581 | linux-yocto custom recipe that uses ``kernel.org`` sources and |
1582 | ``kernel.org`` sources and the Yocto Project Linux kernel tools for | 1582 | the Yocto Project Linux kernel tools for managing kernel Metadata. |
1583 | managing kernel Metadata. You can find this recipe in the ``poky`` Git | 1583 | You can find this recipe in the ``poky`` Git repository: |
1584 | repository of the Yocto Project :yocto_git:`Source Repository <>` | 1584 | :yocto_git:`meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb |
1585 | at:: | 1585 | </poky/tree/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb>`. |
1586 | |||
1587 | poky/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | ||
1588 | 1586 | ||
1589 | Here are some basic steps you can use to work with your own sources: | 1587 | Here are some basic steps you can use to work with your own sources: |
1590 | 1588 | ||
@@ -1729,11 +1727,9 @@ Linux kernel sources, if you need an external kernel module, the | |||
1729 | create your own out-of-tree Linux kernel module recipe. | 1727 | create your own out-of-tree Linux kernel module recipe. |
1730 | 1728 | ||
1731 | This template recipe is located in the ``poky`` Git repository of the | 1729 | This template recipe is located in the ``poky`` Git repository of the |
1732 | Yocto Project :yocto_git:`Source Repository <>` at: | 1730 | Yocto Project: |
1733 | 1731 | :yocto_git:`meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | |
1734 | .. code-block:: none | 1732 | </poky/tree/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb>`. |
1735 | |||
1736 | poky/meta-skeleton/recipes-kernel/hello-mod/hello-mod_0.1.bb | ||
1737 | 1733 | ||
1738 | To get started, copy this recipe to your layer and give it a meaningful | 1734 | To get started, copy this recipe to your layer and give it a meaningful |
1739 | name (e.g. ``mymodule_1.0.bb``). In the same directory, create a new | 1735 | name (e.g. ``mymodule_1.0.bb``). In the same directory, create a new |