]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: change default MACHINE to qemux86-64
authorRoss Burton <ross.burton@intel.com>
Tue, 4 Jun 2019 10:56:39 +0000 (11:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 4 Jun 2019 22:08:39 +0000 (23:08 +0100)
32-bit x86 isn't really a useful target these days, and if users are
experimenting without setting MACHINE to their actual target then 64-bit x86
will have better performance.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/local.conf.sample

index a3e01047eee4bca1f298206ed83e662b7806e212..92afac2fe178558b75d6096d6b99d3cf4d365584 100644 (file)
@@ -25,8 +25,8 @@
 #MACHINE ?= "qemux86"
 #MACHINE ?= "qemux86-64"
 #
-# This sets the default machine to be qemux86 if no other machine is selected:
-MACHINE ??= "qemux86"
+# This sets the default machine to be qemux86-64 if no other machine is selected:
+MACHINE ??= "qemux86-64"
 
 #
 # Where to place downloads