]> code.ossystems Code Review - meta-freescale.git/commitdiff
toolchain: only apply patches to toolchain if we are using the FSL distro
authorMatthew McClintock <msm@freescale.com>
Wed, 14 Mar 2012 22:13:41 +0000 (17:13 -0500)
committerMatthew McClintock <msm@freescale.com>
Wed, 14 Mar 2012 22:13:41 +0000 (17:13 -0500)
Signed-off-by: Matthew McClintock <msm@freescale.com>
meta-fsl-ppc/recipes-devtools/binutils/binutils-fsl.inc
meta-fsl-ppc/recipes-devtools/eglibc/eglibc-fsl.inc
meta-fsl-ppc/recipes-devtools/gcc/gcc-fsl.inc

index c2c822ea15a6f4d7c8eca3f62d5d52a5c8e13aac..e7792621c463a793df8bee0d6928d670a6ddd1cc 100644 (file)
@@ -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"
index f7540110a1574b7f03eff3b837366a99d6ef74a1..63bf8bbd02a0585d61852118ed4175d1276e1395 100644 (file)
@@ -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"
index 47555c8424c1e64f2d5b984cd89d3297bca970a6..2e5be82299d3ef8aaa5add16655b222b38698167 100644 (file)
@@ -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"