[meta-ti] [PATCH] linux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7
Denys Dmytriyenko
denis at denix.org
Mon Feb 25 19:48:33 PST 2013
From: Denys Dmytriyenko <denys at ti.com>
Patch by Steve Sakoman
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb b/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb
index d569a8f..9e08c7b 100644
--- a/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb
+++ b/recipes-kernel/linux/linux-omapl138-psp_2.6.37.bb
@@ -6,7 +6,7 @@ KERNEL_IMAGETYPE = "uImage"
require multi-kernel.inc
require tipspkernel.inc
-MACHINE_KERNEL_PR_append = "a"
+MACHINE_KERNEL_PR_append = "b"
S = "${WORKDIR}/git"
@@ -34,3 +34,8 @@ PATCHES_OVER_PSP = " \
# Updated PIO mode for MUSB help description
PATCHES_OVER_PSP += "file://0001-musb-update-PIO-mode-help-information-in-Kconfig.patch"
+
+# Fix alignment issue with gcc-4.7
+PATCHES_OVER_PSP += " \
+ file://0001-arm-fix-builds-with-gcc-4.7.patch \
+"
--
1.8.1.2
More information about the meta-ti
mailing list