[meta-ti] Denys Dmytriyenko : linux-omapl138: fix alignment issue of 2.6. 37 kernel with gcc-4.7
Arago Project git
git at arago-project.org
Mon Mar 18 11:42:55 PDT 2013
Module: meta-ti
Branch: master
Commit: d61bfa88ed3df9190ac9fd5643c27f77b34c5f01
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=d61bfa88ed3df9190ac9fd5643c27f77b34c5f01
Author: Denys Dmytriyenko <denys at ti.com>
Date: Mon Feb 25 22:48:33 2013 -0500
linux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7
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 files changed, 6 insertions(+), 1 deletions(-)
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 9618d42..0b6c50d 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 \
+"
More information about the meta-ti
mailing list