diff options
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-common.xml')
-rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index 2b47eafac8..3dd4cd88b6 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
@@ -2726,7 +2726,8 @@ | |||
2726 | The OpenEmbedded build system searches all forms of kernel | 2726 | The OpenEmbedded build system searches all forms of kernel |
2727 | Metadata on the <filename>SRC_URI</filename> statement regardless | 2727 | Metadata on the <filename>SRC_URI</filename> statement regardless |
2728 | of whether the Metadata is in the "kernel-cache", system kernel | 2728 | of whether the Metadata is in the "kernel-cache", system kernel |
2729 | Metadata, or a recipe-space Metadata. | 2729 | Metadata, or a recipe-space Metadata (i.e. part of the kernel |
2730 | recipe). | ||
2730 | See the | 2731 | See the |
2731 | "<link linkend='kernel-metadata-location'>Kernel Metadata Location</link>" | 2732 | "<link linkend='kernel-metadata-location'>Kernel Metadata Location</link>" |
2732 | section for additional information. | 2733 | section for additional information. |
@@ -2749,6 +2750,7 @@ | |||
2749 | to the build. | 2750 | to the build. |
2750 | <orderedlist> | 2751 | <orderedlist> |
2751 | <listitem><para> | 2752 | <listitem><para> |
2753 | <emphasis>Create the Feature File:</emphasis> | ||
2752 | Create a <filename>.scc</filename> file and locate it | 2754 | Create a <filename>.scc</filename> file and locate it |
2753 | just as you would any other patch file, | 2755 | just as you would any other patch file, |
2754 | <filename>.cfg</filename> file, or fetcher item | 2756 | <filename>.cfg</filename> file, or fetcher item |
@@ -2791,6 +2793,7 @@ | |||
2791 | <filename>test.cfg</filename>. | 2793 | <filename>test.cfg</filename>. |
2792 | </para></listitem> | 2794 | </para></listitem> |
2793 | <listitem><para> | 2795 | <listitem><para> |
2796 | <emphasis>Add the Feature File to <filename>SRC_URI</filename>:</emphasis> | ||
2794 | Add the <filename>.scc</filename> file to the | 2797 | Add the <filename>.scc</filename> file to the |
2795 | recipe's <filename>SRC_URI</filename> statement: | 2798 | recipe's <filename>SRC_URI</filename> statement: |
2796 | <literallayout class='monospaced'> | 2799 | <literallayout class='monospaced'> |
@@ -2800,7 +2803,9 @@ | |||
2800 | path is appended to the existing path. | 2803 | path is appended to the existing path. |
2801 | </para></listitem> | 2804 | </para></listitem> |
2802 | <listitem><para> | 2805 | <listitem><para> |
2803 | Specify the feature as a kernel feature: | 2806 | <emphasis>Specify the Feature as a Kernel Feature:</emphasis> |
2807 | Use the <filename>KERNEL_FEATURES</filename> statement | ||
2808 | to specify the feature as a kernel feature: | ||
2804 | <literallayout class='monospaced'> | 2809 | <literallayout class='monospaced'> |
2805 | KERNEL_FEATURES_append = " test.scc" | 2810 | KERNEL_FEATURES_append = " test.scc" |
2806 | </literallayout> | 2811 | </literallayout> |