mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
ref-manual: Edits to KMACHINE variable.
(From yocto-docs rev: da6a0471123edc68ebaa3f1d501976b73690115c) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b87ee62d37
commit
96e6c35466
@@ -1701,8 +1701,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
|
||||
<para>
|
||||
Kernel machine names are initially defined in the
|
||||
<ulink url='&YOCTO_GIT_URL;/cgit.cgi'>Yocto Linux Kernel</ulink> in
|
||||
the <filename>meta</filename> branch.
|
||||
Yocto Linux Kernel's <filename>meta</filename> branch.
|
||||
From the <filename>meta</filename> branch, look in
|
||||
the <filename>meta/cfg/kernel-cache/bsp/<bsp_name>/<bsp-name>-<kernel-type>.scc</filename> file.
|
||||
For example, from the <filename>meta</filename> branch in the
|
||||
@@ -1719,13 +1718,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
|
||||
include cedartrail.scc
|
||||
</literallayout>
|
||||
You can see that the kernel understands the machine name for the Cedar Trail BSP as
|
||||
You can see that the kernel understands the machine name for
|
||||
the Cedar Trail Board Support Package (BSP) as
|
||||
<filename>cedartrail</filename>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
If you look in the Cedar Trail BSP layer in the <filename>meta-intel</filename> source
|
||||
repository at <filename>meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend</filename>,
|
||||
If you look in the Cedar Trail BSP layer in the
|
||||
<filename>meta-intel</filename>
|
||||
<ulink url='&YOCTO_DOCS_DEV_URL;#source-repositories'>Source Repositories</ulink>
|
||||
at <filename>meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend</filename>,
|
||||
you will find the following statements among others:
|
||||
<literallayout class='monospaced'>
|
||||
COMPATIBLE_MACHINE_cedartrail = "cedartrail"
|
||||
|
||||
Reference in New Issue
Block a user