summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/kernel-dev-advanced.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-03-04 06:10:58 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-06 10:44:40 +0000
commitdc56adb5fb2d8b83d869f206ef4208aa7ba77e2a (patch)
tree810cbc92061b9eb946954615a7ad918c246e58c3 /documentation/kernel-dev/kernel-dev-advanced.xml
parent0401f07f9e4010fbd1c5fd5cbd6538b3807c5101 (diff)
downloadpoky-dc56adb5fb2d8b83d869f206ef4208aa7ba77e2a.tar.gz
kernel-dev: Substituted "emenlow" example for "fri2"
(From yocto-docs rev: 786f647bfb0aca98be64a5515c1cc3b645c85d3e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/kernel-dev-advanced.xml')
-rw-r--r--documentation/kernel-dev/kernel-dev-advanced.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml
index 506488adee..3707fcee9e 100644
--- a/documentation/kernel-dev/kernel-dev-advanced.xml
+++ b/documentation/kernel-dev/kernel-dev-advanced.xml
@@ -69,7 +69,7 @@
69 You can use the <filename>KBRANCH</filename> value to define an 69 You can use the <filename>KBRANCH</filename> value to define an
70 alternate branch typically with a machine override as follows: 70 alternate branch typically with a machine override as follows:
71 <literallayout class='monospaced'> 71 <literallayout class='monospaced'>
72 KBRANCH_fri2 ?= "standard/fri2" 72 KBRANCH_emenlow ?= "standard/emenlow"
73 </literallayout> 73 </literallayout>
74 </note> 74 </note>
75 </para> 75 </para>
@@ -111,11 +111,11 @@
111 the following: 111 the following:
112 <literallayout class='monospaced'> 112 <literallayout class='monospaced'>
113 WARNING: Can't find any BSP hardware or required configuration fragments. 113 WARNING: Can't find any BSP hardware or required configuration fragments.
114 WARNING: Looked at meta/cfg/broken/fri2-broken/hdw_frags.txt and 114 WARNING: Looked at meta/cfg/broken/emenlow-broken/hdw_frags.txt and
115 meta/cfg/broken/fri2-broken/required_frags.txt in directory: 115 meta/cfg/broken/emenlow-broken/required_frags.txt in directory:
116 meta/cfg/broken/fri2-broken 116 meta/cfg/broken/emenlow-broken
117 </literallayout> 117 </literallayout>
118 In this example, <filename>KMACHINE</filename> was set to "fri2-broken" 118 In this example, <filename>KMACHINE</filename> was set to "emenlow-broken"
119 and <filename>LINUX_KERNEL_TYPE</filename> was set to "broken". 119 and <filename>LINUX_KERNEL_TYPE</filename> was set to "broken".
120 </para> 120 </para>
121 121