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>
This commit is contained in:
Scott Rifenbark 2015-03-04 06:10:58 -08:00 committed by Richard Purdie
parent 0401f07f9e
commit dc56adb5fb
1 changed files with 5 additions and 5 deletions

View File

@ -69,7 +69,7 @@
You can use the <filename>KBRANCH</filename> value to define an
alternate branch typically with a machine override as follows:
<literallayout class='monospaced'>
KBRANCH_fri2 ?= "standard/fri2"
KBRANCH_emenlow ?= "standard/emenlow"
</literallayout>
</note>
</para>
@ -111,11 +111,11 @@
the following:
<literallayout class='monospaced'>
WARNING: Can't find any BSP hardware or required configuration fragments.
WARNING: Looked at meta/cfg/broken/fri2-broken/hdw_frags.txt and
meta/cfg/broken/fri2-broken/required_frags.txt in directory:
meta/cfg/broken/fri2-broken
WARNING: Looked at meta/cfg/broken/emenlow-broken/hdw_frags.txt and
meta/cfg/broken/emenlow-broken/required_frags.txt in directory:
meta/cfg/broken/emenlow-broken
</literallayout>
In this example, <filename>KMACHINE</filename> was set to "fri2-broken"
In this example, <filename>KMACHINE</filename> was set to "emenlow-broken"
and <filename>LINUX_KERNEL_TYPE</filename> was set to "broken".
</para>