dev-manual: Added MACHINE conf qualifier to virtual provider

Needed to call out that using the include file is actually
using a MACHINE configuration file in this case.

(From yocto-docs rev: b33838d4711e0c55c6cf78e7491ce97bc9fd519f)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2018-02-28 13:37:49 -08:00
committed by Richard Purdie
parent cc8b81abd6
commit 19916cfdab

View File

@@ -2942,7 +2942,9 @@
variable.
As an example, consider the
<ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/machine/include/x86-base.inc'><filename>x86-base.inc</filename></ulink>
include file.
include file, which is a machine
(i.e. <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>)
configuration file.
This include file is the reason all x86-based machines use the
<filename>linux-yocto</filename> kernel.
Here are the relevant lines from the include file: