From a81353cabbda057be390fc7e9c2c47984fa0b76b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 25 Feb 2013 22:48:33 -0500 Subject: [PATCH] linux-omapl138: fix alignment issue of 2.6.37 kernel with gcc-4.7 Patch by Steve Sakoman Signed-off-by: Denys Dmytriyenko --- 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 9618d422..0b6c50db 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 \ +"