diff options
author | Ross Burton <ross.burton@intel.com> | 2019-06-04 11:56:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-04 23:09:36 +0100 |
commit | f092b04d4c2e6b25de99d85e13665226834be3a9 (patch) | |
tree | 6c8acd2a995605a8bab8e4e3df231f023baf4cea /meta-poky/conf/local.conf.sample | |
parent | 9d36aaacd47c7c88e31724c6dac3ab86edc47d41 (diff) | |
download | poky-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/conf/local.conf.sample')
-rw-r--r-- | meta-poky/conf/local.conf.sample | 4 |
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: |
38 | MACHINE ??= "qemux86" | 38 | MACHINE ??= "qemux86-64" |
39 | 39 | ||
40 | # | 40 | # |
41 | # Where to place downloads | 41 | # Where to place downloads |