summaryrefslogtreecommitdiffstats
path: root/rules/image-toolchain-tgz.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-01-20 18:39:35 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-01-20 18:45:24 +0100
commit52ad40a25e3f2fe7b897b7fcd7acfebe13ca5c89 (patch)
treefe94395c7870954b7628a73250dc8090b3fa96cc /rules/image-toolchain-tgz.make
parentadcc592f7d7217bf70912e0f6088d5ef1eefcfb9 (diff)
downloadOSELAS.Toolchain-52ad40a25e3f2fe7b897b7fcd7acfebe13ca5c89.tar.gz
OSELAS.Toolchain-52ad40a25e3f2fe7b897b7fcd7acfebe13ca5c89.tar.xz
image-toolchain-tgz: add host architecture to the file name again
It got lost during the conversion to the ptxdist iamge rule Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/image-toolchain-tgz.make')
-rw-r--r--rules/image-toolchain-tgz.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/image-toolchain-tgz.make b/rules/image-toolchain-tgz.make
index a80c808..dfd821c 100644
--- a/rules/image-toolchain-tgz.make
+++ b/rules/image-toolchain-tgz.make
@@ -17,7 +17,7 @@ IMAGE_PACKAGES-$(PTXCONF_IMAGE_TOOLCHAIN_TGZ) += image-toolchain-tgz
# Paths and names
#
IMAGE_TOOLCHAIN_TGZ_VERSION := $(shell ./scripts/setlocalversion ./.tarball-version)
-IMAGE_TOOLCHAIN_TGZ_IMAGE := $(PTXDIST_WORKSPACE)/dist/oselas.toolchain-$(IMAGE_TOOLCHAIN_TGZ_VERSION)-$(subst _,-,$(PTXCONF_PLATFORM)).tar.xz
+IMAGE_TOOLCHAIN_TGZ_IMAGE := $(PTXDIST_WORKSPACE)/dist/oselas.toolchain-$(IMAGE_TOOLCHAIN_TGZ_VERSION)-$(subst _,-,$(PTXCONF_PLATFORM))_$(PTX_TOOLCHAIN_HOST_ARCH).tar.xz
# ----------------------------------------------------------------------------
# Image