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