]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-qoriq-sdk: Update to latest 1.2 SDK release
authorKhem Raj <kraj@juniper.net>
Tue, 10 Jul 2012 02:13:43 +0000 (19:13 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 10 Jul 2012 02:20:20 +0000 (19:20 -0700)
Signed-off-by: Khem Raj <kraj@juniper.net>
meta-fsl-ppc/recipes-kernel/linux/files/0001-compiler.h-Undef-before-redefining-__attribute_const.patch [deleted file]
meta-fsl-ppc/recipes-kernel/linux/files/add-no-error-array-bounds.patch [deleted file]
meta-fsl-ppc/recipes-kernel/linux/files/add-no-unused-but-set-variable.patch [deleted file]
meta-fsl-ppc/recipes-kernel/linux/linux-qoriq-sdk.inc

diff --git a/meta-fsl-ppc/recipes-kernel/linux/files/0001-compiler.h-Undef-before-redefining-__attribute_const.patch b/meta-fsl-ppc/recipes-kernel/linux/files/0001-compiler.h-Undef-before-redefining-__attribute_const.patch
deleted file mode 100644 (file)
index bf2f6e7..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-From 6f92ab6de9d8daeb575949bbbcbc7bcdcebc60af Mon Sep 17 00:00:00 2001
-From: Khem Raj <raj.khem@gmail.com>
-Date: Thu, 5 Jan 2012 11:42:35 -0800
-Subject: [PATCH] compiler.h: Undef before redefining __attribute_const__
-
-This is required to avoid warnings like
-util/include/linux/compiler.h:8:0: error: "__attribute_const__" redefined [-Werror]
-
-Signed-off-by: Khem Raj <raj.khem@gmail.com>
-
-Upstream-Status: Pending
-
----
- tools/perf/util/include/linux/compiler.h |    4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
-
---- a/tools/perf/util/include/linux/compiler.h
-+++ b/tools/perf/util/include/linux/compiler.h
-@@ -4,9 +4,11 @@
- #ifndef __always_inline
- #define __always_inline       inline
- #endif
-+#undef __user
- #define __user
-+#undef __attribute_const__
- #define __attribute_const__
--
-+#undef __used
- #define __used                __attribute__((__unused__))
- #endif
diff --git a/meta-fsl-ppc/recipes-kernel/linux/files/add-no-error-array-bounds.patch b/meta-fsl-ppc/recipes-kernel/linux/files/add-no-error-array-bounds.patch
deleted file mode 100644 (file)
index 57b3974..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: git/Makefile
-===================================================================
---- git.orig/Makefile
-+++ git/Makefile
-@@ -558,7 +558,7 @@ endif # $(dot-config)
- # Defaults to vmlinux, but the arch makefile usually adds further targets
- all: vmlinux
--KBUILD_CFLAGS += -Wno-unused-but-set-variable
-+KBUILD_CFLAGS += -Wno-unused-but-set-variable -Wno-error=array-bounds
- ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
- KBUILD_CFLAGS += -Os
diff --git a/meta-fsl-ppc/recipes-kernel/linux/files/add-no-unused-but-set-variable.patch b/meta-fsl-ppc/recipes-kernel/linux/files/add-no-unused-but-set-variable.patch
deleted file mode 100644 (file)
index 5133529..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/Makefile b/Makefile
-index e821f72..cb2fcba 100644
---- a/Makefile
-+++ b/Makefile
-@@ -526,6 +526,8 @@ endif # $(dot-config)
- # Defaults vmlinux but it is usually overridden in the arch makefile
- all: vmlinux
-+KBUILD_CFLAGS += -Wno-unused-but-set-variable
-+
- ifdef CONFIG_CC_OPTIMIZE_FOR_SIZE
- KBUILD_CFLAGS += -Os
- else
index 7e5dbf4b86a7e8c047469a1fa1bdd217e312f3b4..4b6505e4c0005675380b29f6ac921efc93937f8d 100644 (file)
@@ -1,13 +1,10 @@
 LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
 
-PV = "3.0.6"
+PV = "3.0.34"
 PR = "r3"
 
-SRCREV = "1e3e8ed15249d73a066ddfe2e80882935c35dcb7"
+SRCREV = "fsl-sdk-v1.2"
 SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git \
-               file://add-no-unused-but-set-variable.patch \
-               file://add-no-error-array-bounds.patch \
-               file://0001-compiler.h-Undef-before-redefining-__attribute_const.patch \
          "
 
 KSRC ?= ""