I have made the following changes intended for : CE:Adaptation:N900 / kernel-adaptation-n900
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/3973 Thank You, stskeeps [This message was auto-generated] --- Request # 3973: Messages from BOSS: WARNING check_package_is_complete_sources (kernel-adaptation-n900) failed: Failed to get source file list from spec or dsc: Failed to parse spec file: can't parse specfile No dsc file found WARNING check_valid_changes (kernel-adaptation-n900) failed: Could not parse spec in kernel-adaptation-n900: can't parse specfile State: review at 2012-01-06T08:16:52 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:stskeeps:conservestack / kernel-adaptation-n900 -> CE:Adaptation:N900 / kernel-adaptation-n900 changes files: -------------- --- kernel.changes +++ kernel.changes @@ -0,0 +1,3 @@ +* Thu Jan 05 2012 Carsten Munk <[email protected]> - 2.6.37 +- Add -mno-unaligned-access to fit with new Mer core toolchain issue + new: ---- 000-kcflag-mno-unaligned-access.patch spec files: ----------- --- kernel-adaptation-n900.spec +++ kernel-adaptation-n900.spec @@ -534,6 +534,7 @@ # turn on "print fatal signals" by default, so that we can debug /sbin/init # crashes Patch801: linux-2.6.35-fatal-signals.patch +Patch802: 000-kcflag-mno-unaligned-access.patch BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1175,6 +1176,8 @@ # crashes # linux-2.6.35-fatal-signals.patch %patch801 -p1 +# 000-kcflag-mno-unaligned-access.patch +%patch802 -p1 # Drop some necessary files from the source dir into the buildroot cp $RPM_SOURCE_DIR/config-* . other changes: -------------- ++++++ 000-kcflag-mno-unaligned-access.patch (new) --- 000-kcflag-mno-unaligned-access.patch +++ 000-kcflag-mno-unaligned-access.patch @@ -0,0 +1,11 @@ +--- linux-3.1/Makefile 2011-10-24 18:10:05.000000000 +1100 ++++ b/Makefile 2011-12-24 16:06:38.848284875 +1100 +@@ -640,6 +640,8 @@ + KBUILD_CFLAGS += -DCC_HAVE_ASM_GOTO + endif + ++KBUILD_CFLAGS += -mno-unaligned-access ++ + # Add user supplied CPPFLAGS, AFLAGS and CFLAGS as the last assignments + # But warn user when we do so + warn-assign = \ ++++++ kernel-adaptation-n900.config --- kernel-adaptation-n900.config +++ kernel-adaptation-n900.config @@ -316,7 +316,7 @@ CONFIG_HOTPLUG_CPU=y # CONFIG_COMPAT_VDSO is not set # CONFIG_CMDLINE_BOOL is not set -CONFIG_CMDLINE="root=/dev/mmcblk0p1 rootwait ro console=ttyO2,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 quiet" +CONFIG_CMDLINE="root=/dev/mmcblk0p1 rootwait ro console=ttyO2,115200n8 console=tty0 omapfb.vram=0:2M,1:2M,2:2M mtdoops.mtddev=2 config" # CONFIG_CMDLINE_OVERRIDE is not set CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y ++++++ series --- series +++ series @@ -378,3 +378,4 @@ # turn on "print fatal signals" by default, so that we can debug /sbin/init # crashes linux-2.6.35-fatal-signals.patch +000-kcflag-mno-unaligned-access.patch
