1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-07 03:04:04 +00:00

local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCH

This commit is contained in:
Joshua Lock
2009-12-11 17:25:52 +00:00
parent 3ca17dfc31
commit 43a1d901f5
+2 -1
View 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"