mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
task-cross-canadian: Ensure it reflects TARGET_ARCH in PN
If this recipe doesn't reflect TARGET_ARCH in its name, only one flavour of cross toolchain can be installed at once. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -726,3 +726,5 @@ TARGET_ARCH[unexport] = "1"
|
||||
# (breaks sysvinit at least)
|
||||
DISTRO[unexport] = "1"
|
||||
|
||||
# Used by canadian-cross to handle string conversions on TARGET_ARCH where needed
|
||||
TRANSLATED_TARGET_ARCH ??= ${TARGET_ARCH}
|
||||
|
||||
@@ -13,7 +13,7 @@ SDKTARGETSYSROOT = "${SDKPATH}/sysroots/${TARGET_SYS}"
|
||||
IPKG_HOST = "opkg-cl -f ${IPKGCONF_SDK} -o ${SDK_OUTPUT}"
|
||||
IPKG_TARGET = "opkg-cl -f ${IPKGCONF_TARGET} -o ${SDK_OUTPUT}/${SDKTARGETSYSROOT}"
|
||||
|
||||
TOOLCHAIN_HOST_TASK ?= "task-sdk-host task-cross-canadian"
|
||||
TOOLCHAIN_HOST_TASK ?= "task-sdk-host task-cross-canadian-${TRANSLATED_TARGET_ARCH}"
|
||||
TOOLCHAIN_TARGET_TASK ?= "task-poky-standalone-sdk-target task-poky-standalone-sdk-target-dbg"
|
||||
TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${DISTRO_VERSION}"
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
DESCRIPTION = "Host SDK package for cross canadian toolchain"
|
||||
PN = "task-cross-canadian-${TRANSLATED_TARGET_ARCH}"
|
||||
PR = "r0"
|
||||
LICENSE = "MIT"
|
||||
ALLOW_EMPTY = "1"
|
||||
|
||||
Reference in New Issue
Block a user