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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user