diff mbox series

local.conf.sample: Mention other MACHINE options may exist

Message ID 20220715163849.676819-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series local.conf.sample: Mention other MACHINE options may exist | expand

Commit Message

Richard Purdie July 15, 2022, 4:38 p.m. UTC
Mention other MACHINE options exist and where to look for them. Based
on an idea from Robert P. J. Day but adjusted not to use urls but to
refer to the local metadata.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/conf/local.conf.sample | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index c05691de581..589ee32665b 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -29,6 +29,10 @@ 
 # This sets the default machine to be qemux86-64 if no other machine is selected:
 MACHINE ??= "qemux86-64"
 
+# These are some of the more commonly used values. Looking at the files in the
+# meta/conf/machine directory, or the conf/machine directory of any additional layers
+# you add in will show all the available machines.
+
 #
 # Where to place downloads
 #