[oe-commits] org.oe.dev linux-neuros 2.6.15: add patch to build with gcc4, still needs better defconfig and EABI patches

koen commit oe at amethyst.openembedded.net
Mon Jun 30 18:11:49 UTC 2008


linux-neuros 2.6.15: add patch to build with gcc4, still needs better defconfig and EABI patches

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: cce8eab3a972eec66df6ce92fdb50d94478b1663
ViewMTN: http://monotone.openembedded.org/revision/info/cce8eab3a972eec66df6ce92fdb50d94478b1663
Files:
1
packages/linux/linux-neuros/mtune-gcc4-fix.patch
packages/linux/linux-neuros_2.6.15.bb
Diffs:

#
# mt diff -r9a1bde94a1684ffbfd05c5b469fe3508bd0d140a -rcce8eab3a972eec66df6ce92fdb50d94478b1663
#
#
#
# add_file "packages/linux/linux-neuros/mtune-gcc4-fix.patch"
#  content [f7dfcb5afbb2659b5547be3f367b4b53bcf9c2dd]
# 
# patch "packages/linux/linux-neuros_2.6.15.bb"
#  from [87406a2cd573846dd5aa4a5d5bf3db60ab1e13ea]
#    to [0956b6a6c2d182c67b6bdf9737c627af1611cb70]
#
============================================================
--- packages/linux/linux-neuros/mtune-gcc4-fix.patch	f7dfcb5afbb2659b5547be3f367b4b53bcf9c2dd
+++ packages/linux/linux-neuros/mtune-gcc4-fix.patch	f7dfcb5afbb2659b5547be3f367b4b53bcf9c2dd
@@ -0,0 +1,11 @@
+--- /tmp/Makefile	2008-06-30 19:58:09.000000000 +0200
++++ linux-2.6.15/arch/arm/Makefile	2008-06-30 19:58:53.000000000 +0200
+@@ -55,7 +55,7 @@
+ tune-$(CONFIG_CPU_ARM922T)	:=-mtune=arm9tdmi
+ tune-$(CONFIG_CPU_ARM925T)	:=-mtune=arm9tdmi
+ #tune-$(CONFIG_CPU_ARM926T)	:=-mtune=arm9tdmi
+-tune-$(CONFIG_CPU_ARM926T)	:=-mtune=arm926ejs
++tune-$(CONFIG_CPU_ARM926T)	:=-mtune=arm926ej-s
+ tune-$(CONFIG_CPU_SA110)	:=-mtune=strongarm110
+ tune-$(CONFIG_CPU_SA1100)	:=-mtune=strongarm1100
+ tune-$(CONFIG_CPU_XSCALE)	:=$(call cc-option,-mtune=xscale,-mtune=strongarm110) -Wa,-mcpu=xscale
============================================================
--- packages/linux/linux-neuros_2.6.15.bb	87406a2cd573846dd5aa4a5d5bf3db60ab1e13ea
+++ packages/linux/linux-neuros_2.6.15.bb	0956b6a6c2d182c67b6bdf9737c627af1611cb70
@@ -1,7 +1,7 @@ PV = "2.6.15-torfu"
 #require linux-omap.inc
 
 PV = "2.6.15-torfu"
-PR = "r4"
+PR = "r5"
 
 COMPATIBLE_MACHINE = "(neuros-osd)"
 
@@ -10,6 +10,7 @@ SRC_URI = "svn://svn.neurostechnology.co
 SRC_URI = "svn://svn.neurostechnology.com/svn/neuros-bsp/branches/torfu/kernels;module=linux-2.6.15;proto=svn;rev= \
 	file://g0-20080113.patch;patch=1\
 	file://bsp_config.h \
+	file://mtune-gcc4-fix.patch;patch=1 \ 
 	file://defconfig"
 
 S = "${WORKDIR}/linux-2.6.15"






More information about the Openembedded-commits mailing list