summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-02-28 13:37:49 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:26 +0000
commit19916cfdab6250cc108d084b33e4c4205036513a (patch)
tree8f76e4b2f2dcd4eb5b863eef8c876b6a6ad79b7e /documentation
parentcc8b81abd63d1e4a369bc4f9f83df63c0954dd4a (diff)
downloadpoky-19916cfdab6250cc108d084b33e4c4205036513a.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 4cb99639b8..b8ac3dd62b 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2942,7 +2942,9 @@
2942 variable. 2942 variable.
2943 As an example, consider the 2943 As an example, consider the
2944 <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/machine/include/x86-base.inc'><filename>x86-base.inc</filename></ulink> 2944 <ulink url='https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/conf/machine/include/x86-base.inc'><filename>x86-base.inc</filename></ulink>
2945 include file. 2945 include file, which is a machine
2946 (i.e. <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>)
2947 configuration file.
2946 This include file is the reason all x86-based machines use the 2948 This include file is the reason all x86-based machines use the
2947 <filename>linux-yocto</filename> kernel. 2949 <filename>linux-yocto</filename> kernel.
2948 Here are the relevant lines from the include file: 2950 Here are the relevant lines from the include file: