From 19916cfdab6250cc108d084b33e4c4205036513a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 28 Feb 2018 13:37:49 -0800 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 @@ variable. As an example, consider the x86-base.inc - include file. + include file, which is a machine + (i.e. MACHINE) + configuration file. This include file is the reason all x86-based machines use the linux-yocto kernel. Here are the relevant lines from the include file: -- cgit v1.2.3-54-g00ecf