summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-06-04 11:56:39 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-04 23:08:39 +0100
commit5096cec4c9a631856c87b92f874933b9b279e1dd (patch)
tree527ce10d3ea38b1ebb8c406831eac8f297719428
parent889ad561093c14da5fc161b137e95e46f3f9af3f (diff)
downloadopenembedded-core-contrib-5096cec4c9a631856c87b92f874933b9b279e1dd.tar.gz
local.conf.sample: change default MACHINE to qemux86-64
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>
-rw-r--r--meta/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample
index a3e01047ee..92afac2fe1 100644
--- a/meta/conf/local.conf.sample
+++ b/meta/conf/local.conf.sample
@@ -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