]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCH
authorJoshua Lock <josh@linux.intel.com>
Fri, 11 Dec 2009 17:25:52 +0000 (17:25 +0000)
committerJoshua Lock <josh@linux.intel.com>
Fri, 11 Dec 2009 17:33:55 +0000 (17:33 +0000)
build/conf/local.conf.sample

index e6df498e6eeafaefefc04778ec2e5b3d28d710c8..fea0a1828a1312b55e4e1df975dea623fac84f41 100644 (file)
@@ -155,4 +155,5 @@ 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"
+# Supported values are i586 and x86_64
+#SDKMACHINE="i586"