]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf: use qemux86 as default target
authorJoshua Lock <josh@linux.intel.com>
Fri, 11 Dec 2009 14:24:45 +0000 (14:24 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 11 Dec 2009 14:24:45 +0000 (14:24 +0000)
build/conf/local.conf.sample

index 3e27b2244e50f41cdbddd9a160525882744e9268..23a1e3761f36c55cb52f724fd71766b6263cb5ed 100644 (file)
@@ -19,11 +19,11 @@ BBFILE_PRIORITY_moblin = "5"
 # PARALLEL_MAKE = "-j 4"
 
 # The machine to target
-MACHINE ?= "netbook"
+MACHINE ?= "qemux86"
 
 # Other supported machines
-#MACHINE ?= "qemux86"
 #MACHINE ?= "qemuarm"
+#MACHINE ?= "netbook"
 #MACHINE ?= "c7x0"
 #MACHINE ?= "akita"
 #MACHINE ?= "spitz"