]> code.ossystems Code Review - meta-freescale.git/commitdiff
Change SDK_NAME for fsl distro
authorMatthew McClintock <msm@freescale.com>
Wed, 19 Oct 2011 07:16:36 +0000 (02:16 -0500)
committerMatthew McClintock <msm@freescale.com>
Wed, 19 Oct 2011 16:47:58 +0000 (11:47 -0500)
powerpc and power64 conflict across various TUNES, instead lets
name based off the PACKAGE_ARCH (ppce500v2, ppce500mc, etc)

Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/conf/distro/fsl.conf

index 42d396386565331f659d7e277594b36f87a33967..25b990c1648d25722ae4dda73187f96aa93f4cc2 100644 (file)
@@ -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"