]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
local.conf.sample: Mention other MACHINE options may exist
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jul 2022 16:37:41 +0000 (17:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Jul 2022 16:40:10 +0000 (17:40 +0100)
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

index c05691de581f3f83cf7f97abfe15deefc3f82be0..589ee32665b45a43cc06963bf96654813aa40616 100644 (file)
 # 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
 #