From: Joshua Lock Date: Fri, 11 Dec 2009 14:28:22 +0000 (+0000) Subject: local.conf: mention the Canadian Cross variable; SDK_ARCH X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9df9e35302cf91fe75da8c825b0f342e8590ebc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git local.conf: mention the Canadian Cross variable; SDK_ARCH --- diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index 23a1e3761f3..e6df498e6ee 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"