]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf: mention the Canadian Cross variable; SDK_ARCH
authorJoshua Lock <josh@linux.intel.com>
Fri, 11 Dec 2009 14:28:22 +0000 (14:28 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 11 Dec 2009 14:34:20 +0000 (14:34 +0000)
build/conf/local.conf.sample

index 23a1e3761f36c55cb52f724fd71766b6263cb5ed..e6df498e6eeafaefefc04778ec2e5b3d28d710c8 100644 (file)
@@ -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"