From: Ross Burton Date: Tue, 4 Jun 2019 10:56:39 +0000 (+0100) Subject: local.conf.sample: change default MACHINE to qemux86-64 X-Git-Tag: uninative-2.6~160 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5096cec4c9a631856c87b92f874933b9b279e1dd;p=openembedded-core.git 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 --- 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