summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-07-25 18:58:22 +0000
committerMatthew Allum <mallum@openedhand.com>2006-07-25 18:58:22 +0000
commite1c806478b0cfae014ad91c3abb306f297ed6c56 (patch)
tree39bcae2bb951ceb6db7af839a422a0349eecbe0a /build
parent34154bfd4716fa98a478a378f17a18293bb3ac4d (diff)
downloadpoky-e1c806478b0cfae014ad91c3abb306f297ed6c56.tar.gz
add cmx270 macine to local.conf.sample, make qemuarm default
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@552 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'build')
-rwxr-xr-xbuild/conf/local.conf.sample5
1 files changed, 3 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index b9bd62906f..5de6ca64cc 100755
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -13,11 +13,12 @@ BBFILES := "POKYROOT/meta/packages/*/*.bb"
13BBMASK = "" 13BBMASK = ""
14 14
15# The machine to target 15# The machine to target
16MACHINE = "c7x0" 16#MACHINE = "c7x0"
17#MACHINE = "akita" 17#MACHINE = "akita"
18#MACHINE = "spitz" 18#MACHINE = "spitz"
19#MACHINE = "nokia770" 19#MACHINE = "nokia770"
20#MACHINE = "qemuarm" 20MACHINE = "qemuarm"
21#MACHINE = "cmx270"
21 22
22DISTRO = "poky" 23DISTRO = "poky"
23 24