sdk.bbclass: store SDK in /usr/local/poky/ARCH/

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1525 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-04-20 15:01:33 +00:00
parent 66b28fa058
commit 19e521b977
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# or indirectly via dependency. No need to be in 'world'.
EXCLUDE_FROM_WORLD = "1"
SDK_NAME = "${TARGET_ARCH}/oe"
SDK_NAME = "poky/${TARGET_ARCH}"
PACKAGE_ARCH = "${BUILD_ARCH}"
HOST_ARCH = "${BUILD_ARCH}"