summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_2.6.35.3.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-09 21:42:08 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-11 15:24:14 -0300
commit07b2445d0ab036b7c63702d2527c51f1333c4de6 (patch)
tree6948a830b3c36d9307b6af1be6d6a234257972e2 /recipes-kernel/linux/linux-imx_2.6.35.3.bb
parent961b6eb9d8638b26242348c6a5bdc8dc52e9e8ab (diff)
downloadmeta-fsl-arm-07b2445d0ab036b7c63702d2527c51f1333c4de6.tar.gz
linux-imx (2.6.35.3): perf tools: Do not treat warnings as errors
Newer GCC detect more warnings and this makes building of perf not possible in the upcoming release of Yocto (1.3). We deal with that making the warnings not fatal instead of changing perf code. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-imx_2.6.35.3.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_2.6.35.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx_2.6.35.3.bb b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
index df11935..4878259 100644
--- a/recipes-kernel/linux/linux-imx_2.6.35.3.bb
+++ b/recipes-kernel/linux/linux-imx_2.6.35.3.bb
@@ -1,7 +1,7 @@
1# Copyright (C) 2011-2012 Freescale Semiconductor 1# Copyright (C) 2011-2012 Freescale Semiconductor
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3 3
4PR = "${INC_PR}.6" 4PR = "${INC_PR}.7"
5 5
6include linux-imx.inc 6include linux-imx.inc
7 7
@@ -18,6 +18,7 @@ LOCALVERSION = "-11.09.01+yocto-${DATE}"
18SRC_URI += "file://NFS-Fix-nfsroot-support.patch \ 18SRC_URI += "file://NFS-Fix-nfsroot-support.patch \
19 file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \ 19 file://NFS-allow-nfs-root-mount-to-use-alternate-rpc-ports.patch \
20 file://perf-tools-Fix-build-against-newer-glibc.patch \ 20 file://perf-tools-Fix-build-against-newer-glibc.patch \
21 file://perf-tools-Do-not-treat-warnings-as-errors.patch \
21 file://no-unaligned-access.patch \ 22 file://no-unaligned-access.patch \
22 file://dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch \ 23 file://dm9601-support-for-usb-ethernet-0x0fe6-0x9700.patch \
23" 24"