summaryrefslogtreecommitdiffstats
path: root/build/conf/local.conf.sample
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 14:34:20 +0000
commitbf69b8b737ec7e1e4cf335d81fe97bbbc4ecbb9f (patch)
tree3ab67d56bcbd091d47f60303eb9c9d002b3875ea /build/conf/local.conf.sample
parent30b6c9b58ba5dfd8f7d4059ec52643782ffd1a72 (diff)
downloadopenembedded-core-bf69b8b737ec7e1e4cf335d81fe97bbbc4ecbb9f.tar.gz
local.conf: mention the Canadian Cross variable; SDK_ARCH
Diffstat (limited to 'build/conf/local.conf.sample')
-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/"
#ASSUME_PROVIDED += "gtk+-native libglade-native"
ENABLE_BINARY_LOCALE_GENERATION = "1"
+
+# The architecture to build SDK items for, by setting this you can build SDK
+# packages for architectures other than the host i.e. building i586 packages
+# on an x86_64 host.
+#SDK_ARCH="i586"