diff options
Diffstat (limited to 'documentation/kernel-dev/advanced.rst')
-rw-r--r-- | documentation/kernel-dev/advanced.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/kernel-dev/advanced.rst b/documentation/kernel-dev/advanced.rst index 2dbcca60c1..5a6b466ffb 100644 --- a/documentation/kernel-dev/advanced.rst +++ b/documentation/kernel-dev/advanced.rst | |||
@@ -688,12 +688,11 @@ Recipe-Space Metadata | |||
688 | --------------------- | 688 | --------------------- |
689 | 689 | ||
690 | When stored in recipe-space, the kernel Metadata files reside in a | 690 | When stored in recipe-space, the kernel Metadata files reside in a |
691 | directory hierarchy below | 691 | directory hierarchy below :term:`FILESEXTRAPATHS`. For |
692 | :term:`FILESEXTRAPATHS`. For | 692 | a linux-yocto recipe or for a Linux kernel recipe derived by copying |
693 | a linux-yocto recipe or for a Linux kernel recipe derived by copying and | 693 | :oe_git:`meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb |
694 | modifying | 694 | </openembedded-core/tree/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb>` |
695 | ``oe-core/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb`` to | 695 | into your layer and modifying it, :term:`FILESEXTRAPATHS` is typically set to |
696 | a recipe in your layer, :term:`FILESEXTRAPATHS` is typically set to | ||
697 | ``${``\ :term:`THISDIR`\ ``}/${``\ :term:`PN`\ ``}``. | 696 | ``${``\ :term:`THISDIR`\ ``}/${``\ :term:`PN`\ ``}``. |
698 | See the ":ref:`kernel-dev/common:modifying an existing recipe`" | 697 | See the ":ref:`kernel-dev/common:modifying an existing recipe`" |
699 | section for more information. | 698 | section for more information. |