summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2009-12-11 14:28:22 +0000
committerJoshua Lock <josh@linux.intel.com>2009-12-11 15:03:45 +0000
commit3ca17dfc318f96696b1a748a6673ef94621b5391 (patch)
tree4e440aae00d0c20925c6e84836453a6cf2e07d37
parentd7919b22fe8afe44280fbcad02e9020ab4963d04 (diff)
downloadpoky-3ca17dfc318f96696b1a748a6673ef94621b5391.tar.gz
local.conf: mention the Canadian Cross variable; SDK_ARCH
-rw-r--r--build/conf/local.conf.sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index 23a1e3761f..e6df498e6e 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -151,3 +151,8 @@ SRC_TARBALL_STASH = "http://pokylinux.org/sources/"
151#ASSUME_PROVIDED += "gtk+-native libglade-native" 151#ASSUME_PROVIDED += "gtk+-native libglade-native"
152 152
153ENABLE_BINARY_LOCALE_GENERATION = "1" 153ENABLE_BINARY_LOCALE_GENERATION = "1"
154
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
157# on an x86_64 host.
158#SDK_ARCH="i586"