[oe-commits] [openembedded-core] branch master-next updated: local.conf.sample: change default MACHINE to qemux86-64

git at git.openembedded.org git at git.openembedded.org
Tue Jun 4 11:58:49 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new f4ee737  local.conf.sample: change default MACHINE to qemux86-64
f4ee737 is described below

commit f4ee7373990e6649f0887cb9d6d4c3e12785a2bb
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Jun 4 11:56:39 2019 +0100

    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 <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 a3e0104..92afac2 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list