diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-10-03 14:36:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-06 12:06:34 +0100 |
commit | 453a619dc692d1a085ef98e0ccda3eed58f0b8a0 (patch) | |
tree | 000ac76db7610501f5d2d3114b74c581b739f692 /documentation/kernel-dev/kernel-dev-common.xml | |
parent | d7ad579ce547a56fedded2a6b5e531c5c4cda251 (diff) | |
download | poky-453a619dc692d1a085ef98e0ccda3eed58f0b8a0.tar.gz |
kernel-dev: Updated lists for formatting consistency
(From yocto-docs rev: 7fe10c067219eccdbfd8d99223cdb38b84d7d2a5)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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> |