summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-12-11 14:24:45 +0000
committerJoshua Lock <josh@linux.intel.com>2009-12-11 15:03:45 +0000
commitd7919b22fe8afe44280fbcad02e9020ab4963d04 (patch)
treef0483f360aa59b46d422e1d887e1f54b7efcad4e
parente8bb07c6011b1de83891e722e9ebfa8ed7003544 (diff)
downloadpoky-d7919b22fe8afe44280fbcad02e9020ab4963d04.tar.gz
local.conf: use qemux86 as default target
-rw-r--r--build/conf/local.conf.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 3e27b2244e..23a1e3761f 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -19,11 +19,11 @@ BBFILE_PRIORITY_moblin = "5"
19# PARALLEL_MAKE = "-j 4" 19# PARALLEL_MAKE = "-j 4"
20 20
21# The machine to target 21# The machine to target
22MACHINE ?= "netbook" 22MACHINE ?= "qemux86"
23 23
24# Other supported machines 24# Other supported machines
25#MACHINE ?= "qemux86"
26#MACHINE ?= "qemuarm" 25#MACHINE ?= "qemuarm"
26#MACHINE ?= "netbook"
27#MACHINE ?= "c7x0" 27#MACHINE ?= "c7x0"
28#MACHINE ?= "akita" 28#MACHINE ?= "akita"
29#MACHINE ?= "spitz" 29#MACHINE ?= "spitz"