From: Matthew McClintock Date: Wed, 19 Oct 2011 07:16:36 +0000 (-0500) Subject: Change SDK_NAME for fsl distro X-Git-Tag: 2.1~534^2~575 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=cea2e80f6af90942277441987d8dd7bfe74ef8f1;p=meta-freescale.git Change SDK_NAME for fsl distro powerpc and power64 conflict across various TUNES, instead lets name based off the PACKAGE_ARCH (ppce500v2, ppce500mc, etc) Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/conf/distro/fsl.conf b/meta-fsl-ppc/conf/distro/fsl.conf index 42d39638..25b990c1 100644 --- a/meta-fsl-ppc/conf/distro/fsl.conf +++ b/meta-fsl-ppc/conf/distro/fsl.conf @@ -12,7 +12,7 @@ LOCALCONF_VERSION = "1" DISTRO_FEATURES_append = " largefile opengl" -SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" +SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${PACKAGE_ARCH}" SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" DISTRO_EXTRA_RDEPENDS += "task-core-boot"