summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-12-11 17:25:52 +0000
committerJoshua Lock <josh@linux.intel.com>2009-12-11 17:25:52 +0000
commit43a1d901f595627a4878d9c92d0b8325abbeae7d (patch)
treec21fb25d4ef1dc0f75223df77f92ad83fa2e08d2
parent3ca17dfc318f96696b1a748a6673ef94621b5391 (diff)
downloadpoky-43a1d901f595627a4878d9c92d0b8325abbeae7d.tar.gz
local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCH
-rw-r--r--build/conf/local.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index e6df498e6e..fea0a1828a 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -155,4 +155,5 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
155# The architecture to build SDK items for, by setting this you can build SDK 155# The architecture to build SDK items for, by setting this you can build SDK
156# packages for architectures other than the host i.e. building i586 packages 156# packages for architectures other than the host i.e. building i586 packages
157# on an x86_64 host. 157# on an x86_64 host.
158#SDK_ARCH="i586" 158# Supported values are i586 and x86_64
159#SDKMACHINE="i586"