[gnome-ostree] yocto: Tune for atom-pc, not qemux86



commit 05f0a2184cf40d687bf9e64d089563aaee7cb31a
Author: Colin Walters <walters verbum org>
Date:   Thu Nov 15 17:35:27 2012 -0500

    yocto: Tune for atom-pc, not qemux86
    
    We really want i686 instructions, otherwise we're missing out on quite
    a lot of speed.  Also, I bet this will make llvm work better.

 src/ostbuild/ostree-build-yocto |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ostbuild/ostree-build-yocto b/src/ostbuild/ostree-build-yocto
index 80f01e1..297c510 100644
--- a/src/ostbuild/ostree-build-yocto
+++ b/src/ostbuild/ostree-build-yocto
@@ -68,7 +68,7 @@ PARALLEL_MAKE = "-j ${numcpus}"
 BB_NUMBER_THREADS = "${numcpus}"
 LAYER_CONF_VERSION = "6"
 CONF_VERSION = "1"
-MACHINE = "qemux86"
+MACHINE = "atom-pc"
 DISTRO = "gnomeosdistro"
 USER_CLASSES = ""
 PACKAGE_CLASSES = "package_rpm"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]