From: Matthew McClintock Date: Wed, 14 Mar 2012 22:13:41 +0000 (-0500) Subject: toolchain: only apply patches to toolchain if we are using the FSL distro X-Git-Tag: 2.1~534^2~509 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6420efb6f4911f97477a5176a774055725fd21c4;p=meta-freescale.git toolchain: only apply patches to toolchain if we are using the FSL distro Signed-off-by: Matthew McClintock --- diff --git a/meta-fsl-ppc/recipes-devtools/binutils/binutils-fsl.inc b/meta-fsl-ppc/recipes-devtools/binutils/binutils-fsl.inc index c2c822ea..e7792621 100644 --- a/meta-fsl-ppc/recipes-devtools/binutils/binutils-fsl.inc +++ b/meta-fsl-ppc/recipes-devtools/binutils/binutils-fsl.inc @@ -1,4 +1,4 @@ -SRC_URI = "\ +SRC_URI_fsl = "\ ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ file://bin.e5500.patch \ file://bin.e6500-2.patch \ @@ -8,4 +8,4 @@ SRC_URI = "\ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -PR .= "+${DISTRO}.2" +PR_fsl .= "+${DISTRO}.2" diff --git a/meta-fsl-ppc/recipes-devtools/eglibc/eglibc-fsl.inc b/meta-fsl-ppc/recipes-devtools/eglibc/eglibc-fsl.inc index f7540110..63bf8bbd 100644 --- a/meta-fsl-ppc/recipes-devtools/eglibc/eglibc-fsl.inc +++ b/meta-fsl-ppc/recipes-devtools/eglibc/eglibc-fsl.inc @@ -1,4 +1,4 @@ -SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ +SRC_URI_fsl = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ file://glibc.undefined_static.patch \ file://glibc.fixgcc4.6.patch \ file://glibc.readv_proto.patch \ @@ -11,4 +11,4 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -PR .= "+${DISTRO}.0" +PR_fsl .= "+${DISTRO}.0" diff --git a/meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc b/meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc index 47555c84..2e5be822 100644 --- a/meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc +++ b/meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc @@ -4,13 +4,13 @@ # file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ # file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" -BINV = "4.6.2" +BINV_fsl = "4.6.2" -SRCREV = "180516" +SRCREV_fsl = "180516" # ignore linaro backports since we are changing the SRCREV -GCC-4_6-BRANCH-LINARO-BACKPORTS = "" +GCC-4_6-BRANCH-LINARO-BACKPORTS_fsl = "" -SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ +SRC_URI_fsl = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ file://gcc.fix_longversionstring.patch \ file://gcc.rm_slow_tests.patch \ @@ -42,4 +42,4 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" -PR .= "+${DISTRO}.1" +PR_fsl .= "+${DISTRO}.1"