summaryrefslogtreecommitdiffstats
path: root/build
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 14:24:45 +0000
commit30b6c9b58ba5dfd8f7d4059ec52643782ffd1a72 (patch)
tree46ca850710082c70dcb1e7f9e0f9b18fa2467336 /build
parent2c5ae3eb9b10f11865278457a5307f7e23b98c8e (diff)
downloadpoky-30b6c9b58ba5dfd8f7d4059ec52643782ffd1a72.tar.gz
local.conf: use qemux86 as default target
Diffstat (limited to 'build')
-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"