summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-dev')
-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