summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-15 17:37:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-15 17:40:10 +0100
commit93af2b18157149f32e57496dac9a3653041e315d (patch)
tree60926797f5f5925b2c8789bca95f336aa438b1e5 /meta
parente921f3c1b917072e4c5a110c7dfeeadd2e571bde (diff)
downloadopenembedded-core-contrib-93af2b18157149f32e57496dac9a3653041e315d.tar.gz
local.conf.sample: Mention other MACHINE options may exist
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/local.conf.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index c05691de58..589ee32665 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
#