From 5096cec4c9a631856c87b92f874933b9b279e1dd 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. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/conf/local.conf.sample | 4 ++-- 1 file 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 -- cgit 1.2.3-korg