I have made the following changes intended for : CE:Adaptation:PandaBoard / kernel-adaptation-pandaboard CE:Adaptation:PandaBoard / pvr-omap4
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/4158 Thank You, Marko Saukko [This message was auto-generated] --- Request # 4158: Messages from BOSS: State: review at 2012-01-20T10:55:05 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:sage:branches:CE:Adaptation:PandaBoard / kernel-adaptation-pandaboard -> CE:Adaptation:PandaBoard / kernel-adaptation-pandaboard changes files: -------------- --- kernel-adaptation-pandaboard.changes +++ kernel-adaptation-pandaboard.changes @@ -0,0 +1,3 @@ +* Thu Jan 19 2012 Marko Saukko <[email protected]> - 3.1.5 +- Added kernel-no-unaligned-access.patch to fix boot with new Mer Core. + new: ---- kernel-no-unaligned-access.patch spec files: ----------- --- kernel-adaptation-pandaboard.spec +++ kernel-adaptation-pandaboard.spec @@ -18,6 +18,7 @@ Source0: kernel-c75ef57.tar.gz Source1: %{name}.config Source100: kernel-adaptation-pandaboard.yaml +Patch0: kernel-no-unaligned-access.patch BuildRequires: u-boot-omap4panda-tools Provides: kernel = %{kernel_version} @@ -40,6 +41,8 @@ %prep %setup -q -n kernel-c75ef57 +# kernel-no-unaligned-access.patch +%patch0 -p1 # >> setup # << setup other changes: -------------- ++++++ kernel-adaptation-pandaboard.yaml --- kernel-adaptation-pandaboard.yaml +++ kernel-adaptation-pandaboard.yaml @@ -14,6 +14,8 @@ Sources: - kernel-c75ef57.tar.gz - "%{name}.config" +Patches: + - kernel-no-unaligned-access.patch Provides: - "kernel = %{kernel_version}" ++++++ kernel-no-unaligned-access.patch (new) --- kernel-no-unaligned-access.patch +++ kernel-no-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 = \ submit: home:sage:branches:CE:Adaptation:PandaBoard / pvr-omap4 -> CE:Adaptation:PandaBoard / pvr-omap4 changes files: -------------- --- pvr-omap4.changes +++ pvr-omap4.changes @@ -0,0 +1,3 @@ +* Thu Jan 19 2012 Marko Saukko <[email protected]> - 1.7.10.0.1.8 +- Updated to version 1.7.10.0.1.8 + old: ---- pvr-omap4-0c06885.tar.gz new: ---- pvr-omap4-ceb18fe.tar.gz spec files: ----------- --- pvr-omap4.spec +++ pvr-omap4.spec @@ -7,13 +7,13 @@ Name: pvr-omap4 Summary: PowerVR SGX540 libraries for OMAP4. -Version: 1.7.10.0.1.3 +Version: 1.7.10.0.1.8 Release: 0 Group: Graphics/Display and Graphics Adaptation License: TI Proprietary ExclusiveArch: armv7l armv7el URL: http://git.linaro.org/gitweb?p=people/rsalveti/pvr-omap4.git -Source0: pvr-omap4-0c06885.tar.gz +Source0: pvr-omap4-ceb18fe.tar.gz Source100: pvr-omap4.yaml Requires: pvr-omap4-kernel Requires(post): /sbin/ldconfig @@ -112,7 +112,7 @@ %prep -%setup -q -n pvr-omap4-0c06885 +%setup -q -n %{name}-ceb18fe # >> setup # << setup other changes: -------------- ++++++ pvr-omap4-ceb18fe.tar.gz (new) ++++++ pvr-omap4.yaml --- pvr-omap4.yaml +++ pvr-omap4.yaml @@ -1,18 +1,17 @@ Name: pvr-omap4 Summary: PowerVR SGX540 libraries for OMAP4. -Version: 1.7.10.0.1.3 +Version: 1.7.10.0.1.8 Release: 0 Group: Graphics/Display and Graphics Adaptation License: TI Proprietary URL: http://git.linaro.org/gitweb?p=people/rsalveti/pvr-omap4.git Sources: - - pvr-omap4-0c06885.tar.gz + - pvr-omap4-ceb18fe.tar.gz Description: | PowerVR SGX540 Linux libraries for OMAP4. This package contains the remaining binaries and common libraries. -SetupOptions: -q -n pvr-omap4-0c06885 Configure: none Builder: none ExclusiveArch: "armv7l armv7el" ++++++ deleted files: --- pvr-omap4-0c06885.tar.gz
