From d7919b22fe8afe44280fbcad02e9020ab4963d04 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 11 Dec 2009 14:24:45 +0000 Subject: local.conf: use qemux86 as default target --- build/conf/local.conf.sample | 4 ++-- 1 file 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" # 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" -- cgit v1.2.3-54-g00ecf