1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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 -1
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}"