summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-03-09 10:38:14 -0600
committerMatthew McClintock <msm@freescale.com>2012-03-09 11:12:44 -0600
commita7a58b92b15e8607b02963b59d6b135bf8d8d6ba (patch)
tree7b71993849b25b4ba4b5d04ac23f22718f987d28 /conf
parent8838750beab316301d03f667effb7583f494662b (diff)
downloadmeta-fsl-ppc-a7a58b92b15e8607b02963b59d6b135bf8d8d6ba.tar.gz
fsl.conf: Change TARGET_ARCH to TUNEPKG_ARCH for generating toolchain tarball
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/fsl.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/fsl.conf b/conf/distro/fsl.conf
index 888f28c..b9867a5 100644
--- a/conf/distro/fsl.conf
+++ b/conf/distro/fsl.conf
@@ -14,7 +14,7 @@ LOCALCONF_VERSION = "1"
14 14
15DISTRO_FEATURES_append = " largefile opengl" 15DISTRO_FEATURES_append = " largefile opengl"
16 16
17SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" 17SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TUNE_PKGARCH}"
18SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" 18SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
19 19
20DISTRO_EXTRA_RDEPENDS += "task-core-boot" 20DISTRO_EXTRA_RDEPENDS += "task-core-boot"