summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-03-14 17:13:41 -0500
committerMatthew McClintock <msm@freescale.com>2012-03-14 17:13:41 -0500
commit306a1310ef07f96a54e0f1dae9a254d7ff2ebbb5 (patch)
treedbcc25cb70b712ddb0f666e148c3908305d240e5 /recipes-devtools
parente7016e1303d32ca141a66e13f8c533c000a05a17 (diff)
downloadmeta-fsl-ppc-306a1310ef07f96a54e0f1dae9a254d7ff2ebbb5.tar.gz
toolchain: only apply patches to toolchain if we are using the FSL distro
Signed-off-by: Matthew McClintock <msm@freescale.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/binutils/binutils-fsl.inc4
-rw-r--r--recipes-devtools/eglibc/eglibc-fsl.inc4
-rw-r--r--recipes-devtools/gcc/gcc-fsl.inc10
3 files changed, 9 insertions, 9 deletions
diff --git a/recipes-devtools/binutils/binutils-fsl.inc b/recipes-devtools/binutils/binutils-fsl.inc
index c2c822e..e779262 100644
--- a/recipes-devtools/binutils/binutils-fsl.inc
+++ b/recipes-devtools/binutils/binutils-fsl.inc
@@ -1,4 +1,4 @@
1SRC_URI = "\ 1SRC_URI_fsl = "\
2 ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \ 2 ${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \
3 file://bin.e5500.patch \ 3 file://bin.e5500.patch \
4 file://bin.e6500-2.patch \ 4 file://bin.e6500-2.patch \
@@ -8,4 +8,4 @@ SRC_URI = "\
8 8
9FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 9FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
10 10
11PR .= "+${DISTRO}.2" 11PR_fsl .= "+${DISTRO}.2"
diff --git a/recipes-devtools/eglibc/eglibc-fsl.inc b/recipes-devtools/eglibc/eglibc-fsl.inc
index f754011..63bf8bb 100644
--- a/recipes-devtools/eglibc/eglibc-fsl.inc
+++ b/recipes-devtools/eglibc/eglibc-fsl.inc
@@ -1,4 +1,4 @@
1SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \ 1SRC_URI_fsl = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http \
2 file://glibc.undefined_static.patch \ 2 file://glibc.undefined_static.patch \
3 file://glibc.fixgcc4.6.patch \ 3 file://glibc.fixgcc4.6.patch \
4 file://glibc.readv_proto.patch \ 4 file://glibc.readv_proto.patch \
@@ -11,4 +11,4 @@ SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http
11 11
12FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 12FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
13 13
14PR .= "+${DISTRO}.0" 14PR_fsl .= "+${DISTRO}.0"
diff --git a/recipes-devtools/gcc/gcc-fsl.inc b/recipes-devtools/gcc/gcc-fsl.inc
index 47555c8..2e5be82 100644
--- a/recipes-devtools/gcc/gcc-fsl.inc
+++ b/recipes-devtools/gcc/gcc-fsl.inc
@@ -4,13 +4,13 @@
4# file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ 4# file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
5# file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8" 5# file://COPYING.RUNTIME;md5=fe60d87048567d4fe8c8a0ed2448bcc8"
6 6
7BINV = "4.6.2" 7BINV_fsl = "4.6.2"
8 8
9SRCREV = "180516" 9SRCREV_fsl = "180516"
10# ignore linaro backports since we are changing the SRCREV 10# ignore linaro backports since we are changing the SRCREV
11GCC-4_6-BRANCH-LINARO-BACKPORTS = "" 11GCC-4_6-BRANCH-LINARO-BACKPORTS_fsl = ""
12 12
13SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ 13SRC_URI_fsl = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
14 file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ 14 file://gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \
15 file://gcc.fix_longversionstring.patch \ 15 file://gcc.fix_longversionstring.patch \
16 file://gcc.rm_slow_tests.patch \ 16 file://gcc.rm_slow_tests.patch \
@@ -42,4 +42,4 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
42 42
43FILESEXTRAPATHS_prepend := "${THISDIR}/files:" 43FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
44 44
45PR .= "+${DISTRO}.1" 45PR_fsl .= "+${DISTRO}.1"