From 30b6c9b58ba5dfd8f7d4059ec52643782ffd1a72 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(-) (limited to 'build') 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 1.2.3-korg