summaryrefslogtreecommitdiffstats
path: root/meta-poky
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:09:36 +0100
commitf092b04d4c2e6b25de99d85e13665226834be3a9 (patch)
tree6c8acd2a995605a8bab8e4e3df231f023baf4cea /meta-poky
parent9d36aaacd47c7c88e31724c6dac3ab86edc47d41 (diff)
downloadpoky-f092b04d4c2e6b25de99d85e13665226834be3a9.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. (From meta-yocto rev: 69ddecdb15168dcd362f29226419a448d66fdacc) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r--meta-poky/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample
index 9068e567dc..59b4d9561d 100644
--- a/meta-poky/conf/local.conf.sample
+++ b/meta-poky/conf/local.conf.sample
@@ -34,8 +34,8 @@
34#MACHINE ?= "mpc8315e-rdb" 34#MACHINE ?= "mpc8315e-rdb"
35#MACHINE ?= "edgerouter" 35#MACHINE ?= "edgerouter"
36# 36#
37# This sets the default machine to be qemux86 if no other machine is selected: 37# This sets the default machine to be qemux86-64 if no other machine is selected:
38MACHINE ??= "qemux86" 38MACHINE ??= "qemux86-64"
39 39
40# 40#
41# Where to place downloads 41# Where to place downloads