From f092b04d4c2e6b25de99d85e13665226834be3a9 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 4 Jun 2019 11:56:39 +0100 Subject: 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 Signed-off-by: Richard Purdie --- meta-poky/conf/local.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-poky') 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 @@ #MACHINE ?= "mpc8315e-rdb" #MACHINE ?= "edgerouter" # -# 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 -- cgit v1.2.3-54-g00ecf