diff options
author | Joshua Lock <josh@linux.intel.com> | 2009-12-11 17:25:52 +0000 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2009-12-11 17:33:55 +0000 |
commit | 61d608e51815d6015b9c24adb3cd7b14a93452b6 (patch) | |
tree | 27c6cb6427b0a10a04c19d8104a173121d5cdd02 /build/conf | |
parent | 1183aff5e9c9e117a0e9af3c1588893387a7d6c1 (diff) | |
download | openembedded-core-61d608e51815d6015b9c24adb3cd7b14a93452b6.tar.gz openembedded-core-61d608e51815d6015b9c24adb3cd7b14a93452b6.tar.bz2 openembedded-core-61d608e51815d6015b9c24adb3cd7b14a93452b6.zip |
local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCH
Diffstat (limited to 'build/conf')
-rw-r--r-- | build/conf/local.conf.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index e6df498e6e..fea0a1828a 100644 --- a/build/conf/local.conf.sample +++ b/build/conf/local.conf.sample @@ -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" |