diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-15 11:28:09 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-15 11:28:09 +0000 |
commit | 10e1e2c5afba2001aee06afa4eeb0463352e30e2 (patch) | |
tree | afc3ba8ca4d4f8ce0eeda50822f62b5fa3ac3e2f | |
parent | e408f5c48587c0cc8a1eab216829a748f2c8ce0b (diff) | |
download | openembedded-core-10e1e2c5afba2001aee06afa4eeb0463352e30e2.tar.gz openembedded-core-10e1e2c5afba2001aee06afa4eeb0463352e30e2.tar.bz2 openembedded-core-10e1e2c5afba2001aee06afa4eeb0463352e30e2.zip |
local.conf.sample: added list of supported machines
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3815 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | build/conf/local.conf.sample | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 122a6f720a..56a2ae8dc8 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -23,13 +23,21 @@ BBMASK = "" MACHINE ?= "qemuarm" # Other supported machines -#MACHINE ?= "cmx270" #MACHINE ?= "qemux86" #MACHINE ?= "c7x0" #MACHINE ?= "akita" #MACHINE ?= "spitz" #MACHINE ?= "nokia770" - +#MACHINE ?= "nokia800" +#MACHINE ?= "fic-gta01" +#MACHINE ?= "bootcdx86" +#MACHINE ?= "cm-x270" +#MACHINE ?= "em-x270" +#MACHINE ?= "htcuniversal" +#MACHINE ?= "mx31ads" +#MACHINE ?= "mx31litekit" +#MACHINE ?= "mx31phy" +#MACHINE ?= "zylonite" DISTRO ?= "poky" # For bleeding edge / experimental / unstable package versions |