mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
SDK_NAME: Change to include image name and tune arch
[YOCTO #4618] When building out multiple toolchains with the same target arch you can end up having toolchains with the same name. Making the naming a bit more granular by adding IMAGE_BASENAME and TUNE_PKGARCH to SDK_NAME and removing TARGET_ARCH from SDK_NAME (From meta-yocto rev: 4ad6195596f7dcdb8a7131555d7caee630a4b958) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
183e781ac5
commit
b2d8f69089
@@ -27,7 +27,7 @@ PREFERRED_VERSION_linux-yocto_qemumips ?= "3.8%"
|
||||
PREFERRED_VERSION_linux-yocto_qemumips64 ?= "3.8%"
|
||||
PREFERRED_VERSION_linux-yocto_qemuppc ?= "3.8%"
|
||||
|
||||
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}"
|
||||
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
|
||||
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
|
||||
|
||||
EXTRAOPKGCONFIG = "poky-feed-config-opkg"
|
||||
|
||||
Reference in New Issue
Block a user