mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
9d36aaacd4
commit
f092b04d4c
@@ -34,8 +34,8 @@
|
|||||||
#MACHINE ?= "mpc8315e-rdb"
|
#MACHINE ?= "mpc8315e-rdb"
|
||||||
#MACHINE ?= "edgerouter"
|
#MACHINE ?= "edgerouter"
|
||||||
#
|
#
|
||||||
# This sets the default machine to be qemux86 if no other machine is selected:
|
# This sets the default machine to be qemux86-64 if no other machine is selected:
|
||||||
MACHINE ??= "qemux86"
|
MACHINE ??= "qemux86-64"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Where to place downloads
|
# Where to place downloads
|
||||||
|
|||||||
Reference in New Issue
Block a user