]> code.ossystems Code Review - openembedded-core.git/commitdiff
sdk.bbclass: store SDK in /usr/local/poky/ARCH/
authorMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 20 Apr 2007 15:01:33 +0000 (15:01 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Fri, 20 Apr 2007 15:01:33 +0000 (15:01 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1525 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/sdk.bbclass

index bcabbc79bd2684db65ae9f7c1792e8d9a8b154de..9024f3fda73f44540864d75fea71b04fb4c5e047 100644 (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}"